• Cedric Roux's avatar
    align variables on stack in rank_estimation_tm3_tm4 · 668d7af7
    Cedric Roux authored
    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).
    668d7af7
lte_ue_measurements.c 53.5 KB