diff options
author | Jan Vesely <jan.vesely@rutgers.edu> | 2018-02-13 22:09:46 +0000 |
---|---|---|
committer | Jan Vesely <jan.vesely@rutgers.edu> | 2018-02-13 22:09:46 +0000 |
commit | b42495468250e7887b3273100299190a70fab9ce (patch) | |
tree | b3c2cdeba483e2224d90834fbdb7d9b1972192ad /libclc/amdgpu/lib/SOURCES | |
parent | ed28c4458a873d496c66ed87a93e3e8d0da21e20 (diff) | |
download | bcm5719-llvm-b42495468250e7887b3273100299190a70fab9ce.tar.gz bcm5719-llvm-b42495468250e7887b3273100299190a70fab9ce.zip |
amdgpu/half_recip: Switch implementation to native_recip
Reviewer: Tom Stellard <tstellar@redhat.com>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 325061
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 c6dc3bd400d..b11cbdecf27 100644 --- a/libclc/amdgpu/lib/SOURCES +++ b/libclc/amdgpu/lib/SOURCES @@ -7,6 +7,7 @@ math/half_exp2.cl math/half_log.cl math/half_log10.cl math/half_log2.cl +math/half_recip.cl math/half_rsqrt.cl math/half_sqrt.cl math/nextafter.cl |