NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/49387: erfl and erfcl missing
The following reply was made to PR lib/49387; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, lib-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, kuehro%gmx.de@localhost
Cc:
Subject: Re: lib/49387: erfl and erfcl missing
Date: Thu, 13 Nov 2014 13:38:04 -0500
On Nov 13, 1:34pm, christos%zoulas.com@localhost (Christos Zoulas) wrote:
-- Subject: Re: lib/49387: erfl and erfcl missing
| Yes, but there are no FreeBSD versions... FreeBSD just does:
|
| __weak_reference(erf, erfl);
|
| which I don't think works.
I missed that:
#if (LDBL_MANT_DIG == 53)
__weak_reference(erf, erfl);
#endif
christos
Home |
Main Index |
Thread Index |
Old Index