Skip to content

Commit

Permalink
Use -march=native
Browse files Browse the repository at this point in the history
  • Loading branch information
SoniEx2 committed Mar 25, 2024
1 parent 7e69835 commit f3a4262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-spec-wasm2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def Compile(cc, c_filename, out_dir, use_c11, *cflags):
'-Wno-tautological-constant-out-of-range-compare',
'-Wno-infinite-recursion',
'-Wno-pass-failed',
'-march=native',
'-fno-optimize-sibling-calls',
'-frounding-math', '-fsignaling-nans',
'-D_DEFAULT_SOURCE']
Expand Down

0 comments on commit f3a4262

Please sign in to comment.