[cmucl-cvs] CMUCL commit: src/general-info (release-20c.txt)
Raymond Toy
rtoy at common-lisp.net
Tue Mar 1 04:40:13 UTC 2011
Date: Monday, February 28, 2011 @ 23:40:13
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20c.txt
Update from logs.
Also, Solaris/x86 supports both sse2 and x87 now.
-----------------+
release-20c.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: src/general-info/release-20c.txt
diff -u src/general-info/release-20c.txt:1.18 src/general-info/release-20c.txt:1.19
--- src/general-info/release-20c.txt:1.18 Wed Feb 16 21:55:45 2011
+++ src/general-info/release-20c.txt Mon Feb 28 23:40:13 2011
@@ -25,8 +25,7 @@
- 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 @@
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:
More information about the cmucl-cvs
mailing list