1.0.38.6: Clear higher order bits for SSE operations that don't
[sbcl.git] / tests / arith.impure.lisp
index dc11f8b..00479d4 100644 (file)
 (assert (= (64-bit-logcount (1- (ash 1 48))) 48))
 (assert (= (64-bit-logcount (1- (ash 1 54))) 54))
 \f
-(sb-ext:quit :unix-status 104)