Commit 8abde7f6 authored by ll's avatar ll

using arm type

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