summaryrefslogtreecommitdiff
path: root/lib/libm/arch/amd64
AgeCommit message (Expand)Author
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-09Switch to the SSE code. OK mikeb@.Martynas Venckus
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-21fenv for amd64; from matthew@Martynas Venckus
2010-06-03typo in a commentTheo de Raadt
2009-11-06Provide assembly version of sqrtl(3).Mark Kettenis
2009-04-25fix scalbn, scalbnf, frexpf on amd64. don't use double argMartynas Venckus
2009-04-21alias and give frexpf symbol external linkage to scalbnf; this wasMartynas Venckus
2009-04-10lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@Martynas Venckus
2009-04-08missing rcs ids; spacingMartynas Venckus
2009-04-08remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agreesMartynas 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-01amd64 version of __signbit() (pedro sized quad floats... really just IEEEJason Wright
2007-04-20netbsd: stack sanity, leave the return PC aloneMartynas Venckus
2006-03-19New amd64 exp(3).Mark Kettenis
2006-03-14amd64 asm code is not correct for exp(+/-Inf), so until somebodyOtto Moerbeek
2005-08-02Add missing $OpenBSD$ tags.Marc Espie
2005-03-01pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave theDaniel Hartmeier
2004-07-22Fix a typo and get good results in the process, fixes PR 3830 and passesMiod Vallat
2004-02-08add libm parts for amd64; much from netbsd, integration by mickey.Theo de Raadt