NetBSD/lib/libm
maya 038de09f8a compare to zero, instead of using signbit, and be more specific in comment.
-0.0 > 0 is also false. no functional change.

while this is mostly a change to be consistent in style (the rest of the
comparisons aren't done with signbit), it is also a micro-optimization.

with our default compile flags, calls to copysign are libm calls (and a
whole function call!!). this generates more efficient code.
2017-01-01 19:32:14 +00:00
..
arch more fenv for sh 2016-08-25 12:15:28 +00:00
compat
compiler_rt Long double complex multiplication and division helpers are needed on 2016-02-27 19:06:56 +00:00
complex compare to zero, instead of using signbit, and be more specific in comment. 2017-01-01 19:32:14 +00:00
gen strtod, not strod. 2016-08-27 02:56:26 +00:00
man BUGS section is no longer correct 2016-08-22 07:33:30 +00:00
noieee_src deal with namespace issues and missing atanhf for vax. 2016-09-21 14:11:40 +00:00
src Add the complex trig functions from FreeBSD 2016-09-19 22:05:05 +00:00
Makefile more stuff needs -mfpu=vfp 2016-12-08 18:42:01 +00:00
shlib_version Add the missing complex functions. 2014-10-10 00:48:18 +00:00