History log of /openbsd/lib/libc/arch/sh/gen/flt_rounds.c (Results 1 – 6 of 6)
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@


# 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


# e3bd70a6 14-Nov-2006 otto <otto@openbsd.org>

Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round
regress test; ok miod@


# cf252584 10-Oct-2006 miod <miod@openbsd.org>

Preliminary userland bits for OpenBSD/landisk, many things coming from
NetBSD.