Files
clang-p2996/libclc/generic/lib/math/native_rsqrt.cl
Jan Vesely a6758c94ef native_rsqrt: Switch implementation to 1 / native_sqrt
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 318065
2017-11-13 18:28:51 +00:00

6 lines
113 B
Common Lisp

#include <clc/clc.h>
#define __CLC_BODY <native_rsqrt.inc>
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>