Sign in
llvm
/
llvm-project
/
libc
/
404745f93fe05a9817e1a334a2985df8b14a9a97
/
.
/
cmake
/
modules
/
cpu_features
/
check_AVX512F.cpp
blob: 2d3f171d7c8877a94b19919a3f7a3c6715097baf [
file
] [
log
] [
blame
]
#include
"src/__support/macros/cpu_features.h"
#ifndef
LIBC_TARGET_CPU_HAS_AVX512F
#error
unsupported
#endif