summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* We have long double on arm64, and the tests pass so enable them.andrew2015-10-311-1/+3
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-4/+0
* In libm's exp2(3), avoid left-shifting a negative integer, which isdim2015-08-091-2/+2
* .ie is not supposed to be used in manpagesbapt2015-07-141-6/+2
* Fix compilation when the armv6 world is being compiled without hw floatingian2015-06-241-1/+1
* new dependssjg2015-06-161-0/+1
* Follow up to r284427: fix NaN mixing for ctanhf too.tijl2015-06-151-1/+2
* - Change comments to be more consistent with s_ccosh.c and s_csinh.c.tijl2015-06-152-20/+21
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-47/+43
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-34/+32
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2745-328/+649
| |\
| * \ Merge from head@274682sjg2014-11-1917-249/+1049
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-1919-558/+794
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+1
| * | | | Updated dependenciessjg2014-05-101-0/+2
| * | | | Merge headsjg2014-04-2728-568/+1744
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge headsjg2013-09-114-1/+80
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headsjg2013-09-0548-652/+4227
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.obrien2013-02-082-4/+5
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0422-115/+733
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+21
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Misc fixes from projects/bmakesjg2015-06-111-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | In r279493, the functions pzero[f](), qzero[f], pone[f](),kargl2015-05-174-4/+4
* | | | | | | | | | The presence/absence of CPU features should be tested withimp2015-04-281-1/+3
* | | | | | | | | | Remove per-architecture checks for enabling HAVE_FENV_Hngie2015-04-271-4/+1
* | | | | | | | | | Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.andrew2015-04-271-1/+1
* | | | | | | | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-273-13/+3
* | | | | | | | | | mdoc: fix function declarationbapt2015-04-261-2/+2
* | | | | | | | | | mdoc: remove empty linebapt2015-04-261-1/+0
* | | | | | | | | | Remove end of line whitespacebapt2015-04-261-3/+3
* | | | | | | | | | Add the fe* symbols to libm for arm64.andrew2015-03-311-0/+56
* | | | | | | | | | Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.hemaste2015-03-301-21/+22
* | | | | | | | | | Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-192-0/+249
* | | | | | | | | | According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-107-47/+77
* | | | | | | | | | Give compilers a stronger hint to inline the functionskargl2015-03-014-8/+16
* | | | | | | | | | When j0() and j1() were converted to j0f() and j1f(), the thresholdkargl2015-03-012-16/+16
* | | | | | | | | | msun: drop unnecessary checks (part 2).pfg2015-02-244-4/+4
* | | | | | | | | | msun: drop unnecessary checks.pfg2015-02-224-4/+4
* | | | | | | | | | Truncate the exponent 'n' of type long to a domain containedkargl2015-02-071-19/+9
* | | | | | | | | | scanblnl: drop extra braces.pfg2015-02-031-2/+1
* | | | | | | | | | Reduce confusion in scalbnl() family of functions.pfg2015-02-031-3/+10
* | | | | | | | | | msun: use previously ignored value.pfg2015-01-301-22/+4
* | | | | | | | | | mdoc: remove EOL whitespace.joel2014-12-291-1/+1
OpenPOWER on IntegriCloud