Skip to content

Commit 4f6ff98

Browse files
Fix typo in 2325-stable-simd.md
1 parent 368dfc8 commit 4f6ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2325-stable-simd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ let and4bits = _mm_set1_epi8(0xf);
181181

182182
As it turns out though, these are all Intel SIMD intrinsics! For example
183183
[`_mm_set1_epi8`] is defined as creating an instance of `__m128i`, a 128-bit
184-
integer register. The intrinsic specificall sets all bytes to the first
184+
integer register. The intrinsic specifically sets all bytes to the first
185185
argument.
186186

187187
These functions are all imported through `std::arch::*` at the top of the

0 commit comments

Comments
 (0)