Never-use-the-msse2-flag-explicitly
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 25 Jul 2015 17:50:31 +0000 (17:50 +0000)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Tue, 8 Dec 2020 09:02:17 +0000 (09:02 +0000)
===================================================================

Gbp-Pq: Name 0002-Never-use-the-msse2-flag-explicitly.patch

setup.py

index 03a233958838f3b7669522fd6cf8e5af6c05c927..ebeb35376e3547a4d8400f7d83576268d3e12d0d 100755 (executable)
--- 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':