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

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

#ifndef LIBC_TARGET_CPU_HAS_AVX2
#error unsupported
#endif