Skip to content

Commit

Permalink
add fast-math to compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Oct 25, 2024
1 parent a07195e commit c8bad2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
else:
COMPILER_FLAGS = [
"-O3",
"-ffast-math",
"-std=c++17",
"-DNPY_NO_DEPRECATED_API=NPY_1_23_API_VERSION",
]
Expand Down

0 comments on commit c8bad2c

Please sign in to comment.