Commit 2f096373 authored by Raymond Knopp's avatar Raymond Knopp

added ARM Neon intrinsic header file in sse_intrin.h

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7146 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 106b7402
......@@ -350,6 +350,9 @@ static inline __m128i ssp_cvtepi16_epi32_SSE2 ( __m128i a)
}
#endif // __SSE4_1__
#elif defined(__arm__)
#include <arm_neon.h>
#endif // x86_64 || i386
#endif // SSE_INTRIN_H
......
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