188c188,189
< VReg input[4]; // input data from scratch area
---
> // input data from scratch area
> VReg input[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
273c274,275
< VReg input[4]; // input data from arch. SIMD regs
---
> // input data from arch. SIMD regs
> VReg input[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
335c337,338
< VReg input[4]; //input data from scratch area
---
> //input data from scratch area
> VReg input[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };
401c404,405
< VReg input[4]; // input data from arch. SIMD regs
---
> // input data from arch. SIMD regs
> VReg input[4] = { {0, 0}, {0, 0}, {0, 0}, {0, 0} };