1 | #include "src/__support/macros/properties/cpu_features.h" |
---|---|
2 | |
3 | #ifndef LIBC_TARGET_CPU_HAS_AVX512F |
4 | #error unsupported |
5 | #endif |
6 |
1 | #include "src/__support/macros/properties/cpu_features.h" |
---|---|
2 | |
3 | #ifndef LIBC_TARGET_CPU_HAS_AVX512F |
4 | #error unsupported |
5 | #endif |
6 |