Skip to content

Commit

Permalink
avx in travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Oct 10, 2019
1 parent d82b497 commit 52cdbd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
extra_compile_args = []
extra_link_args = []

if os.environ.get('TRAVIS') == 'true':
# Resolving some annoying issue
extra_compile_args += ['-mno-avx']

# Not all CPUs have march as a tuning parameter
cputune = ['-march=native',]
if platform.machine() == 'ppc64le':
Expand Down

0 comments on commit 52cdbd0

Please sign in to comment.