disable-neon
authorDebian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Mon, 25 Jan 2016 01:25:24 +0000 (01:25 +0000)
committerRaspbian forward porter <root@raspbian.org>
Mon, 25 Jan 2016 01:25:24 +0000 (01:25 +0000)
Gbp-Pq: Name disable-neon.patch

configure.ac

index ff0f5146e50a9d0f7d1dc837c5abb6c189ba428e..c7cf855db6f7abe27f2f0b7ebe95f3293daf2edd 100644 (file)
@@ -148,9 +148,9 @@ case $target_cpu in
     if test x"$disable_arm" != x"yes"; then
       AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions])
 
-      AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
-          AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
-          ax_cv_support_neon_ext=yes], [])
+      #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
+      #    AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
+      #    ax_cv_support_neon_ext=yes], [])
 
       AC_ARG_ENABLE(thumb,
                     [AS_HELP_STRING([--enable-thumb],