Cleanup gf2n_simd.cpp

pull/795/head
Jeffrey Walton 2019-01-22 02:47:12 -05:00
parent df3f104eb2
commit 3f38a5f7dd
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 2 deletions

View File

@ -318,11 +318,10 @@ using CryptoPP::VecXor;
using CryptoPP::VecAnd; using CryptoPP::VecAnd;
using CryptoPP::VecPermute; using CryptoPP::VecPermute;
using CryptoPP::VecMergeHigh;
using CryptoPP::VecMergeLow; using CryptoPP::VecMergeLow;
using CryptoPP::VecMergeHigh;
using CryptoPP::VecShiftLeft; using CryptoPP::VecShiftLeft;
using CryptoPP::VecShiftRight; using CryptoPP::VecShiftRight;
using CryptoPP::VecRotateLeftOctet;
using CryptoPP::VecPolyMultiply00LE; using CryptoPP::VecPolyMultiply00LE;
using CryptoPP::VecPolyMultiply11LE; using CryptoPP::VecPolyMultiply11LE;