diff options
author | Jan Vesely <jan.vesely@rutgers.edu> | 2017-10-25 16:49:22 +0000 |
---|---|---|
committer | Jan Vesely <jan.vesely@rutgers.edu> | 2017-10-25 16:49:22 +0000 |
commit | 47e093da9b48260e6f030fc21a96ef03b4a1fec5 (patch) | |
tree | 9b8410be2a7a2f25bbb121050916679947b70a69 /libclc/amdgpu/lib/SOURCES | |
parent | 9fedbb9d8e0c43cead1dbb5ae5877ee02a18ea3d (diff) | |
download | bcm5719-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/amdgpu/lib/SOURCES')
-rw-r--r-- | libclc/amdgpu/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/amdgpu/lib/SOURCES b/libclc/amdgpu/lib/SOURCES index 8cbe1d42562..59d8b226acc 100644 --- a/libclc/amdgpu/lib/SOURCES +++ b/libclc/amdgpu/lib/SOURCES @@ -1,3 +1,4 @@ math/native_log.cl +math/native_log10.cl math/nextafter.cl math/sqrt.cl |