Skip to content

Fix RowMajorBit <-> RowMajor mixup.

Reference issue

What does this implement/fix?

This fixes a bit of code that assumes that RowMajorBit == RowMajor and ColMajor == 0. Both are true, but both shouldn't be relied on.

Additional information

Merge request reports

Loading