Commit 01ac2f0f authored by Laurent THOMAS's avatar Laurent THOMAS

fix a compiler warning

parent 487920d3
......@@ -387,12 +387,6 @@ int nr_ulsch_decoding(PHY_VARS_gNB *phy_vars_gNB,
// if (dtx_det==0) {
int16_t z_ol[68 * 384];
int8_t l_ol[68 * 384];
int16_t z[68 * 384 + 16] __attribute__((aligned(16)));
int8_t l[68 * 384 + 16] __attribute__((aligned(16)));
__m128i *pv = (__m128i *)&z;
__m128i *pl = (__m128i *)&l;
int crc_type;
int length_dec;
......
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