You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix expected instructions of AVX512 _mm_movepi8_mask and _mm256_movepi8_mask intrinsics.
vpmovmskb instructions are generated because our test shim functions
return values in normal registers and vpmovb2m plus kmovq would be more
expensive.
0 commit comments