summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-26 21:43:55 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-26 21:43:55 -0800
commit00927db7e290691baee3d354d1537c464e9b2308 (patch)
treed7810ecc0cc6610fac7874568706397c54a54ed6 /CHANGES
parentf2098e99359a733bb110637b964c4c88ed9ec89d (diff)
downloadnasm-00927db7e290691baee3d354d1537c464e9b2308.tar.gz
Additional CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f1cf2edb..63067560 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
2.00
--------
+----
* Added c99 data-type compliance.
* Added general x86-64 support.
* Added win64 (x86-64 COFF) output format.
@@ -8,6 +8,7 @@
* Added Numeric constants in DQ directive.
* Added oword, do and reso pseudo operands.
* Added 8-bit floating-point format.
+* Correct the generation of floating-point constants.
* Added Floating-point option control.
* Added Infinity and NaN floating point support.
* Added ELF Symbol Visibility support.
@@ -19,6 +20,9 @@
* Enhanced Stack Relative Preprocessor Directives.
* Enhanced ELF Debug Formats.
* Enhanced Send Errors to a File option.
+* Added SSSE3, SSE4.1, SSE4.2, SSE5 support.
+* Added a large number of additional instructions.
+* Significant performance improvements.
0.98.39
-------