summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/i387 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the binding of rintl, significand, and significandf consistentlyguenther2018-03-122-2/+4
* Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsderaadt2017-08-191-3/+3
* copysign and copysignf are used within libm, so declare them accordingly.naddy2016-12-222-6/+6
* Reduce libm's exports and make internal calls go direct.guenther2016-09-1245-69/+151
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-181-39/+39
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-5/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-4/+3
* Don't reimplement the same thing twice. OK matthew@.martynas2011-07-091-14/+0
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-107/+0
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-0/+107
* Make lint play nicer in pass 2 of libm on amd64 and i386. Themartynas2011-05-311-1/+5
* fenv improvements and cleanupsmartynas2011-04-281-221/+160
* fenv for i386, and sparc64; from matthew@martynas2011-04-241-0/+518
* Provide assembly version of sqrtl(3).kettenis2009-11-051-0/+12
* alias and give frexpf symbol external linkage to scalbnf; this wasmartynas2009-04-211-1/+4
* missing rcs ids; spacingmartynas2009-04-081-6/+6
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-093-30/+84
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0713-26/+26
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-241-19/+0
* add __signbitl for i387 (not used yet)jason2007-06-011-0/+19
* Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,kettenis2006-09-254-0/+138
* Remove amd64 code.kettenis2006-03-181-31/+1
* Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@otto2005-11-151-13/+105
* Add missing $OpenBSD$ tags.espie2005-08-0241-82/+41
* Improve the accuracy of log1p function on i387 for small values of x.canacar2005-03-071-9/+56
* picky assembler warning cleanupsdrahn2003-04-1710-11/+11
* 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jpderaadt2000-06-065-45/+35
* scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.comderaadt1998-04-253-0/+3
* fix from bde; Clean up the FP stack before returning. The i387 exp()deraadt1996-07-271-4/+19
* Use setne instead of setnel, new versions of gas balk at the bad mnemonic.deraadt1996-06-102-6/+6
* from netbsd:deraadt1995-12-142-2/+2
* update from NetBSDderaadt1995-10-282-4/+4
* initial import of NetBSD treederaadt1995-10-1841-0/+743