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

8 lines
160 B
C

#define __CLC_BODY <clc/math/binary_decl_tt.inc>
#define __CLC_FUNCTION native_divide
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION