Skip to content
Snippets Groups Projects
Commit b7ba4e6d authored by rtoy's avatar rtoy
Browse files

Update from logs.

Also, Solaris/x86 supports both sse2 and x87 now.
parent c36a6e94
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment