aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/floatingpoint.h
Commit message (Expand)AuthorAgeFilesLines
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after myAlexander Leidinger2005-04-021-0/+1
* o Move the contents of <machine/floatingpoint.h> over toMarcel Moolenaar2003-01-191-88/+0
* Fixed the return value of fpsetmask(). The API requires inversion of theBruce Evans2002-06-011-1/+2
* Fixed style bugs in rev.1.9.Bruce Evans2002-06-011-9/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cast return values to the appropriate fp_*_t. Note that the man pageDag-Erling Smørgrav1998-04-271-9/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Don't provide bogus source operands in some asms. This probably shouldn'tBruce Evans1994-09-201-17/+29
* Move ieeefp.h over, and put it in the correct subdirectory this time.Garrett Wollman1994-08-041-2/+2
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-2/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* prefixed inline functions' parameter names with _ and declaredAndrew Moore1993-08-271-16/+16
* adding fpgetround(3) IEEE floating point environment supportAndrew Moore1993-08-251-0/+107