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

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

#ifndef LIBC_TARGET_CPU_HAS_SSE2
#error unsupported
#endif