Skip to content
Snippets Groups Projects
Commit 668d7af7 authored by Cédric Roux's avatar Cédric Roux
Browse files

align variables on stack in rank_estimation_tm3_tm4

dlsim_tm4 was crashing on massive. It was a problem
of misalignment of variables. The generated code by
the compiler was using 'movdqa' which requires alignment
to 16 bytes. Let's put 32, just in case, for avx2 maybe
(maybe not necessary but should not hurt).
parent 79c304a2
No related branches found
No related tags found
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