[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)
[llvm-project.git] / libc / cmake / modules / cpu_features / check_AVX512F.cpp
blobda177ab0ab35ac8d4c2786c64c1780e347e63e9b
1 #include "src/__support/macros/properties/cpu_features.h"
3 #ifndef LIBC_TARGET_CPU_HAS_AVX512F
4 #error unsupported
5 #endif