hanchenye-llvm-project/libclc/amdgpu/lib/math
Jan Vesely b424954682 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
2018-02-13 22:09:46 +00:00
..
half_exp.cl amdgpu/half_exp: Switch implementation to native_exp 2018-02-13 22:09:35 +00:00
half_exp2.cl amdgpu/half_exp2: Switch implementation to native_exp2 2018-02-13 22:09:38 +00:00
half_exp10.cl amdgpu/half_exp10: Switch implementation to native_exp10 2018-02-13 22:09:37 +00:00
half_log.cl amdgpu/half_log: Switch implementation to native_log 2018-02-13 22:09:41 +00:00
half_log2.cl amdgpu/half_log2: Switch implementation to native_log2 2018-02-13 22:09:44 +00:00
half_log10.cl amdgpu/half_log10: Switch implementation to native_log10 2018-02-13 22:09:42 +00:00
half_native_unary.inc amdgpu/half_rsqrt: Switch implementation to native_rsqrt 2018-02-13 22:09:31 +00:00
half_recip.cl amdgpu/half_recip: Switch implementation to native_recip 2018-02-13 22:09:46 +00:00
half_rsqrt.cl amdgpu/half_rsqrt: Switch implementation to native_rsqrt 2018-02-13 22:09:31 +00:00
half_sqrt.cl amdgpu/half_sqrt: Switch implementation to native_sqrt 2018-02-13 22:09:33 +00:00
native_exp.cl amdgpu: Add workaround for unimplemented llvm.exp intrinsic 2017-11-10 22:16:25 +00:00
native_exp.inc amdgpu: Add workaround for unimplemented llvm.exp intrinsic 2017-11-10 22:16:25 +00:00
native_log.cl amdgpu/math: Don't use llvm instrinsic for native_log 2017-10-25 16:49:17 +00:00
native_log.inc amdgpu/math: Don't use llvm instrinsic for native_log 2017-10-25 16:49:17 +00:00
native_log10.cl math: Implement native_log10 2017-10-25 16:49:22 +00:00
native_log10.inc math: Implement native_log10 2017-10-25 16:49:22 +00:00
nextafter.cl
sqrt.cl