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: Dave Huang <khym%azeotrope.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, lib-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc:
Subject: Re: lib/49387: erfl and erfcl missing
Date: Thu, 13 Nov 2014 12:00:30 -0600
On 2014-11-12 6:40 PM, Christos Zoulas wrote:
> nm /usr/lib/libm.so | grep erf
> 00000000000173b0 T __ieee754_remainderf
> 000000000000c430 T erf
> 000000000000c8e8 T erfc
> 000000000000bf7b T erfcf
> 000000000000bae4 T erff
> 000000000000b4e0 T nextafterf
> 0000000000015744 T remainderf
Not sure if you were trying to demonstrate that the functions are
missing or that they are present--if the latter, the PR is about erfl
and erfcl being missing not that all erf* functions are missing. The nm
output shows that the "l" versions are indeed missing.
Home |
Main Index |
Thread Index |
Old Index