aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* libm: fma: correct zero sign with small inputsSteve Kargl2024-07-282-4/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-157-7/+0
* libm: add parens to clarify expressions in fma, fmalEd Maste2024-07-152-6/+6
* libmsun: remove duplicates after cdefs.h added inline to __always_inlineRyan Libby2024-06-256-6/+6
* erf.3: Add a STANDARDS sectionGordon Bergling2024-06-231-1/+12
* math.h: Remove support for old gcc versionsWarner Losh2024-06-211-6/+1
* lib: Remove __ARM_ARCH checks that are always trueAndrew Turner2024-06-121-5/+1
* Revert "libm: fma: correct zero sign with small inputs"Ed Maste2024-06-122-6/+2
* msun: update Clang bug reference in fma testEd Maste2024-06-122-4/+4
* libm: fma: correct zero sign with small inputsEd Maste2024-06-082-2/+6
* 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