llvm-project/libclc/generic/lib/math/native_exp10.cl
Jan Vesely 6b4a625438 native_exp10: Switch implementation to llvm intrinsic
v2: Use native_log2 instead of wrong constant

Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 317941
2017-11-10 22:16:41 +00:00

6 lines
113 B
Common Lisp

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