Removed SSE2 include and leave SSE4.1 only

This commit is contained in:
ismagom 2015-10-28 11:59:36 +01:00
parent a47d34a85e
commit 4e22f158e2
4 changed files with 0 additions and 4 deletions

View file

@ -39,7 +39,6 @@
#ifdef LV_HAVE_SSE
#include <emmintrin.h>
#include <smmintrin.h>
int srslte_rm_turbo_rx_lut_sse(int16_t *input, int16_t *output, uint32_t in_len, uint32_t cb_idx, uint32_t rv_idx);
#endif

View file

@ -38,7 +38,6 @@
#include <inttypes.h>
#ifdef LV_HAVE_SSE
#include <emmintrin.h>
#include <smmintrin.h>
#endif

View file

@ -36,7 +36,6 @@
// AVX implementation not useful for integers. Wait for AVX2
#ifdef LV_HAVE_SSE
#include <emmintrin.h>
#include <smmintrin.h>
void demod_16qam_lte_s_sse(const cf_t *symbols, short *llr, int nsymbols);
#endif

View file

@ -38,7 +38,6 @@
#include <stdio.h>
#ifdef LV_HAVE_SSE
#include <emmintrin.h>
#include <smmintrin.h>
#endif