The abi-compliance-checker grabs all the .h files it finds
and tries to compile them all. Even though some are not
appropriate for the architecture being run on. Being careful
with preprocessor protections avoids problems.
Gbp-Pq: Name make-acc-happy
#ifndef INCLUDE_VOLK_VOLK_NEON_INTRINSICS_H_
#define INCLUDE_VOLK_VOLK_NEON_INTRINSICS_H_
+#ifdef LV_HAVE_NEON
#include <arm_neon.h>
return c_val;
}
+#endif /*LV_HAVE_NEON*/
#endif /* INCLUDE_VOLK_VOLK_NEON_INTRINSICS_H_ */
#include <volk/volk_32f_8u_polarbutterfly_32f.h>
#include <volk/volk_8u_x3_encodepolar_8u_x2.h>
#include <volk/volk_8u_x3_encodepolarpuppet_8u.h>
+#include <volk/volk_8u_x2_encodeframepolar_8u.h>
static inline void
}
}
-#ifdef LV_HAVE_GENERIC
-
static inline void
volk_8u_x2_encodeframepolar_8u_generic(unsigned char* frame, unsigned char* temp,
unsigned int frame_size)
--stage;
}
}
-#endif /* LV_HAVE_GENERIC */
#ifdef LV_HAVE_SSSE3
#include <tmmintrin.h>