don't inline __rem_pio2l so the code size is smaller
This commit is contained in:
@@ -34,8 +34,6 @@ long double sinl(long double x)
|
||||
return sin(x);
|
||||
}
|
||||
#elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384
|
||||
#include "__rem_pio2l.h"
|
||||
|
||||
long double sinl(long double x)
|
||||
{
|
||||
union IEEEl2bits z;
|
||||
|
||||
Reference in New Issue
Block a user