[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / generic / include / math / clc_ldexp.h
blobdbfc0447446fea4fcf00f41c75abc1bc8aa94836
1 _CLC_DEF _CLC_OVERLOAD float __clc_ldexp(float, int);
3 #ifdef cl_khr_fp64
4 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
5 _CLC_DEF _CLC_OVERLOAD double __clc_ldexp(double, int);
6 #endif
8 #ifdef cl_khr_fp16
9 #pragma OPENCL EXTENSION cl_khr_fp16 : enable
10 _CLC_DEF _CLC_OVERLOAD float __clc_ldexp(half, int);
11 #endif