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
Please register or sign in to comment