compiler/arm/float: A whole lot of conversion VOPs.
commit3496b05d118e89cd7eb07f2c681411ceb94b6ff3
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Wed, 16 Apr 2014 22:33:06 +0000 (16 18:33 -0400)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Sat, 10 May 2014 19:12:19 +0000 (10 15:12 -0400)
treee7a88127b59adf6d3e5f436873094c376b924680
parent66107dca153d29affed24af1e6ab0800fb5ca676
compiler/arm/float: A whole lot of conversion VOPs.

  * All the basics, whatever-float to integer.  Whatever-float to
whatever-other-float.  Integer to whatever-float.  Whatever-float
to bits.  Bits to whatever-float.

  * Cribbed from the PPC backend, then given a good going over to
account for differences between PPC and ARM VFP architectures.
src/compiler/arm/float.lisp