Regression from 1.0.30.38, when %unary-truncate handling was changed.
(Actually, this might not fix the build completely; we have reports of
SIGBUS while compiling PCL, but it gets noticeably further.
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes in sbcl-1.0.32 relative to sbcl-1.0.31
+changes relative to sbcl-1.0.31:
+ * bug fix: restore buildability on the MIPS platform. (regression from
+ 1.0.30.38, reported by Samium Gromoff)
+
+changes in sbcl-1.0.32 relative to sbcl-1.0.31:
* optimization: faster FIND and POSITION on strings of unknown element type
in high SPEED policies. (thanks to Karol Swietlicki)
* optimization: faster CONCATENATE 'STRING in low SPEED policies (reported
pa-flag)
(:arg-types ,from-type)
(:result-types signed-num)
- (:translate %unary-truncate)
+ (:translate ,name)
(:policy :fast-safe)
(:note "inline float truncate")
(:vop-var vop)
;;; 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".)
-"1.0.32"
+"1.0.32.1"