The NetBSD Project

CVS log for src/lib/libm/src/s_lrintl.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 24 15:16:53 2024 UTC (7 weeks, 5 days ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored)

add missing symbols for non long double architectures.

Revision 1.2.22.1 / (download) - annotate - [select for diffs], Fri Aug 11 14:44:19 2023 UTC (8 months, 1 week ago) by martin
Branch: netbsd-10
CVS Tags: 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
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Pull up following revision(s) (requested by riastradh in ticket #320):

	lib/libm/src/ldbl_dummy.c: revision 1.3
	distrib/sets/lists/debug/shl.mi: revision 1.303
	lib/libm/src/ldbl_dummy.c: revision 1.4
	lib/libm/src/namespace.h: revision 1.17
	lib/libm/src/s_llrintl.c: revision 1.3
	lib/libm/Makefile: revision 1.220
	lib/libm/src/s_lrintl.c: revision 1.3
	lib/libm/man/sincos.3: revision 1.2
	lib/libm/man/math.3: revision 1.29
	distrib/sets/lists/base/shl.mi: revision 1.946
	lib/libm/shlib_version: revision 1.18

libm: Fill in more dummy long double transcendental functions.
This should cover everything from C99.

libm: Need <math.h> for __HAVE_LONG_DOUBLE.
Fixes missing definitions of lrintl, llrintl on various platforms.

Add (newly added): expm1l log1pl log2l lgammal tgammal
so that the library gets the correct symbols defined in it.

libm: Bump minor for new long double transcendental functions.
XXX Still missing: remquol, remainderl.

fix cross references (from Anon Ymous)

Correct history (Brad Smith)

libm: Add missing fma(3) and friends for sh3.

libm: Add dummy remainderl and remquol.
These are pretty bad -- these aren't transcendental functions; not
rocket science to make them correctly rounded -- but let's just make
sure they're available in libm for netbsd-10.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 13 18:26:32 2023 UTC (13 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

libm: Need <math.h> for __HAVE_LONG_DOUBLE.

Fixes missing definitions of lrintl, llrintl on various platforms.

Revision 1.2.2.2 / (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.2.2.1: +15 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Sync with HEAD

Revision 1.2.2.1, Sun May 7 11:29:21 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.2: +0 -15 lines
FILE REMOVED

file s_lrintl.c was added on branch prg-localcount2 on 2017-05-11 02:58:33 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Sun May 7 11:29:21 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, 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
Branch point for: prg-localcount2, netbsd-10
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Limit some rintl usage to #ifdef __HAVE_LONG_DOUBLE.
XXX should probably declare some aliases in the #else case

Revision 1.1 / (download) - annotate - [select for diffs], Sat May 6 18:03:24 2017 UTC (6 years, 11 months ago) by christos
Branch: MAIN

Replace our rounding functions with the ones from FreeBSD

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>