mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
amdgpu/half_exp10: Switch implementation to native_exp10
Reviewer: Tom Stellard <tstellar@redhat.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 325056
This commit is contained in:
parent
4879dd7471
commit
021264c75a
@ -2,6 +2,7 @@ math/native_exp.cl
|
||||
math/native_log.cl
|
||||
math/native_log10.cl
|
||||
math/half_exp.cl
|
||||
math/half_exp10.cl
|
||||
math/half_rsqrt.cl
|
||||
math/half_sqrt.cl
|
||||
math/nextafter.cl
|
||||
|
6
libclc/amdgpu/lib/math/half_exp10.cl
Normal file
6
libclc/amdgpu/lib/math/half_exp10.cl
Normal file
@ -0,0 +1,6 @@
|
||||
#include <clc/clc.h>
|
||||
|
||||
#define __CLC_FUNC exp10
|
||||
#define __FLOAT_ONLY
|
||||
#define __CLC_BODY <half_native_unary.inc>
|
||||
#include <clc/math/gentype.inc>
|
Loading…
Reference in New Issue
Block a user