Introduce X86_CHECK() macro

This commit is contained in:
Justine Tunney 2023-11-10 15:41:55 -08:00
parent afbef6c361
commit cdbd10c9d0
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 287 additions and 226 deletions

View file

@ -50,6 +50,15 @@
"__AVX__"
"__AVX2__"
"__AVX512F__"
"__AVX512BW__"
"__AVX512CD__"
"__AVX512DQ__"
"__AVX512BF16__"
"__AVX512IFMA__"
"__AVX5124VNNIW__"
"__AVX512VBMI__"
"__AVX512VNNI__"
"__AVXVNNI__"
"__AVXVNNI__"
"__ABM__"
"__BMI__"