Fix unused variable warnings on Power

This commit is contained in:
Rafael Cardoso Fernandes Sousa
2021-09-15 13:36:07 -05:00
parent fa8bf57768
commit b751edf624
6 changed files with 2 additions and 8 deletions

View File

@@ -389,7 +389,6 @@ static inline __attribute__ ((always_inline)) void solve16x8(FLOAT *a, FLOAT *b,
vector FLOAT *Vc6 = (vector FLOAT *) c6;
vector FLOAT *Vc7 = (vector FLOAT *) c7;
vector FLOAT VbS0, VbS1, VbS2, VbS3, VbS4, VbS5, VbS6, VbS7;
int j;
b[120] = (c0[15] *= a[255]);
b[121] = (c1[15] *= a[255]);