|
@@ -165,9 +165,9 @@ two24 = 1.67772160000000000000e+07,
|
|
|
twon24 = 5.96046447753906250000e-08;
|
|
|
|
|
|
#ifdef __STDC__
|
|
|
- int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2)
|
|
|
+ int attribute_hidden __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2)
|
|
|
#else
|
|
|
- int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
|
|
|
+ int attribute_hidden __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
|
|
|
double x[], y[]; int e0,nx,prec; int32_t ipio2[];
|
|
|
#endif
|
|
|
{
|