drop not use sse patch, gf-complete supports runtime simd detection

Signed-off-by: Shengjing Zhu <i@zhsj.me>
master
Shengjing Zhu 2018-03-29 16:51:47 +08:00
parent 4ee6b31d55
commit a7c73ad9dd
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
Description: Do not use ax-ext macros
This disables the AX_EXT macros from the m4 folder, so that it disables
the SSE extensions (otherwise the lib wont work on all CPU).
.
Thanks to pabs for his help here!
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-06
--- gf-complete-1.02~0+2014.05.git259d53ea590b.orig/configure.ac
+++ gf-complete-1.02~0+2014.05.git259d53ea590b/configure.ac
@@ -22,7 +22,7 @@ CFLAGS="-Wall -Wpointer-arith -O3 -g"
dnl Compiling with per-target flags requires AM_PROG_CC_C_O.
AC_PROG_CC
-AX_EXT()
+#AX_EXT()
AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile test/Makefile examples/Makefile])
AC_OUTPUT

View File

@ -1 +0,0 @@
do-not-use-sse-ac-ext.patch