aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UBKarl Tomlinson2024-04-234-4/+12
* msun: Fix math error in comment explaining y reductionHenri Chataing2024-04-122-2/+2
* math: Add long double constant definitionsCollin Funk2024-04-121-0/+16
* Now that D44168 has been merged to stable/14, update the manpageMark Murray2024-04-121-2/+2
* riscv: remove more riscv64sf supportBrooks Davis2024-03-213-37/+2
* msun/riscv: expose fe{disable,enable}exceptBrooks Davis2024-03-212-10/+7
* lib/msun: Fix tgammal(3) on IEEE 128-bit platformsMark Murray2024-03-183-59/+15
* include/math.h: fix warning with -WconversionMartin Oliveira2024-02-031-3/+3
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-28233-244/+0
* msun: remove fabs from Symbol.map, and adjust commentDimitry Andric2024-01-272-2/+2
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2712-12/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-27126-170/+0
* dirdeps: Update/fix Makefile.depend* for toolchainKa Ho Ng2023-11-271-0/+1
* math: Move to const instead of __constWarner Losh2023-11-201-3/+3
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-253-13/+0
* msun: LIBCSRCDIR is too fragile, use ${SRCTOP}/lib/libc insteadWarner Losh2023-09-051-5/+15
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1633-33/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1627-54/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1610-10/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16320-636/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-169-9/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1641-82/+0
* Clean up libm use of the __ieee754_ prefixSteve Kargl2023-08-0354-223/+162
* Fixes for bugs in sinpi/cospi/tanpiSteve Kargl2023-08-0313-193/+183
* Cleanup debugging code in libmSteve Kargl2023-08-035-172/+49
* msun: Fix typo in math_private.h commentSteve Kargl2023-07-261-1/+1
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* libm: correctly test for for NaN and Infinity in sinpi(), cospi(), and tanpi()Steve Kargl2023-07-173-3/+5
* msun: Correct FreeBSD version in sincos() man pageBrad Smith2023-06-091-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1290-90/+90
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-141-1/+1
* msun: correct commentSteve Kargl2022-09-191-6/+6
* msun: Remove a double word in a source code commentGordon Bergling2022-09-101-1/+1
* msun/Makefile: Fix conditional and unbreak the build.Gleb Popov2022-09-091-1/+1
* src.conf: Introduce WITHOUT_MACHDEP knob.Gleb Popov2022-09-091-1/+1
* msun: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* libm: Correct some typos in source code commentsGordon Bergling2022-09-0314-19/+19
* [libm] Correct comments in s_cbrt[l].cSteve Kargl2022-08-042-2/+2
* Remove unnecessary const and volatile qualifiers from __fp_type_select()Dimitry Andric2022-07-151-10/+1
* msun: Rewrite function definitions with identifier listsYi Kong2022-07-122-4/+2
* libm: Add feenableexcept and fedisableexcept to library on powerpcJustin Hibbits2022-05-143-4/+10
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-055-5/+30
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-3/+3
* math(3): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* mips: Remove msun supportWarner Losh2021-12-314-371/+0
* * lib/msun/Makefile b/lib/msun/Makefile:Mark Murray2021-12-155-2/+908
* * lib/msun/Makefile:Mark Murray2021-12-154-396/+370
* Remove set-but-unused variable from s_sincosl.cDimitry Andric2021-12-141-2/+1
* Use a builtin where possible in msunAndrew Turner2021-11-1910-5/+86