Skip to content

Commit

Permalink
use -std=c++14. replace isnan with std::isnan
Browse files Browse the repository at this point in the history
  • Loading branch information
changgang committed Mar 29, 2020
1 parent 495c87c commit 79149f3
Show file tree
Hide file tree
Showing 12 changed files with 495 additions and 210 deletions.
1 change: 1 addition & 0 deletions code/steps/STEPS.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<Compiler>
<Add option="-O3" />
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add option="-fPIC" />
<Add option="-march=native" />
<Add option="-funroll-loops" />
Expand Down
Loading

0 comments on commit 79149f3

Please sign in to comment.