forked from OSchip/llvm-project
Move ternary_intrinsic.h to private headers.
Reviewer: Aaron Watry Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 356019
This commit is contained in:
parent
ee555aa992
commit
1f4a8a9158
|
@ -1,6 +1,6 @@
|
|||
#define __CLC_FUNCTION __clc_fma
|
||||
#define __CLC_INTRINSIC "llvm.fma"
|
||||
#include <clc/math/ternary_intrin.inc>
|
||||
#include "math/ternary_intrin.inc"
|
||||
|
||||
#define __FLOAT_ONLY
|
||||
#define __CLC_FUNCTION __clc_sw_fma
|
||||
|
|
Loading…
Reference in New Issue