We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1d9dd5 + 4708211 commit 1ebf711Copy full SHA for 1ebf711
numpy/random/setup.py
@@ -47,11 +47,6 @@ def generate_libraries(ext, build_dir):
47
elif not is_msvc:
48
# Some bit generators require c99
49
EXTRA_COMPILE_ARGS += ['-std=c99']
50
- INTEL_LIKE = any(arch in platform.machine()
51
- for arch in ('x86', 'i686', 'i386', 'amd64'))
52
- if INTEL_LIKE:
53
- # Assumes GCC or GCC-like compiler
54
- EXTRA_COMPILE_ARGS += ['-msse2']
55
56
# Use legacy integer variable sizes
57
LEGACY_DEFS = [('NP_RANDOM_LEGACY', '1')]
0 commit comments