History log of /netbsd-src/lib/libm/arch/hppa/fenv.c (Results 1 – 5 of 5)
Revision Date Author Comments
# f9faf20a 03-Sep-2021 andvar <andvar@NetBSD.org>

fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/


# 7e30e943 22-Mar-2017 chs <chs@NetBSD.org>

provide a common softfloat fenv implemenation and use it for softfloat builds.
restore ABI compatibility with previous releases for ieeefp.h on sh3.
add namespace.h protection for all the fenv interf

provide a common softfloat fenv implemenation and use it for softfloat builds.
restore ABI compatibility with previous releases for ieeefp.h on sh3.
add namespace.h protection for all the fenv interfaces.
use MKSOFTFLOAT on sh3 instead of assuming softfloat.
standardize on comparing MKSOFTFLOAT with "no".
remove the arm-specific softfloat fenv code (which also had several bugs).
fix logic errors in the arm hardfloat feraiseexcept() and feupdateenv().

show more ...


# 3593a889 20-Mar-2016 skrll <skrll@NetBSD.org>

Update {read,write}fpsr to work everywhere


# f91d4e28 13-Jan-2015 martin <martin@NetBSD.org>

Simplify, now that rounding mode defines match the hardware bits.


# dce8d6f5 27-Dec-2014 martin <martin@NetBSD.org>

fenv(3) support for hppa