1.0.29.54: Inline unboxed constants on x86[-64]
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 5e77bc5..5477cc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,6 @@
     values in other threads.
   * new feature: SB-INTROSPECT:ALLOCATION-INFORMATION provides information
     about object allocation.
-  * optimization: more efficient complex float and real float operations
-    on x86-64.
   * optimization: division of a real float by a complex float is implemented
     with a specialised code sequence.
   * optimization: MAKE-INSTANCE with non-constant class-argument but constant
   * optimization: the compiler now derives simple types for LOAD-VALUE-FORMs.
   * improvement: less unsafe constant folding in floating point arithmetic,
     especially for mixed complex/real -float operations.
+  * optimization: constant double and single floats are stored in native
+    unboxed format on x86[-64].
+  * optimization: smarter code for arithmetic operations with constant floats,
+    complex floats, or integers on x86[-64].
+  * optimization: smarter code for conjugate/multiplication of float complexes
+    and abs/negate of floats on x86-64.
+  * optimization: more efficient complex float and real float operations on
+    x86-64.
   * improvement: complex float division is slightly more stable.
   * improvement: DESCRIBE output has been reworked to be easier to read and
     contains more pertinent information.