Files
clang-p2996/libc/cmake/modules/cpu_features/check_AVX2.cpp
2023-02-09 09:30:24 +00:00

6 lines
118 B
C++

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