raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=88fde9ede2cfc3861c4f9e85cdd9be77d068bd8f

commit 88fde9ede2cfc3861c4f9e85cdd9be77d068bd8f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Tue Feb 11 16:53:48 2014 +0900

    Revert "configure - don't add -mfpu-neon on arm - this breaks building for 
armv6/4..."
    
    This reverts commit c94252a14ca004ec71ad0cfd60ba306b558af15b.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index ed4ddfb..a7287d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,6 +510,8 @@ case $host_cpu in
   arm*)
     build_cpu_neon="yes"
     AC_MSG_CHECKING([whether to use NEON instructions])
+    CFLAGS_save="${CFLAGS}"
+    CFLAGS="${CFLAGS} -mfpu=neon"
     AC_TRY_COMPILE([#include <arm_neon.h>],
        [asm volatile ("vqadd.u8 d0, d1, d0\n")],
        [
@@ -521,6 +523,7 @@ case $host_cpu in
         AC_MSG_RESULT([no])
         build_cpu_neon="no"
        ])
+    CFLAGS="${CFLAGS_save}"
     ;;
 esac
 

-- 


Reply via email to