Skip to content

Commit

Permalink
Merge pull request #3741 from Stoneblackdog/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 2325-stable-simd.md
  • Loading branch information
tgross35 authored Dec 13, 2024
2 parents 368dfc8 + 4f6ff98 commit f8b0881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/2325-stable-simd.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ let and4bits = _mm_set1_epi8(0xf);

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

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

0 comments on commit f8b0881

Please sign in to comment.