[vlfeat] 09/10: I disable SSE2 and AVX to work on Debian's wide array of arches

Dima Kogan dima at secretsauce.net
Fri Oct 17 02:01:53 UTC 2014


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

dkogan-guest pushed a commit to branch patches
in repository vlfeat.

commit 075b105a84e2e218c17dc6c82dc4600e9847a861
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Dec 23 13:34:04 2013 -0800

    I disable SSE2 and AVX to work on Debian's wide array of arches
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8156e1a..b76ca68 100644
--- a/Makefile
+++ b/Makefile
@@ -95,8 +95,8 @@ SHELL = /bin/bash
 all:
 
 # Select which features to disable
-# DISABLE_SSE2=yes
-# DISABLE_AVX=yes
+DISABLE_SSE2=yes
+DISABLE_AVX=yes
 # DISABLE_THREADS=yes
 # DISABLE_OPENMP=yes
 

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



More information about the debian-science-commits mailing list