Skip to content

Commit

Permalink
Use -ffp-model=aggressive isntead of Ofast
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed Aug 23, 2024
1 parent 78703d9 commit e55eaf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %{build} %debug_option -O3 -ffast-math -o %t.out
// RUN: %{build} %debug_option -ffp-model=aggressive -o %t.out
// RUN: %{build} %debug_option -Os -o %t.out
// RUN: %{build} %debug_option -Oz -o %t.out
// RUN: %{build} %debug_option -Og -o %t.out
Expand Down

0 comments on commit e55eaf7

Please sign in to comment.