Commit 106b7402 authored by Raymond Knopp's avatar Raymond Knopp

rtdsc_oai update for arm

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7145 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent cde69c8e
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#define SSE_INTRIN_H #define SSE_INTRIN_H
#if defined(__x86_64) || defined(__i386__)
#ifndef __SSE2__ #ifndef __SSE2__
# error SSE2 processor intrinsics disabled # error SSE2 processor intrinsics disabled
...@@ -349,6 +350,7 @@ static inline __m128i ssp_cvtepi16_epi32_SSE2 ( __m128i a) ...@@ -349,6 +350,7 @@ static inline __m128i ssp_cvtepi16_epi32_SSE2 ( __m128i a)
} }
#endif // __SSE4_1__ #endif // __SSE4_1__
#endif // x86_64 || i386
#endif // SSE_INTRIN_H #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