From 6b4a625438983ab8dc84b087a90c9d9bb94ffdde Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 10 Nov 2017 22:16:41 +0000 Subject: native_exp10: Switch implementation to llvm intrinsic v2: Use native_log2 instead of wrong constant Reviewer: Jeroen Ketema Signed-off-by: Jan Vesely llvm-svn: 317941 --- libclc/generic/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'libclc/generic/lib/SOURCES') diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index a230d388fea..2b314653a88 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -121,6 +121,7 @@ math/mad.cl math/modf.cl math/native_cos.cl math/native_exp.cl +math/native_exp10.cl math/native_exp2.cl math/native_log.cl math/native_log10.cl -- cgit v1.2.3