We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 368dfc8 + 4f6ff98 commit f8b0881Copy full SHA for f8b0881
text/2325-stable-simd.md
@@ -181,7 +181,7 @@ let and4bits = _mm_set1_epi8(0xf);
181
182
As it turns out though, these are all Intel SIMD intrinsics! For example
183
[`_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
+integer register. The intrinsic specifically sets all bytes to the first
185
argument.
186
187
These functions are all imported through `std::arch::*` at the top of the
0 commit comments