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