Commit 4e7f9312 authored by Cedric Roux's avatar Cedric Roux

bugfix: alignment for avx2

parent 4685536b
......@@ -871,7 +871,7 @@ unsigned int ulsch_decoding(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,
int16_t y[6*14*1200] __attribute__((aligned(32)));
uint8_t ytag[14*1200];
// uint8_t ytag2[6*14*1200],*ytag2_ptr;
int16_t cseq[6*14*1200];
int16_t cseq[6*14*1200] __attribute__((aligned(32)));
int off;
int subframe = proc->subframe_rx;
......
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