From a06121a9692697650d78556f4696100b2833b6a4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 13 Jul 1990 16:35:32 +0000 Subject: [PATCH] Removed comments from around 32bit-logical-mumbles. --- code/bit-bash.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/bit-bash.lisp b/code/bit-bash.lisp index 006140dd4..4d79237d2 100644 --- a/code/bit-bash.lisp +++ b/code/bit-bash.lisp @@ -281,8 +281,6 @@ ;;; These are not supported as primitives. -#| - (proclaim '(inline 32bit-logical-eqv 32bit-logical-nand 32bit-logical-andc1 32bit-logical-andc2 32bit-logical-orc1 32bit-logical-orc2)) @@ -308,6 +306,8 @@ ;;;; The actual bashers. +#| + (proclaim '(optimize (speed 3) (safety 0))) (def-bit-basher bit-bash-clear 0 :constant) -- GitLab