summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/math/clc_fma.h
blob: 490cb9bcefc86b5b362d52d5a7910baf52b33ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define __CLC_FUNCTION __clc_fma
#define __CLC_INTRINSIC "llvm.fma"
#include "math/ternary_intrin.inc"

#define __FLOAT_ONLY
#define __CLC_FUNCTION __clc_sw_fma
#define __CLC_BODY <clc/math/ternary_decl.inc>
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION
#undef __FLOAT_ONLY
OpenPOWER on IntegriCloud