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