Use llvm intrinsics for native_log and native_log2
authorTom Stellard <thomas.stellard@amd.com>
Fri, 24 Jul 2015 18:07:06 +0000 (18:07 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 24 Jul 2015 18:07:06 +0000 (18:07 +0000)
commitf01ffa9ddc0b954a04c11efe82bea6edd19e228d
treed5b3ece53b4e70f5d57af0ab7afbe1468659c50c
parentac346ba5a118ff43347423e8b9760411443a31e8
Use llvm intrinsics for native_log and native_log2

llvm-svn: 243130
libclc/generic/include/clc/math/native_log.h
libclc/generic/include/clc/math/native_log.inc [new file with mode: 0644]
libclc/generic/include/clc/math/native_log2.h
libclc/generic/include/clc/math/native_log2.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/math/native_log.cl [new file with mode: 0644]
libclc/generic/lib/math/native_log.inc [new file with mode: 0644]
libclc/generic/lib/math/native_log2.cl [new file with mode: 0644]
libclc/generic/lib/math/native_log2.inc [new file with mode: 0644]