NetBSD/lib/libm
drochner d81b3ce220 make an intermediate float variable "volatile" on i386 to work around a gcc
optimization problem: subsequent add/subs were done inside FPU registers,
with "double" precision, without rounding to "float" in between
2006-08-01 20:14:35 +00:00
..
arch merge libc/arch/{i386,x86_64}/gen/modf.S into one 2006-03-22 20:45:58 +00:00
gen Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. 2006-03-15 22:07:08 +00:00
man move manpages for frexp/ldexp/modf to libm -- the (most) implementation is 2006-07-03 16:03:56 +00:00
noieee_src Rather than cast everything around (which upsets gcc4), use a union instead. 2006-07-08 00:28:21 +00:00
src make an intermediate float variable "volatile" on i386 to work around a gcc 2006-08-01 20:14:35 +00:00
Makefile move manpages for frexp/ldexp/modf to libm -- the (most) implementation is 2006-07-03 16:03:56 +00:00
shlib_version Add trunc() and truncf() C99 functions, from FreeBSD. 2006-03-25 16:41:11 +00:00