[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / generic / include / math / clc_fma.h
blob490cb9bcefc86b5b362d52d5a7910baf52b33ce0
1 #define __CLC_FUNCTION __clc_fma
2 #define __CLC_INTRINSIC "llvm.fma"
3 #include "math/ternary_intrin.inc"
5 #define __FLOAT_ONLY
6 #define __CLC_FUNCTION __clc_sw_fma
7 #define __CLC_BODY <clc/math/ternary_decl.inc>
8 #include <clc/math/gentype.inc>
9 #undef __CLC_BODY
10 #undef __CLC_FUNCTION
11 #undef __FLOAT_ONLY