Commit e2350103 authored by Cedric Roux's avatar Cedric Roux

hotfix: LLR was calling qam64_qam16_avx2 instead of qam64_qam64_avx2

Not sure of this one, to be checked by TCL.
parent 1218cc8f
......@@ -8847,7 +8847,7 @@ int dlsch_64qam_64qam_llr(LTE_DL_FRAME_PARMS *frame_parms,
memcpy(ch_mag_i_256i, ch_mag_i, len*4);
memcpy(rho_256i, rho, len*4);
#if 1
#if 0
qam64_qam16_avx2((short *)rxF_256i,
(short *)rxF_i_256i,
(short *)ch_mag_256i,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment