missing case in vector-extend
"bryan o'connor" <[email protected]> Mon, 8 Aug 2005 10:18:08 -0700
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
one small omission in the new %uvector-replace.
single-float/short-float vectors (subtag-single-float-vector)
are falling through.
in simple testing, it seems pretty happy sharing the same
case as u32/v32.
...bryan