re-enabled 4pasu for upcoming youtube-ing
This commit is contained in:
parent
66376651a3
commit
e7a4f24a87
6
ypsu.cpp
6
ypsu.cpp
@ -977,9 +977,6 @@ int main(int argc, char **argv) {
|
||||
measure(inputtype, "psort", [&] { pagedsort(&w[0], w.size()); });
|
||||
assert(w == expected);
|
||||
w = v;
|
||||
measure(inputtype, "4pasu", [&] { fourpassu(&w[0], w.size()); });
|
||||
assert(w == expected);
|
||||
w = v;
|
||||
measure(inputtype, "4rot", [&] { fourrots(&w[0], w.size()); });
|
||||
assert(w == expected);
|
||||
w = v;
|
||||
@ -1085,6 +1082,9 @@ int main(int argc, char **argv) {
|
||||
assert(w == expected);
|
||||
*/
|
||||
|
||||
w = v;
|
||||
measure(inputtype, "4pasu", [&] { fourpassu(&w[0], w.size()); });
|
||||
assert(w == expected);
|
||||
w = v;
|
||||
measure(inputtype, "frewr", [&] { frewr(&w[0], w.size()); });
|
||||
assert(w == expected);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user