Skip to content

Commit f8b0881

Browse files
authored
Merge pull request #3741 from Stoneblackdog/patch-1
Fix typo in 2325-stable-simd.md
2 parents 368dfc8 + 4f6ff98 commit f8b0881

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)