aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* We have long double on arm64, and the tests pass so enable them.Andrew Turner2015-10-311-1/+3
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-4/+0
* In libm's exp2(3), avoid left-shifting a negative integer, which isDimitry Andric2015-08-091-2/+2
* .ie is not supposed to be used in manpagesBaptiste Daroussin2015-07-141-6/+2
* Fix compilation when the armv6 world is being compiled without hw floatingIan Lepore2015-06-241-1/+1
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Follow up to r284427: fix NaN mixing for ctanhf too.Tijl Coosemans2015-06-151-1/+2
* - Change comments to be more consistent with s_ccosh.c and s_csinh.c.Tijl Coosemans2015-06-152-20/+21
* Fix some exceptional cases where the sign of the result is unspecifiedTijl Coosemans2015-06-152-47/+43
* Fix some exceptional cases where the sign of the result is unspecifiedTijl Coosemans2015-06-152-34/+32
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2745-328/+649
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-1917-249/+1049
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1919-558/+794
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Merge headSimon J. Gerraty2014-04-2728-568/+1744
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge headSimon J. Gerraty2013-09-114-1/+80
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-0548-652/+4227
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-082-4/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-0422-115/+733
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+21
* | | | | | | | | | | Misc fixes from projects/bmakeSimon J. Gerraty2015-06-111-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | In r279493, the functions pzero[f](), qzero[f], pone[f](),Steve Kargl2015-05-174-4/+4
* | | | | | | | | | The presence/absence of CPU features should be tested withWarner Losh2015-04-281-1/+3
* | | | | | | | | | Remove per-architecture checks for enabling HAVE_FENV_HEnji Cooper2015-04-271-4/+1
* | | | | | | | | | Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.Andrew Turner2015-04-271-1/+1
* | | | | | | | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allEnji Cooper2015-04-273-13/+3
* | | | | | | | | | mdoc: fix function declarationBaptiste Daroussin2015-04-261-2/+2
* | | | | | | | | | mdoc: remove empty lineBaptiste Daroussin2015-04-261-1/+0
* | | | | | | | | | Remove end of line whitespaceBaptiste Daroussin2015-04-261-3/+3
* | | | | | | | | | Add the fe* symbols to libm for arm64.Andrew Turner2015-03-311-0/+56
* | | | | | | | | | Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.hEd Maste2015-03-301-21/+22
* | | | | | | | | | Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-192-0/+249
* | | | | | | | | | According to POSIX.1-2008, the Bessel functions of second kindSteve Kargl2015-03-107-47/+77
* | | | | | | | | | Give compilers a stronger hint to inline the functionsSteve Kargl2015-03-014-8/+16
* | | | | | | | | | When j0() and j1() were converted to j0f() and j1f(), the thresholdSteve Kargl2015-03-012-16/+16
* | | | | | | | | | msun: drop unnecessary checks (part 2).Pedro F. Giffuni2015-02-244-4/+4
* | | | | | | | | | msun: drop unnecessary checks.Pedro F. Giffuni2015-02-224-4/+4
* | | | | | | | | | Truncate the exponent 'n' of type long to a domain containedSteve Kargl2015-02-071-19/+9
* | | | | | | | | | scanblnl: drop extra braces.Pedro F. Giffuni2015-02-031-2/+1
* | | | | | | | | | Reduce confusion in scalbnl() family of functions.Pedro F. Giffuni2015-02-031-3/+10
* | | | | | | | | | msun: use previously ignored value.Pedro F. Giffuni2015-01-301-22/+4
* | | | | | | | | | mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1