summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/math/clc_ldexp.h
blob: 477dbb22c3cc34eff41a761f6ef11fd21f2f649e (plain)
1
2
3
4
5
6
_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);
#endif
OpenPOWER on IntegriCloud