History log of /openbsd-src/lib/libc/arch/hppa/gen/fpgetround.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 29cc2a2d 26-Jul-2016 guenther <guenther@openbsd.org>

Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)
go direct instead of through the PLT.

ok millert@ kettenis@


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

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


# 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.