NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/49387: erfl and erfcl missing



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