X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=b73bb9b2a5223ca09cef5f42b49b038d7fc188fb;hb=38cf000d1082aa571d2f7245a7812023e1c8e065;hp=01a786336ac3966194e97239c7561f7f601e0692;hpb=1e337a63f5a717b531752ed40021b01a86d89b51;p=sbcl.git diff --git a/NEWS b/NEWS index 01a7863..b73bb9b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.34: + * optimization: ROUND with a single single-float or double-float argument + is properly inlined when possible. + * optimization: Slightly better code is generated for integer<->float + conversions and for single-float<->double-float conversions on x86-64. * optimization: SB-ROTATE-BYTE:ROTATE-BYTE now generates more efficient code for 32-bit and 64-bit rotations on x86-64. * bug fix: TRUNCATE with a single single-float or double-float argument is