sse: Fix splitql polluting the high quad
Hey all,
This MR fixes the accumulator failure on x86 caused by the usage of pshufd
to sort the operands out. A "zero the unused high quad" is required to prevent accl
from accumulating the unused values.
Closes #34 (closed)