Home | History | Annotate | only in /src/lib/libm/arch/m68k
History log of /src/lib/libm/arch/m68k
RevisionDateAuthorComments
 1.3 26-Oct-2019  christos Separate the NetBSD-specific fenv functions from the standard ones.
No functional change.
 1.2 22-Mar-2017  chs branches: 1.2.12;
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().
 1.1 24-Dec-2015  christos branches: 1.1.2; 1.1.4;
add fenv for m68k
 1.1.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.1.2.1 26-Apr-2017  pgoyette Sync with HEAD
 1.2.12.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.9 10-Aug-2014  isaki Improve the code. %sp@(4) is already loaded in %fp0.
PR/49083 (2)
 1.8 10-Aug-2014  isaki Remove a meaningless conditional branch.
PR/49083 (1)
 1.7 07-Aug-2003  agc branches: 1.7.60;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 10-Nov-1999  thorpej Add register prefixes.
 1.5 21-Aug-1999  is branches: 1.5.4;
Copied from mc68881/s_ceil.S,v
 1.4 15-Aug-1999  kleink Make these SVR4 ABI ready.
 1.3 09-May-1995  jtc Id -> NetBSD
 1.2 18-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.1 12-Mar-1994  jtc converted ceil(), floor(), & rint() from old to new math libraries.
 1.5.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.60.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10 16-Nov-2014  joerg Deal with the potential pressence of long double support.
 1.9 15-Nov-2014  joerg It's copysign, not _copysign.
 1.8 15-Nov-2014  joerg Add copysignl aliases.
 1.7 07-Aug-2003  agc branches: 1.7.74;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 10-Nov-1999  thorpej Add register prefixes.
 1.5 21-Aug-1999  is branches: 1.5.4;
Copied from mc68881/s_copysign.S,v
 1.4 15-Aug-1999  kleink Make these SVR4 ABI ready.
 1.3 09-May-1995  jtc Id -> NetBSD
 1.2 18-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.1 14-Feb-1994  jtc Functions brought over from the old math library.
 1.5.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.74.2 28-May-2015  martin Pull up the following revision, requested by joerg in #812:

src/lib/libm/arch/m68k/s_copysign.S 1.10

Deal with the potential pressence of long double support.
 1.7.74.1 27-May-2015  msaitoh Pull up following revision(s) (requested by joerg in ticket #808):
lib/libm/arch/alpha/s_copysign.S: revision 1.6
lib/libm/arch/alpha/s_copysign.S: revision 1.7
lib/libm/arch/m68k/s_copysign.S: revision 1.8
lib/libm/arch/m68k/s_copysign.S: revision 1.9
- Add copysignl aliases.
- It's copysign, not _copysign.
 1.8 08-May-2024  riastradh libm/arch/m68k: Do the weak alias dance for finite.

This is used internally.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 10-Nov-1999  thorpej Add register prefixes.
 1.5 21-Aug-1999  is branches: 1.5.4;
Copied from mc68881/s_finite.S,v
 1.4 26-Jun-1996  jtc we don't need to branch
 1.3 09-May-1995  jtc Id -> NetBSD
 1.2 18-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.1 14-Feb-1994  jtc Functions brought over from the old math library.
 1.5.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9 10-Aug-2014  isaki Improve the code. %sp@(4) is already loaded in %fp0.
PR/49083 (2)
 1.8 10-Aug-2014  isaki Remove a meaningless conditional branch.
PR/49083 (1)
 1.7 07-Aug-2003  agc branches: 1.7.60;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 10-Nov-1999  thorpej Add register prefixes.
 1.5 21-Aug-1999  is branches: 1.5.4;
Copied from mc68881/s_floor.S,v
 1.4 15-Aug-1999  kleink Make these SVR4 ABI ready.
 1.3 09-May-1995  jtc Id -> NetBSD
 1.2 18-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.1 12-Mar-1994  jtc converted ceil(), floor(), & rint() from old to new math libraries.
 1.5.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.60.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6 10-Nov-1999  thorpej Add register prefixes.
 1.5 21-Aug-1999  is branches: 1.5.4;
Copied from mc68881/s_rint.S,v
 1.4 15-Aug-1999  kleink Make these SVR4 ABI ready.
 1.3 09-May-1995  jtc Id -> NetBSD
 1.2 18-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.1 12-Mar-1994  jtc converted ceil(), floor(), & rint() from old to new math libraries.
 1.5.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.

RSS XML Feed