mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 14:33:38 +01:00
commit
522eaccce7
1 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ sincos(double x, double * s, double * c)
|
||||||
/*argument reduction needed*/
|
/*argument reduction needed*/
|
||||||
else {
|
else {
|
||||||
double k_c, k_s;
|
double k_c, k_s;
|
||||||
printf( "bleh?\n");
|
|
||||||
|
|
||||||
/* Calculate remainer, then sub out to kernel */
|
/* Calculate remainer, then sub out to kernel */
|
||||||
int32_t n = __ieee754_rem_pio2(x,y);
|
int32_t n = __ieee754_rem_pio2(x,y);
|
||||||
|
@ -148,4 +147,4 @@ sincos(double x, double * s, double * c)
|
||||||
|
|
||||||
#if (LDBL_MANT_DIG == 53)
|
#if (LDBL_MANT_DIG == 53)
|
||||||
__weak_reference(sincos, sincosl);
|
__weak_reference(sincos, sincosl);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue