History log of /openbsd/lib/libc/arch/hppa/gen/flt_rounds.c (Results 1 – 6 of 6)
Revision Date Author Comments
# af3276d5 27-Oct-2015 guenther <guenther@openbsd.org>

Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),
and ldexp().

ok millert@


# b5aa3b33 18-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


# fba30992 25-Jun-2012 deraadt <deraadt@openbsd.org>

Do not use <machine/float.h>, that is an deformed BSD-ism.
It turns out <float.h> is the right file to pull in.
ok millert


# 8524f5e4 21-Oct-2002 mickey <mickey@openbsd.org>

make an ieeefp regress pass; miod@ ok


# 4451fc0f 22-May-2002 miod <miod@openbsd.org>

I was on drugs when I commited this initially, and still do not understand
how I got libc to compile with this. Blush.

Replace this with a correct implementation, and write a faster fabs()
while the

I was on drugs when I commited this initially, and still do not understand
how I got libc to compile with this. Blush.

Replace this with a correct implementation, and write a faster fabs()
while there.

ok mickey@

show more ...


# c9d6e9ae 11-Mar-2002 miod <miod@openbsd.org>

More fp-related libc pieces for hppa.
This enables awk to link.