X86 NCG: allow VXOR at scalar floating-point types
The NCG can emit VXOR
instructions at scalar floating-point types,
but the pretty-printer would panic instead of emitting the
appropriate VXORPS
/VXORPD
instructions. This MR rectifies that
oversight.
Edited by sheaf