Files
clang-p2996/libclc/generic/include/clc/math/native_recip.h
Jan Vesely 1b9825f982 native_recip: provide function implementation instead of macro
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 318066
2017-11-13 18:28:53 +00:00

10 lines
196 B
C

#define __CLC_BODY <clc/math/unary_decl.inc>
#define __CLC_FUNCTION native_recip
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>
#undef __FLOAT_ONLY
#undef __CLC_BODY
#undef __CLC_FUNCTION