Skip to content

Commit

Permalink
Fix list_intrin.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Oct 23, 2023
1 parent 62050fd commit 4847454
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions list_intrin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
_mm_blendv_epi8;__m128i(),__m128i(),__m128i()
_mm_bslli_si128;__m128i(),1
_mm_bsrli_si128;__m128i(),1
_mm_cmpeq_epi8;__m128i(),__m128i()
_mm_cmpestri;__m128i(),1,__m128i(),1,1
_mm_cmpestrm;__m128i(),1,__m128i(),1,1
_mm_cmplt_epi8;__m128i(),__m128i()
_mm_extract_epi64;__m128i(),1
_mm_max_epi8;__m128i(),__m128i()
_mm_max_epu8;__m128i(),__m128i()
_mm_min_epi8;__m128i(),__m128i()
_mm_min_epu8;__m128i(),__m128i()
_mm_movemask_epi8;__m128i()
_mm_popcnt_u32;1
_mm_popcnt_u64;1
_mm_set_epi64x;1,1
_mm_shuffle_epi8;__m128i(),__m128i()
_mm_slli_epi32;__m128i(),1
_mm_testc_si128;__m128i(),__m128i()
_mm_testz_si128;__m128i(),__m128i()
_mm_xor_si128;__m128i(),__m128i()
# _mm_cmpeq_epi8;__m128i(),__m128i()
# _mm_cmplt_epi8;__m128i(),__m128i()
# _mm_max_epi8

0 comments on commit 4847454

Please sign in to comment.