Files
clang-p2996/libclc/generic/include/clc/math/rsqrt.h
Jan Vesely 4b23a2e8e9 libclc: Move rsqrt implementation to a .cl file
Reviewer: awatry
Differential Revision: https://reviews.llvm.org/D74013
2020-02-09 14:42:09 -05:00

8 lines
148 B
C

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