File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,16 +49,31 @@ _umwait
4949_xgetbv
5050
5151# top bits are undefined, unclear how to test these
52+ _mm256_castph128_ph256
53+ _mm256_castps128_ps256
54+ _mm256_castpd128_pd256
5255_mm256_castsi128_si256
56+
57+ _mm512_castph128_ph512
58+ _mm512_castps128_ps512
59+ _mm512_castpd128_pd512
5360_mm512_castsi128_si512
61+
62+ _mm512_castph256_ph512
63+ _mm512_castps256_ps512
64+ _mm512_castpd256_pd512
5465_mm512_castsi256_si512
5566
5667# Clang bug
57- _mm256_extract_epi16
58- _mm256_extract_epi8
5968_mm512_mask_reduce_max_pd
6069_mm512_mask_reduce_max_ps
6170_mm512_mask_reduce_min_pd
6271_mm512_mask_reduce_min_ps
63- _mm_extract_epi16
64- _mm_extract_epi8
72+
73+ # Rounding errors in release mode
74+ _mm_maskz_fmadd_sd
75+ _mm_maskz_fmadd_ss
76+ _mm_maskz_fmsub_sd
77+ _mm_maskz_fmsub_ss
78+ _mm_maskz_fnmadd_sd
79+ _mm_maskz_fnmadd_ss
You can’t perform that action at this time.
0 commit comments