@@ -33,37 +33,31 @@ float spscalardiv(float a, float b) {
3333// NORMAL-NOT: "no-infs-fp-math"
3434// NORMAL-NOT: "no-nans-fp-math"
3535// NORMAL-NOT: "no-signed-zeros-fp-math"
36- // NORMAL-NOT: "unsafe-fp-math"
3736
3837// FAST: "less-precise-fpmad"="true"
3938// FAST: "no-infs-fp-math"="true"
4039// FAST: "no-nans-fp-math"="true"
4140// FAST: "no-signed-zeros-fp-math"="true"
42- // FAST: "unsafe-fp-math"="true"
4341
4442// FINITE-NOT: "less-precise-fpmad"
4543// FINITE: "no-infs-fp-math"="true"
4644// FINITE: "no-nans-fp-math"="true"
4745// FINITE-NOT: "no-signed-zeros-fp-math"
48- // FINITE-NOT: "unsafe-fp-math"
4946
5047// UNSAFE: "less-precise-fpmad"="true"
5148// UNSAFE-NOT: "no-infs-fp-math"
5249// UNSAFE-NOT: "no-nans-fp-math"
5350// UNSAFE: "no-signed-zeros-fp-math"="true"
54- // UNSAFE: "unsafe-fp-math"="true"
5551
5652// MAD: "less-precise-fpmad"="true"
5753// MAD-NOT: "no-infs-fp-math"
5854// MAD-NOT: "no-nans-fp-math"
5955// MAD-NOT: "no-signed-zeros-fp-math"
60- // MAD-NOT: "unsafe-fp-math"
6156
6257// NOSIGNED-NOT: "less-precise-fpmad"
6358// NOSIGNED-NOT: "no-infs-fp-math"
6459// NOSIGNED-NOT: "no-nans-fp-math"
6560// NOSIGNED: "no-signed-zeros-fp-math"="true"
66- // NOSIGNED-NOT: "unsafe-fp-math"
6761
6862#else
6963// Undefine this to avoid putting it in the PCH.
0 commit comments