Skip to content
Snippets Groups Projects
Commit 21859ce8 authored by wlott's avatar wlott
Browse files

#+nil'ed the bit-vector, unsigned-byte-2-vector, and unsigned-byte-4-vector

transforms for data-vector-ref and -set, 'cause %ldb and %dpb arn't
optimized quite as much as we might want.
parent 4fdab535
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.18 1990/07/24 21:38:59 ram Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.19 1990/07/28 01:05:12 wlott Exp $
;;;
;;; This file contains impelemtentation-dependent transforms.
;;;
......@@ -154,6 +154,7 @@
;;; Transforms for getting at arrays of unsigned-byte n when n < 8.
#+nil
(macrolet
((frob (type bits)
(let ((elements-per-word (truncate vm:word-bits bits)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment