xref: /llvm-project/libc/cmake/modules/cpu_features/check_AVX.cpp (revision 54963cad87cf9028cb7b367e9c8cf977708314de)
1 #include "src/__support/macros/properties/cpu_features.h"
2 
3 #ifndef LIBC_TARGET_CPU_HAS_AVX
4 #error unsupported
5 #endif
6