Snake case everywhere (hopefully)

This commit is contained in:
Vincent Ehrmanntraut
2024-12-14 00:37:05 +01:00
parent 5050dc4c51
commit f27f15f864
7 changed files with 45 additions and 96 deletions

View File

@@ -928,7 +928,7 @@ void SubProcessor<T>::apply_shuffle(const Instruction& instruction,
shuffles[i] = Proc->read_Ci(args[6 * i + 4]);
reverse[i] = args[6 * i + 5];
}
shuffler.applyMultiple(S, sizes, destinations, sources, unit_sizes, shuffles, reverse, shuffle_store);
shuffler.apply_multiple(S, sizes, destinations, sources, unit_sizes, shuffles, reverse, shuffle_store);
maybe_check();
}