Closed ThomasRaoux closed 5 days ago
When packing we should have element 0 in the lower bits, until this PR it was in higher bits.
These changes are not correct. See that the ops that we do on these numbers have a shift. A correct way of doing it would be to sap x0 and x1 in tl.interleave and when pushing them back.
x0
x1
tl.interleave
fix the formulas
When packing we should have element 0 in the lower bits, until this PR it was in higher bits.