compiler{arm/,generic/vm-}array: ARM specialized arrays for float types.
commitb2978e2c61b72a47501499e2425f633522e70f1a
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Wed, 23 Apr 2014 19:47:53 +0000 (23 15:47 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:22 +0000 (10 15:12 -0400)
treeed26544162cfce3230d936911a37c65cf35f745d
parent8fd4f5ac56085e46abc60e22842146b03547161e
compiler{arm/,generic/vm-}array: ARM specialized arrays for float types.

  * Cribbed based on the SPARC backend, these are specialized
array access VOPs for single and double float and complex arrays.

  * And while we're here, enable the corresponding specialized
array type magic for them.
src/compiler/arm/array.lisp
src/compiler/generic/vm-array.lisp