[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / libclc / spirv / lib / math / fma.cl
blob79142425e52d23d693b4030e57815abbd0f9e080
1 #include <clc/clc.h>
2 #include <math/clc_fma.h>
4 #define __CLC_BODY <fma.inc>
5 #define __FLOAT_ONLY
6 #include <clc/math/gentype.inc>
8 bool __clc_runtime_has_hw_fma32()
10 return false;