aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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