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

@@ -390,7 +390,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[0] = (c0[0] *= a[0]);
b[1] = (c1[0] *= a[0]);