Skip to content
Commit bcf7ccea authored by Pablo de Lara's avatar Pablo de Lara
Browse files

lib: compress ZUC state for SSE/AVX/AVX2

To improve cache utilization, ZUC state is compressed as it
was before for SSE/AVX/AVX2, so all the state is in contiguous
memory, instead of being scattered due to some lanes not being
used (SSE/AVX use 4 lanes, AVX2 uses 8 lanes, while AVX512 uses 16 lanes).
parent 3d24e614
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment