[libm4ri] 06/14: drop dont_disable_sse2_for_opteron.patch, applied upstream

Cédric Boutillier boutil at moszumanska.debian.org
Sat Oct 18 21:10:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository libm4ri.

commit faa0505ff740f652355dda4d9008a6957abde2e4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 15 22:50:01 2014 +0200

    drop dont_disable_sse2_for_opteron.patch, applied upstream
---
 debian/patches/dont_disable_sse2_for_opteron.patch | 22 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/dont_disable_sse2_for_opteron.patch b/debian/patches/dont_disable_sse2_for_opteron.patch
deleted file mode 100644
index fcff11e..0000000
--- a/debian/patches/dont_disable_sse2_for_opteron.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: stop discriminating non Intel CPUs
- remove condition on CPU vendor to determine wether SSE2 instructions
- should be enabled.
-Author: Cédric Boutillier <boutil at debian.org>
-Bug: https://bitbucket.org/malb/m4ri/issue/52/do-not-forbid-sse2-enabling-for-non-intel
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702287
-Last-Update: 2013-03-28
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -49,10 +49,7 @@
-       AC_MSG_ERROR([SSE2 cannot be supported when wrapping word in a C++ class.])
-    fi
-    case $host_cpu in i[[3456]]86*|x86_64*)
--          AX_CPU_VENDOR()
--          if test "x$ax_cv_cpu_vendor" = "xIntel"; then
--             AX_EXT() # SSE2 is slower on the Opteron
--          fi
-+      AX_EXT() 
-    esac
- ])
- if test x"$ax_cv_have_sse2_ext" = x"yes"; then
diff --git a/debian/patches/series b/debian/patches/series
index 8c6def4..f75194c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-dont_disable_sse2_for_opteron.patch
 disable_sse3.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libm4ri.git



More information about the debian-science-commits mailing list