1 #define __CLC_FUNCTION __clc_fma 2 #define __CLC_INTRINSIC "llvm.fma" 3 #include "math/ternary_intrin.inc" 4 5 #define __FLOAT_ONLY 6 #define __CLC_FUNCTION __clc_sw_fma 7 #define __CLC_BODY <clc/shared/ternary_decl.inc> 8 #include <clc/math/gentype.inc> 9 #undef __CLC_BODY 10 #undef __CLC_FUNCTION 11 #undef __FLOAT_ONLY 12