History log of /netbsd-src/lib/libm/arch/sparc64/fenv.c (Results 1 – 4 of 4)
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 ...


# 88e42b60 20-May-2011 nakayama <nakayama@NetBSD.org>

Add fenv support for sparc. Mostly copied from sparc64 and share with it.


# 17b8402a 31-Jan-2011 christos <christos@NetBSD.org>

fenv support for sparc64 from Stathis Kamperis