summaryrefslogtreecommitdiff
path: root/lib/msun/amd64
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-10-23libm: Add missing END() directives for amd64 routinesConrad Meyer
2018-05-31Resolve conflicts between macros in fenv.h and ieeefp.hDimitry Andric
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-04Add asm versions of fmod(), fmodf() and fmodl() on amd64. Add asmBruce Evans
2013-04-21Merge the 386 and amd64 versions of the fenv.h, to make cc -m32Konstantin Belousov
2011-10-21Bugfix: feenableexcept() and fedisableexcept() should just return theDavid Schultz
2011-10-16Use #include "fenv.h" instead of #include <fenv.h>. This makes itDavid Schultz
2011-10-10Provide external definitions of all of the standardized functions inDavid Schultz
2011-02-04Remove duplicate .note.GNU-stack section declaration.Konstantin Belousov
2011-01-07Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov
2010-10-01Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,Dimitry Andric
2010-02-03Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as anKonstantin Belousov
2009-05-25Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao
2008-03-30Add assembly versions of remquol() and remainderl().David Schultz
2008-03-02Hook up sqrtl() to the build.David Schultz
2008-03-02MD implementations of sqrtl().David Schultz
2008-02-13Use hardware remainder on amd64 since it is 5 to 10 times faster thanBruce Evans
2008-01-14Implement rintl(), nearbyintl(), lrintl(), and llrintl().David Schultz
2007-12-17Translate from the i386 so that this compiles and runs.Bruce Evans
2007-12-17Add logbl(3) to libm.David Schultz
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-01-06Fix a problem relating to fesetenv() clobbering i387 register stack.David Schultz
2007-01-05Remove an unneeded fnstcw instruction.David Schultz
2006-03-27Add symbol versioning to libm.Daniel Eischen
2005-09-12Add a missing ldexpf() alias for amd64.David Schultz
2005-04-16More optimized math functions.David Schultz
2005-03-25Implement and document remquo() and remquof().David Schultz
2005-03-16Spell 'fedisableexcept' correctly.David Schultz
2005-03-16Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz
2005-03-07Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz
2005-02-04Move machine-dependent crud to its own makefile.David Schultz
2005-02-04Remove wrappers and other cruft intended to support SVID, mistakes inDavid Schultz
2005-01-15amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.David Schultz
2005-01-14Mark all inline asms that read the floating-point control or statusDavid Schultz
2005-01-11Mark inline stmxcsr instructions as volatile, since this appears to beDavid Schultz
2004-06-11Insert a missing '~' in feholdexcept(), so that it correctly clearsDavid Schultz
2004-06-06Add an fenv.h implementation for the amd64 port.David Schultz