diff --git a/general-info/release-20c.txt b/general-info/release-20c.txt index 9f036e71acb7ef690a91564bd984e4efe6f52938..51a65cfe33d7ef86da1daedac1c2129860c0b1cb 100644 --- a/general-info/release-20c.txt +++ b/general-info/release-20c.txt @@ -25,8 +25,7 @@ New in this release: - Add support for character name completion. This can be used by Slime to do character name completion. - Initial support for Solaris/x86. CMUCL will run on Solaris/x86 - with all features available, except only Unicode and SSE2 is - supported. + with all features available, except only Unicode is supported. * Changes - ASDF2 updated to version 2.010. @@ -118,6 +117,9 @@ New in this release: implementation packages. If you know what you're doing, you can use the trace option :encapsulate nil to trace them. Tracing functions used by TRACE can cause bad things. + - In some situations the compiler could not constant fold SQRT + calls because KERNEL:%SQRT was not defined on x86 with SSE2. + Fix this. * Trac Tickets: