@@ -33,37 +33,31 @@ float spscalardiv(float a, float b) {
33
33
// NORMAL-NOT: "no-infs-fp-math"
34
34
// NORMAL-NOT: "no-nans-fp-math"
35
35
// NORMAL-NOT: "no-signed-zeros-fp-math"
36
- // NORMAL-NOT: "unsafe-fp-math"
37
36
38
37
// FAST: "less-precise-fpmad"="true"
39
38
// FAST: "no-infs-fp-math"="true"
40
39
// FAST: "no-nans-fp-math"="true"
41
40
// FAST: "no-signed-zeros-fp-math"="true"
42
- // FAST: "unsafe-fp-math"="true"
43
41
44
42
// FINITE-NOT: "less-precise-fpmad"
45
43
// FINITE: "no-infs-fp-math"="true"
46
44
// FINITE: "no-nans-fp-math"="true"
47
45
// FINITE-NOT: "no-signed-zeros-fp-math"
48
- // FINITE-NOT: "unsafe-fp-math"
49
46
50
47
// UNSAFE: "less-precise-fpmad"="true"
51
48
// UNSAFE-NOT: "no-infs-fp-math"
52
49
// UNSAFE-NOT: "no-nans-fp-math"
53
50
// UNSAFE: "no-signed-zeros-fp-math"="true"
54
- // UNSAFE: "unsafe-fp-math"="true"
55
51
56
52
// MAD: "less-precise-fpmad"="true"
57
53
// MAD-NOT: "no-infs-fp-math"
58
54
// MAD-NOT: "no-nans-fp-math"
59
55
// MAD-NOT: "no-signed-zeros-fp-math"
60
- // MAD-NOT: "unsafe-fp-math"
61
56
62
57
// NOSIGNED-NOT: "less-precise-fpmad"
63
58
// NOSIGNED-NOT: "no-infs-fp-math"
64
59
// NOSIGNED-NOT: "no-nans-fp-math"
65
60
// NOSIGNED: "no-signed-zeros-fp-math"="true"
66
- // NOSIGNED-NOT: "unsafe-fp-math"
67
61
68
62
#else
69
63
// Undefine this to avoid putting it in the PCH.
0 commit comments