This commit is contained in:
Philippe Tillet
2019-06-27 12:39:17 -07:00
parent 9028e40f1d
commit d8526669f5
2 changed files with 6 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ int main() {
// shift
std::vector<unsigned> params = {
8, 2, 16, 8, 2, 32, 8, 4, 2, 2, 4, 2, 8, 4
8, 2, 32, 8, 2, 64, 8, 4, 2, 2, 4, 2, 8, 4
};
std::ostringstream oss;
shift.src(oss);