mirror of
git://git.musl-libc.org/musl
synced 2025-02-19 12:26:50 +00:00
fix erfl wrapper for long double==double case
This commit is contained in:
parent
b04b588791
commit
9a810cb685
@ -103,7 +103,7 @@
|
|||||||
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
||||||
long double erfl(long double x)
|
long double erfl(long double x)
|
||||||
{
|
{
|
||||||
return erfl(x);
|
return erf(x);
|
||||||
}
|
}
|
||||||
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
|
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
|
||||||
static const long double
|
static const long double
|
||||||
|
Loading…
Reference in New Issue
Block a user