0.8.18.19:
authorJuho Snellman <jsnell@iki.fi>
Sat, 8 Jan 2005 00:55:56 +0000 (00:55 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 8 Jan 2005 00:55:56 +0000 (00:55 +0000)
commit460003761254b8f06a88868301f597a5cb0cca94
tree4945408d01da08e36bf7cc3bab8b0f166c6524b1
parentca8272a7473ff5673b2da1ec7b6f9eeb87354a76
0.8.18.19:
Fix a few AMD64 issues.
* Fix broken logic in SIGNED-BYTE-32-P for negative numbers
          when NOT-P is true. (Reported by Todd Sabin on sbcl-devel,
          2005-01-06).
* Correct incorrectly spelled type names in DUMP-I-VECTOR.
          (Patch by Cheuksan Edward Wang).
        * Sap-operations on floats were using broken x87 code. Replace
          with SSE. (Patch by Cheuksan Edward Wang).
src/compiler/dump.lisp
src/compiler/x86-64/sap.lisp
src/compiler/x86-64/type-vops.lisp
version.lisp-expr