Fix compile on AIX

pull/795/head
Jeffrey Walton 2019-01-21 00:56:21 -05:00
parent 8b892e2020
commit ac24f39e33
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -590,8 +590,6 @@ GF2NT_233_Square_Reduce_POWER8(const word* pA, word* pC)
const uint8x16_p m = (uint8x16_p)VecLoad(mb);
a0 = VecPermute(a0, m);
a1 = VecPermute(a1, m);
b0 = VecPermute(b0, m);
b1 = VecPermute(b1, m);
#endif
uint64x2_p c0, c1, c2, c3;