Specialised constant MAKE-{SINGLE,DOUBLE}-FLOAT VOPs on x86 as well
authorPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 15:24:53 +0000 (11:24 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 11 Jun 2011 15:28:46 +0000 (11:28 -0400)
commit25692c34027ea51a6b51057bf803f19fe3a575d7
tree533ebd59f2622db260020bdb23095e8e48f11ace
parentda4ab9a1fea9590f3e1f23b9ec28b2442978e39f
Specialised constant MAKE-{SINGLE,DOUBLE}-FLOAT VOPs on x86 as well

These only trigger when the float to construct is a NaN, so very
marginal, and it doesn't seem worth the trouble on all the other
platforms (that don't support inline constants yet).
src/compiler/x86/float.lisp
src/compiler/x86/insts.lisp