Skip to content

Commit

Permalink
Update compiled_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix-Petersen authored Apr 20, 2023
1 parent ae27185 commit d2dd83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion difflogic/compiled_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def compile(self, opt_level=1, save_lib_path=None, verbose=False):
"-shared",
"-fPIC",
"-O{}".format(opt_level),
"-march=native",
# "-march=native", # removed for compatibility with Apple Silicon: https://stackoverflow.com/questions/65966969/why-does-march-native-not-work-on-apple-m1
"-o",
lib_file.name,
c_file.name,
Expand Down

0 comments on commit d2dd83c

Please sign in to comment.