xref: /llvm-project/libc/cmake/modules/cpu_features/check_AVX512F.cpp (revision a6db871e85f0edcd61a78312078d7ece37097da0)
1*a6db871eSGuillaume Chatelet #include "src/__support/macros/properties/cpu_features.h"
2fd64482eSGuillaume Chatelet 
3a2569a76SGuillaume Chatelet #ifndef LIBC_TARGET_CPU_HAS_AVX512F
4fd64482eSGuillaume Chatelet #error unsupported
5fd64482eSGuillaume Chatelet #endif
6