aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* Silence unused parameter warnings in the RISC-V fenv.hAlex Richardson2021-03-221-3/+3
* lib/msun/tests: Drop WARNS=6Alex Richardson2021-03-221-2/+0
* lib/msun/tests: Re-enable csqrt_test on AArch64Alex Richardson2021-03-221-4/+0
* Fix lib/msun/tests/csqrt_test on platforms with 128-bit long doubleAlex Richardson2021-03-221-9/+17
* Fix unused functions in invtrig_test.cAlex Richardson2021-03-221-2/+8
* lib/msun/tests: Add more debug output to fenv_test.cAlex Richardson2021-03-222-2/+7
* lib/msun/tests: Skip fenv_test:masking if exceptions can't be trappedAlex Richardson2021-03-221-1/+21
* lib/msun: Allow building tests with WARNS=6Alex Richardson2021-03-221-1/+1
* Improve test messages for msun testsAlex Richardson2021-03-2216-106/+102
* Remove XFAILs from fmaxmin testAlex Richardson2021-03-221-19/+0
* Convert the msun tests to ATFAlex Richardson2021-03-2222-846/+845
* lib/msun: Fix x86 GCC6 build after 221622ec0c8e184Alex Richardson2021-03-121-8/+8
* Save all fpcr/fpsr bits in the AArch64 fenv_tAlex Richardson2021-03-121-10/+10
* lib/msun: Avoid FE_INEXACT for x86 log2l/log10lAlex Richardson2021-03-082-12/+15
* s_scalbn.c: Add missing float.h includeAlex Richardson2021-03-012-9/+4
* Update scalbn* functions to the musl versionsAlex Richardson2021-03-013-166/+90
* Build lib/msun tests with compiler builtins disabledDimitry Andric2021-02-231-0/+4
* lib/msun/ctrig_test: Print the mismatched values on failureAlex Richardson2021-02-231-8/+16
* Update libm tests from NetBSDAlex Richardson2021-02-221-0/+2
* msun: ctanh/ctanhf: Import fix from musl libcAlex Richardson2021-02-153-19/+14
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-102-1/+2
* Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-094-6/+3
* Fix incorrect powf(3) result with x near 1 and |y| much larger than 1Steve Kargl2021-02-081-1/+1
* Avoid double output in fenv_testAlex Richardson2021-01-291-0/+2
* test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-01-291-1/+1
* Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14Alex Richardson2021-01-291-1/+1
* Un-XFAIL two tests with Clang > 10Alex Richardson2021-01-281-1/+1
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-058-0/+8
* msun tests: use standard floating-point exception flags on lrint and fenv testsAlfredo Dal'Ava Junior2020-11-182-9/+12
* [POWERPC] msun: fix incorrect flag in fesetexceptflagAlfredo Dal'Ava Junior2020-11-171-1/+1
* Remove intel compiler support from math.hWarner Losh2020-10-241-2/+2
* Fix a few mandoc issuesGordon Bergling2020-10-091-10/+10
* Apply an opimization for the kernels used by cexp(x) and cexpf(x) submittedStefan Eßer2020-09-202-6/+8
* Apply fix for ld80 and ld128 submitted by Steve Kargl:Stefan Eßer2020-09-202-10/+12
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
* Enable long double tests on RISC-VMitchell Horne2020-06-241-3/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-2/+2
* Fix typoSergio Carlavilla Delgado2020-04-041-1/+1
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-013-3/+18
* msun: swap words order instead of bits order on BIG ENDIANAlfredo Dal'Ava Junior2020-03-261-4/+5
* Add HISTORY sections to log(3) man pageSergio Carlavilla Delgado2020-03-261-1/+12
* Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu2020-03-111-0/+3
* Remove sparc64 specific parts of libm and fix commentsWarner Losh2020-02-269-413/+17
* Add some HISTORY sections to manpagesSergio Carlavilla Delgado2020-02-191-1/+4
* [PowerPC] Fix feholdexcept() on powerpc referencing the wrong struct memberBrandon Bergren2020-02-021-1/+1
* msun: drop clause 3 from the Berkeley license.Pedro F. Giffuni2019-12-273-18/+6
* [PowerPC] Fix SPE floating point environment manipulationBrandon Bergren2019-12-121-26/+31
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* The fdlibm hypot() implementations shouldn't potentially left-shiftDimitry Andric2019-11-262-5/+3
* Get the fix in back by reverting the part accidentally included in r354491.Li-Wen Hsu2019-11-071-2/+2