183,184c183,184
< const unsigned eCount = rCount * sizeof(FloatRegBits) / sizeof(Element);
< const unsigned eCountFull = 4 * sizeof(FloatRegBits) / sizeof(Element);
---
> const unsigned eCount = rCount * sizeof(uint32_t) / sizeof(Element);
> const unsigned eCountFull = 4 * sizeof(uint32_t) / sizeof(Element);
187c187
< FloatRegBits regs[rCount];
---
> uint32_t regs[rCount];
192c192
< FloatRegBits regs[4];
---
> uint32_t regs[4];
217,218c217,218
< const unsigned eCount = rCount * sizeof(FloatRegBits) / sizeof(Element);
< const unsigned eCountFull = 4 * sizeof(FloatRegBits) / sizeof(Element);
---
> const unsigned eCount = rCount * sizeof(uint32_t) / sizeof(Element);
> const unsigned eCountFull = 4 * sizeof(uint32_t) / sizeof(Element);
221c221
< FloatRegBits regs[rCount];
---
> uint32_t regs[rCount];
227c227
< FloatRegBits regs[2 * rCount];
---
> uint32_t regs[2 * rCount];
232c232
< FloatRegBits regs[4];
---
> uint32_t regs[4];