aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partially revert ac76bc1145dd because it is no longer necessaryDimitry Andric2021-11-053-3/+3
* Implementations of cexpl()Steve Kargl2021-11-0510-31/+263
* cosl(): fix polynomial approximation coefficients for ld128 versionSteve Kargl2021-11-021-17/+15
* sinpi[fl] etc: Fix the ld128 implementationsSteve Kargl2021-11-013-37/+46
* sinpi,cospi,tanpi: float.h needed for week referenceSteve Kargl2021-10-293-0/+3
* lib/msun: Move the files to appropriate locations in the MakefileSteve Kargl2021-10-261-9/+8
* lib/msun/ld128/s_tanpil.c: make it compile.Konstantin Belousov2021-10-261-3/+3
* [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]Steve Kargl2021-10-2524-2/+2203
* msun: Add copyright noticesWarner Losh2021-10-233-0/+24
* Fix powf().Mark Murray2021-09-061-1/+1
* math(3): Use the .Fa macro for function argumentsGordon Bergling2021-07-0911-28/+28
* Work around bogus old gcc "initializer element is not constant" errorDimitry Andric2021-06-251-2/+2
* Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-222-9/+6
* Set default SPE FP environmentJustin Hibbits2021-05-301-0/+4
* msun fixes for SPEJustin Hibbits2021-05-062-1/+48
* Allow lib/msun/logarithm_test to pass on ld128 platformsAlex Richardson2021-04-201-1/+17
* Remove XFAIL from tests/lib/msun/lround_test:mainAlex Richardson2021-04-151-1/+0
* Remove amd64 XFAIL from tests/lib/msun/fma_test:infinitiesAlex Richardson2021-04-151-4/+0
* lib/msun: Exclude ignored-pragmas from -WerrorAlex Richardson2021-04-152-0/+12
* Only use -fp-exception-behavior=maytrap on x86, for nowDimitry Andric2021-04-101-1/+2
* Avoid raising unexpected floating point exceptions in libmDimitry Andric2021-04-101-1/+10
* Avoid -pedantic warnings about using _Generic in __fp_type_selectDimitry Andric2021-04-081-3/+2
* RISC-V: Fix feenableexcept return valueAlex Richardson2021-03-251-1/+1