Files
clang-p2996/libclc/generic/include/clc/math/half_divide.h
Jan Vesely 44e0522c09 half_divide: Implement using x/y
Passes CTS on carrizo
v2: Use full precision implementation

Reviewer: Jeroen Ketema <j.ketema@xs4all.nl>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 322899
2018-01-18 21:12:06 +00:00

8 lines
158 B
C

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