75c75
< return scalarOp() ? 1 : (sizeof(FloatReg) / size);
---
> return scalarOp() ? 1 : (sizeof(uint64_t) / size);