llvm/libc/cmake/modules/cpu_features/check_AVX.cpp

#include "src/__support/macros/properties/cpu_features.h"

#ifndef LIBC_TARGET_CPU_HAS_AVX
#error unsupported
#endif