Fix complex float EQL VOPs on x86-64.
commit7278c85f40330c8a32da749e99feff885d3352ac
authorStas Boukarev <stassats@gmail.com>
Sat, 11 Feb 2017 18:12:02 +0000 (11 21:12 +0300)
committerStas Boukarev <stassats@gmail.com>
Sat, 11 Feb 2017 18:12:02 +0000 (11 21:12 +0300)
tree5e3aafe572356fe36a66cb892bb44bc023c12794
parentd6303b8f348ffe53c8bf7e872ff4bf802937cfcf
Fix complex float EQL VOPs on x86-64.

They do not like when both arguments are constant, which normally
shouldn't happen but sometimes with high debug it happens.

Reported by Eric Marsden.
src/compiler/x86-64/float.lisp
tests/float.pure.lisp