aboutsummaryrefslogtreecommitdiff
path: root/libc/cmake/modules/cpu_features/check_SSE2.cpp
blob: af8f797fa9b06cd0c4cd78e1c39f1726d9c926a7 (plain)
1
2
3
4
5
#include "src/__support/macros/properties/cpu_features.h"

#ifndef LIBC_TARGET_CPU_HAS_SSE2
#error unsupported
#endif