From d49a89fa86a4821a2b2bd25a14457af33b1f07d6 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Sat, 25 Jul 2015 17:50:31 +0000 Subject: [PATCH] Never-use-the-msse2-flag-explicitly =================================================================== Gbp-Pq: Name 0002-Never-use-the-msse2-flag-explicitly.patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03a2339..ebeb353 100755 --- a/setup.py +++ b/setup.py @@ -872,7 +872,7 @@ if __name__ == '__main__': os.remove(fd.name) # SSE2 - if 'sse2' in cpu_flags: + if False and 'sse2' in cpu_flags: print('SSE2 detected and enabled') CFLAGS.append('-DSHUFFLE_SSE2_ENABLED') if os.name == 'nt': -- 2.30.2