Commit dd2e6965 authored by Fang-WANG's avatar Fang-WANG

Merge branch 'master' of http://git.opensource5g.org/wf/trx_test

parents d7c978e0 8abde7f6
File added
...@@ -52,11 +52,6 @@ ...@@ -52,11 +52,6 @@
#include <arm_neon.h> #include <arm_neon.h>
#endif #endif
#if defined(__arm__) || defined(__aarch64__)
#define __m128i int16x8_t
#define __m64 int8x8_t
#endif
//! Number of YUNSDR devices //! Number of YUNSDR devices
int num_devices = 0; int num_devices = 0;
#ifdef __GNUC__ #ifdef __GNUC__
...@@ -142,7 +137,7 @@ static int trx_yunsdr_write(openair0_device *device,openair0_timestamp timestamp ...@@ -142,7 +137,7 @@ static int trx_yunsdr_write(openair0_device *device,openair0_timestamp timestamp
len -= 16; len -= 16;
} }
#elif defined(__arm__) || defined(__aarch64__) #elif defined(__arm__) || defined(__aarch64__)
__m128i a, *b; int16x8_t a, *b;
int len = nsamps * 2; int len = nsamps * 2;
int16_t *iq = buff[0]; int16_t *iq = buff[0];
......
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