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

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


# d11e256d 25-Jan-2018 christos <christos@NetBSD.org>

use named initializers


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


# a897ec1d 17-Feb-2016 christos <christos@NetBSD.org>

PR/50822: David Binderman: Fix copy length.


# a98ff4a4 11-Nov-2013 joerg <joerg@NetBSD.org>

Preserve the initial x87 control word in the global FP environment
in preparation for adjusting the default based on the main binary
version.


# 8781055a 29-May-2013 riastradh <riastradh@NetBSD.org>

Fix sense of fegetexcept on x86.

Somehow I overlooked this when I fixed feenableexcept and
fedisableexcept last summer.

XXX pullup to 6


# fdd63c74 04-Aug-2012 riastradh <riastradh@NetBSD.org>

Mask off the result of feenableexcept and fedisableexcept on x86.

These shouldn't return bits outside FE_ALL_EXCEPT.


# 5dad8344 01-Aug-2010 taca <taca@NetBSD.org>

Fix compile error.


# c271d4f2 31-Jul-2010 joerg <joerg@NetBSD.org>

Fix merge error: drop machine from an older workaround for machine.sse
under compat32, drop the assertion, initialize oldlen.


# 7f1183f2 31-Jul-2010 joerg <joerg@NetBSD.org>

Add support for fenv.h interface for i386 and amd64.

Submitted by Stathis Kamperis as part of GSoC 2010 and ported from
FreeBSD.