From 00927db7e290691baee3d354d1537c464e9b2308 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 26 Nov 2007 21:43:55 -0800 Subject: [PATCH] Additional CHANGES --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f1cf2edb5..630675608 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 -------