Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512f-mask-type.h
blob2dacdd67a2a62052cbca8b338212f2bf3c5c588d
1 /* Type of mask. */
2 #if SIZE <= 8
3 #define MASK_TYPE __mmask8
4 #define MASK_VALUE 0xB9
5 #define MASK_ALL_ONES 0xFF
6 #elif SIZE <= 16
7 #define MASK_TYPE __mmask16
8 #define MASK_VALUE 0xA6BA
9 #define MASK_ALL_ONES 0xFFFF
10 #endif