Skip to content

Commit e043a9b

Browse files
authored
Update compiler flags for shic_stats extension
1 parent de3b729 commit e043a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
shic_stats = Extension(
88
"diploshic.shicstats",
99
sources=["diploshic/shicstats.pyf", "diploshic/utils.c"],
10-
extra_compile_args=['-O3', '-march=native', '-mavx2'],
10+
extra_compile_args=['-O3', '-march=haswell', '-mtune=native'],
1111
)
1212
setup(
1313
name="diploSHIC",

0 commit comments

Comments
 (0)