Skip to content

Commit

Permalink
0.8.8.5:
Browse files Browse the repository at this point in the history
	Implemented *-MOD32 on the PPC
  • Loading branch information
csrhodes committed Mar 1, 2004
1 parent 93b8975 commit 4f45338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -2317,6 +2317,8 @@ changes in sbcl-0.8.9 relative to sbcl-0.8.8:
* The runtime build system has been tweaked to support building
(on SPARC/SunOS) using a C compiler which invokes Sun's own
assembler and linker. (thanks to Nikodemus Siivola)
* optimization: implemented multiplication as a modular
(UNSIGNED-BYTE 32) operation on the PPC backend.

planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Expand Down
1 change: 1 addition & 0 deletions src/compiler/ppc/arith.lisp
Expand Up @@ -491,6 +491,7 @@
(:translate ,mfun-name))))))))
(define-modular-backend + t)
(define-modular-backend - t)
(define-modular-backend * t)
(define-modular-backend logxor t)
(define-modular-backend logeqv)
(define-modular-backend lognand)
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.8.8.4"
"0.8.8.5"

0 comments on commit 4f45338

Please sign in to comment.