Fixed an issue in the strmxor implementation (output_cell wasn't initialized)

This commit is contained in:
Matthias Koefferlein 2020-04-25 23:23:40 +02:00
parent 0bc965dde9
commit 45c7b97549
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ BD_PUBLIC int strmxor (int argc, char *argv[])
xor_data.threads = threads;
xor_data.tile_size = tile_size;
xor_data.output_layout = output_layout.get ();
xor_data.output_cell = output_top;
xor_data.l2l_map = l2l_map;
xor_data.results = &results;