Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / cmake / modules / cpu_features / check_SSE2.cpp
blobaf8f797fa9b06cd0c4cd78e1c39f1726d9c926a7
1 #include "src/__support/macros/properties/cpu_features.h"
3 #ifndef LIBC_TARGET_CPU_HAS_SSE2
4 #error unsupported
5 #endif