summaryrefslogtreecommitdiff
path: root/float.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-6/+35
Add copyright headers to the *.c/*.h files in the main directory. For files where I'm sure enough that we have all the approvals, I have given them the 2-BSD license, the others have been given the "LGPL for now" license header. Most of them can probably be changed after auditing. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-08-28Include "nasm.h" in "float.h"H. Peter Anvin1-0/+2
"float.h" references efunc, so it needs "nasm.h". It also has uint8_t and so need <inttypes.h>, but that's part of "nasm.h".
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-1/+1
"Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it.
2007-10-16Implement floating-point option control directiveH. Peter Anvin1-0/+1
New directive [FLOAT] with associated standard macros; allows the setting to be saved and restored.
2007-10-15New floating-point conversion routinesH. Peter Anvin1-1/+8
Substitute in nasm64developer's "acfloat4" routine. This floating-point conversion routine is not perfect (it gets a fair number of LSB errors), but the old NASM code was just plain broken. nasm64developer's code at least gets within ±1 LSB.
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-1/+1
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-2/+2
2002-04-30NASM 0.91H. Peter Anvin1-0/+16