The NetBSD Project

CVS log for src/lib/libm/arch/arm/fenv.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libm / arch / arm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7.2.1 / (download) - annotate - [select for diffs], Thu May 11 02:58:33 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.7: +20 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Sync with HEAD

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 8 09:25:03 2017 UTC (6 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.8: +18 -1 lines
Diff to previous 1.8 (colored)

Complete the namespace dance

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 8 08:21:56 2017 UTC (6 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Add missing namespace.h include

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Wed Apr 26 02:52:55 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.6: +10 -98 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with HEAD

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:10 2017 UTC (7 years ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.6: +10 -98 lines
Diff to previous 1.6 (colored) next main 1.7 (colored)

Sync with HEAD

Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 22 23:11:08 2017 UTC (7 years ago) by chs
Branch: MAIN
CVS Tags: prg-localcount2-base1, prg-localcount2-base, pgoyette-localcount-20170426, bouyer-socketcan-base1
Branch point for: prg-localcount2
Changes since 1.6: +10 -98 lines
Diff to previous 1.6 (colored)

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().

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 29 19:11:13 2014 UTC (9 years, 3 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.5: +14 -10 lines
Diff to previous 1.5 (colored)

Fix exception status vs mask confusion, of course feenableexcept(),
fedisableexcept() and fegetexcept() all operate on the mask.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 28 10:15:29 2014 UTC (9 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Add missing return in __SOFTFP__ variant, pointed out by htodd.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 27 17:54:24 2014 UTC (9 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.3: +45 -6 lines
Diff to previous 1.3 (colored)

Add our common non standard extensions and fix typo (FE_EXCEPT_ALL ->
FE_ALL_EXCEPT).

Revision 1.3.8.2 / (download) - annotate - [select for diffs], Thu May 22 11:36:56 2014 UTC (9 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.3.8.1: +288 -0 lines
Diff to previous 1.3.8.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:21:07 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.3.2.1: +288 -0 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

resync from head

Revision 1.3.8.1, Wed May 1 04:04:54 2013 UTC (10 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.3: +0 -288 lines
FILE REMOVED

file fenv.c was added on branch yamt-pagecache on 2014-05-22 11:36:56 +0000

Revision 1.3.2.1, Wed May 1 04:04:54 2013 UTC (10 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.3: +0 -288 lines
FILE REMOVED

file fenv.c was added on branch tls-maxphys on 2013-06-23 06:21:07 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 1 04:04:54 2013 UTC (10 years, 11 months ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Fix feclearexcept return value (should be 0).

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 30 01:45:13 2013 UTC (10 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.1: +13 -4 lines
Diff to previous 1.1 (colored)

Make this compile for earmhf

Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 28 21:06:34 2013 UTC (10 years, 11 months ago) by matt
Branch: MAIN

Add a C99 <fenv.h> implementation for arm.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>