bolt/deps/llvm-18.1.8/libc/cmake/modules/cpu_features/check_AVX2.cpp
2025-02-14 19:21:04 +01:00

5 lines
118 B
C++

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