Files
clang-p2996/libc/cmake/modules/cpu_features/check_AVX.cpp
2023-04-18 13:11:33 +00:00

6 lines
117 B
C++

#include "src/__support/macros/properties/cpu_features.h"
#ifndef LIBC_TARGET_CPU_HAS_AVX
#error unsupported
#endif