mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 15:11:55 +00:00
don't inline __rem_pio2l so the code size is smaller
This commit is contained in:
@ -36,8 +36,6 @@ long double cosl(long double x) {
|
||||
return cos(x);
|
||||
}
|
||||
#elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384
|
||||
#include "__rem_pio2l.h"
|
||||
|
||||
long double cosl(long double x)
|
||||
{
|
||||
union IEEEl2bits z;
|
||||
|
Reference in New Issue
Block a user