summaryrefslogtreecommitdiff
path: root/lib/libm/arch/i387
AgeCommit message (Expand)Author
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-08-27Use ENTRY_NB() instead of ENTRY()Theo Buehler
2021-09-17sys/param.h is not needed in this fileTheo de Raadt
2020-11-07Fix ilogb(3) implementation. The results have to match FP_ILOGB0 andMark Kettenis
2018-03-12Make the binding of rintl, significand, and significandf consistentlyPhilip Guenther
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2016-12-22copysign and copysignf are used within libm, so declare them accordingly.Christian Weisgerber
2016-09-12Reduce libm's exports and make internal calls go direct.Philip Guenther
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,Martynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-07-09Don't reimplement the same thing twice. OK matthew@.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-05-31Make lint play nicer in pass 2 of libm on amd64 and i386. TheMartynas Venckus
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-24fenv for i386, and sparc64; from matthew@Martynas Venckus
2009-11-05Provide assembly version of sqrtl(3).Mark Kettenis
2009-04-21alias and give frexpf symbol external linkage to scalbnf; this wasMartynas Venckus
2009-04-08missing rcs ids; spacingMartynas Venckus
2008-12-09- 80-bit and quad precision trigonometric and other mostMartynas Venckus
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus
2007-06-01add __signbitl for i387 (not used yet)Jason Wright
2006-09-25Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,Mark Kettenis
2006-03-18Remove amd64 code.Mark Kettenis
2005-11-15Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@Otto Moerbeek
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
2005-03-07Improve the accuracy of log1p function on i387 for small values of x.Can Erkin Acar
2003-04-17picky assembler warning cleanupsDale Rahn
2000-06-062nd patch for stack mishandling; wd@ics.nara-wu.ac.jpTheo de Raadt
1998-04-25scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.comTheo de Raadt
1996-07-27fix from bde; Clean up the FP stack before returning. The i387 exp()Theo de Raadt
1996-06-10Use setne instead of setnel, new versions of gas balk at the bad mnemonic.Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-10-28update from NetBSDTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt