Skip to content
Snippets Groups Projects
Commit b1da2942 authored by Thomas Laurent's avatar Thomas Laurent
Browse files

justone log line

parent 3c4cafa1
No related branches found
No related tags found
No related merge requests found
...@@ -780,7 +780,6 @@ void ulsch_channel_compensation(int32_t **rxdataF_ext, ...@@ -780,7 +780,6 @@ void ulsch_channel_compensation(int32_t **rxdataF_ext,
#endif #endif
for (rb=0; rb<nb_rb; rb++) { for (rb=0; rb<nb_rb; rb++) {
LOG_D(PHY,"comp: symbol %d rb %d\n",symbol,rb);
// just compute channel magnitude without scaling, this is done after equalization for SC-FDMA // just compute channel magnitude without scaling, this is done after equalization for SC-FDMA
#if defined(__x86_64__) || defined(__i386__) #if defined(__x86_64__) || defined(__i386__)
mmtmpU0 = _mm_madd_epi16(ul_ch128[0],ul_ch128[0]); mmtmpU0 = _mm_madd_epi16(ul_ch128[0],ul_ch128[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment