aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake/modules/cpu_features/check_AVX512F.cpp
blob: da177ab0ab35ac8d4c2786c64c1780e347e63e9b (plain)
1
2
3
4
5
#include "src/__support/macros/properties/cpu_features.h"

#ifndef LIBC_TARGET_CPU_HAS_AVX512F
#error unsupported
#endif