mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 19:49:36 +00:00
ldexp: Fix double precision function return type
Fixes ~1200 external calls from nvtpx library. Reviewer: Jeroen Ketema Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 315170
This commit is contained in:
parent
e03ba02348
commit
beb6591753
@ -2,5 +2,5 @@ _CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float, int);
|
||||
|
||||
#ifdef cl_khr_fp64
|
||||
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
||||
_CLC_DEF _CLC_OVERLOAD float __clc_ldexp(double, int);
|
||||
_CLC_DEF _CLC_OVERLOAD double __clc_ldexp(double, int);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user