summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/clc/clc.h
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2017-10-25 16:49:22 +0000
committerJan Vesely <jan.vesely@rutgers.edu>2017-10-25 16:49:22 +0000
commit47e093da9b48260e6f030fc21a96ef03b4a1fec5 (patch)
tree9b8410be2a7a2f25bbb121050916679947b70a69 /libclc/generic/include/clc/clc.h
parent9fedbb9d8e0c43cead1dbb5ae5877ee02a18ea3d (diff)
downloadbcm5719-llvm-47e093da9b48260e6f030fc21a96ef03b4a1fec5.tar.gz
bcm5719-llvm-47e093da9b48260e6f030fc21a96ef03b4a1fec5.zip
math: Implement native_log10
Use llvm instrinsic by default Provide amdgpu workaround v2: drop old amd copyrights Reviewer: Aaron Watry Reviewed-by: Vedran Miletić <vedran@miletic.net> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 316588
Diffstat (limited to 'libclc/generic/include/clc/clc.h')
-rw-r--r--libclc/generic/include/clc/clc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/clc.h b/libclc/generic/include/clc/clc.h
index 3701336ad1a..5d64751e365 100644
--- a/libclc/generic/include/clc/clc.h
+++ b/libclc/generic/include/clc/clc.h
@@ -104,6 +104,7 @@
#include <clc/math/native_exp10.h>
#include <clc/math/native_exp2.h>
#include <clc/math/native_log.h>
+#include <clc/math/native_log10.h>
#include <clc/math/native_log2.h>
#include <clc/math/native_powr.h>
#include <clc/math/native_recip.h>
OpenPOWER on IntegriCloud