Skip to content

sse: Fix splitql polluting the high quad

amyspark requested to merge amyspark/orc:amyspark/fix-splitql into main

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)

Merge request reports