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

#ifndef LIBC_TARGET_CPU_HAS_SSE4_2
#error unsupported
#endif