Fix for alpha backend bug revealed by new bit-vector.impure-cload
COUNT test
... stronger restriction on using immediates in data-vector-set/c
for small arrays
bits)))
(* extra
,bits))))
- (cond ((< value #x10000)
+ (cond ((< value #x100)
(inst bis old value old))
(t
(inst li value temp)
;;; 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.13.67"
+"0.8.13.68"