ector: disable NEON build.
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 17 Nov 2015 09:32:25 +0000 (10:32 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 17 Nov 2015 09:33:09 +0000 (10:33 +0100)
There is more problem with this code, better disable it for now.

@fix

T2851

src/lib/ector/software/ector_drawhelper_neon.c

index a523119..d083202 100644 (file)
@@ -5,6 +5,7 @@
 #include <Ector.h>
 #include "ector_drawhelper_private.h"
 
+#undef BUILD_NEON
 #ifdef BUILD_NEON
 #include <arm_neon.h>