summaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Reduce diff between msun/src/e_pow.c and msun/src/e_powf.c.Mark Johnston2018-07-082-8/+14
* Fix whitespace issues in bessel function routines.Mark Johnston2018-07-084-40/+36
* clog.3, complex.3: Fix typos and igor style issuesConrad Meyer2018-06-062-14/+12
* Resolve conflicts between macros in fenv.h and ieeefp.hDimitry Andric2018-05-314-38/+27
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-138-9/+596
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-193-10/+14
* msun: signed overflow in atan2Eitan Adler2018-02-141-1/+1
* cacos(3): correct spelling of 'I'Eitan Adler2017-12-311-2/+2
* lib: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), notDimitry Andric2017-12-101-1/+1
* Document the existence and precision of the remaining long doubleDimitry Andric2017-12-102-6/+29
* Remove an unused incude from lib/msun/bsdsrc/b_log.c.Dimitry Andric2017-12-071-1/+0
* Remove the sentence in math(3) about some long double math functions notDimitry Andric2017-12-071-7/+1
* lib/msun: remove trailing whitespace from e_pow.cEd Maste2017-12-031-18/+18
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2693-0/+186
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-3/+11
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* lib/msun: add more csqrt unit tests for precision and overflowRyan Libby2017-08-291-19/+100
* lib/msun: avoid referring to broken LDBL_MAXRyan Libby2017-08-293-5/+23
* Revert r321457Enji Cooper2017-08-261-5/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Re-add #endif accidentally deleted in r321484Enji Cooper2017-07-251-0/+1
* Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the buildEnji Cooper2017-07-251-6/+1
* Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw onEnji Cooper2017-07-251-0/+4
* Mark :reduction as an expected failureEnji Cooper2017-07-251-0/+5
* Convert lib/msun/trig_test from TAP to ATF formatEnji Cooper2017-07-252-69/+73
* Raise WARNS to 1Enji Cooper2017-07-251-2/+2
* logarithm_test: assert that feclearexcept succeedsEnji Cooper2017-05-291-1/+1
* fma_test: mute a warning about unreachable code on amd64 by restructuringEnji Cooper2017-05-291-1/+2
* Implement sincos, sincosf, and sincosl.Michal Meloun2017-05-2811-4/+648
* Silence a -Wunused warning about the junk variable being used to raiseDimitry Andric2017-05-133-3/+3
* msun: Remove trailing space in Sunsoft copyright statement.Pedro F. Giffuni2017-04-231-1/+1
* Replace SOFTFLOAT with __mips_soft_float, which gcc/clang define for us.Brooks Davis2017-03-163-11/+11
* Document that the msun tests require WARNS=0Alan Somers2017-03-111-0/+2
* Expect :test_zero_input to fail on amd64Enji Cooper2017-03-091-0/+7
* Don't expect :test_large_inputs to fail with i386 anymoreEnji Cooper2017-03-091-4/+0
* Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6.Enji Cooper2017-03-0418-214/+210
* Convert lib/msun/ctrig_test from TAP to ATFEnji Cooper2017-03-042-50/+56
* Renumber copyright clause 4Warner Losh2017-02-2832-32/+32
* Add documentations related to new APIs of r313761Mahdi Mokhtari2017-02-171-8/+38
* Fix building of r313761 on platforms thatMahdi Mokhtari2017-02-172-5/+18
* Add casinl() cacosl() catanl() casinhl() cacoshl() catanhl() APIs to msunMahdi Mokhtari2017-02-153-1/+423
* Handle clang 4.x+ with the compile-time exception added in r312213Enji Cooper2017-02-141-1/+2
* Turn COMPILER_VERSION/COMPILER_TYPE make check into a compile-time checkEnji Cooper2017-01-152-5/+19
* fmaxmin_test still fails with clang 3.9.x.. bypass the testEnji Cooper2017-01-131-1/+1
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-131-1/+6
* libm: remove duplicate version script entriesEd Maste2016-11-293-15/+0
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-164-55/+116