@@ -15,117 +15,117 @@ index c61961f8584..d7b4fa20322 100644
1515 name: powf,
1616 attrs: {
1717 const: #[cfg(false)],
18- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
18+ - f16: #[cfg(target_has_reliable_f16_math)],
1919+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
20- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
20+ f128: #[cfg(target_has_reliable_f128_math)],
2121 },
2222 test {
2323@@ -1557,7 +1557,7 @@ fn s_nan() -> Float {
2424 name: exp,
2525 attrs: {
2626 const: #[cfg(false)],
27- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
27+ - f16: #[cfg(target_has_reliable_f16_math)],
2828+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
29- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
29+ f128: #[cfg(target_has_reliable_f128_math)],
3030 },
3131 test {
3232@@ -1578,7 +1578,7 @@ fn s_nan() -> Float {
3333 name: exp2,
3434 attrs: {
3535 const: #[cfg(false)],
36- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
36+ - f16: #[cfg(target_has_reliable_f16_math)],
3737+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
38- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
38+ f128: #[cfg(target_has_reliable_f128_math)],
3939 },
4040 test {
4141@@ -1598,7 +1598,7 @@ fn s_nan() -> Float {
4242 name: ln,
4343 attrs: {
4444 const: #[cfg(false)],
45- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
45+ - f16: #[cfg(target_has_reliable_f16_math)],
4646+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
47- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
47+ f128: #[cfg(target_has_reliable_f128_math)],
4848 },
4949 test {
5050@@ -1620,7 +1620,7 @@ fn s_nan() -> Float {
5151 name: log,
5252 attrs: {
5353 const: #[cfg(false)],
54- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
54+ - f16: #[cfg(target_has_reliable_f16_math)],
5555+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
56- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
56+ f128: #[cfg(target_has_reliable_f128_math)],
5757 },
5858 test {
5959@@ -1645,7 +1645,7 @@ fn s_nan() -> Float {
6060 name: log2,
6161 attrs: {
6262 const: #[cfg(false)],
63- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
63+ - f16: #[cfg(target_has_reliable_f16_math)],
6464+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
65- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
65+ f128: #[cfg(target_has_reliable_f128_math)],
6666 },
6767 test {
6868@@ -1668,7 +1668,7 @@ fn s_nan() -> Float {
6969 name: log10,
7070 attrs: {
7171 const: #[cfg(false)],
72- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
72+ - f16: #[cfg(target_has_reliable_f16_math)],
7373+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
74- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
74+ f128: #[cfg(target_has_reliable_f128_math)],
7575 },
7676 test {
7777@@ -1692,7 +1692,7 @@ fn s_nan() -> Float {
7878 name: asinh,
7979 attrs: {
8080 const: #[cfg(false)],
81- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
81+ - f16: #[cfg(target_has_reliable_f16_math)],
8282+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
83- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
83+ f128: #[cfg(target_has_reliable_f128_math)],
8484 },
8585 test {
8686@@ -1725,7 +1725,7 @@ fn s_nan() -> Float {
8787 name: acosh,
8888 attrs: {
8989 const: #[cfg(false)],
90- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
90+ - f16: #[cfg(target_has_reliable_f16_math)],
9191+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
92- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
92+ f128: #[cfg(target_has_reliable_f128_math)],
9393 },
9494 test {
9595@@ -1753,7 +1753,7 @@ fn s_nan() -> Float {
9696 name: atanh,
9797 attrs: {
9898 const: #[cfg(false)],
99- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
99+ - f16: #[cfg(target_has_reliable_f16_math)],
100100+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
101- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
101+ f128: #[cfg(target_has_reliable_f128_math)],
102102 },
103103 test {
104104@@ -1779,7 +1779,7 @@ fn s_nan() -> Float {
105105 name: gamma,
106106 attrs: {
107107 const: #[cfg(false)],
108- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
108+ - f16: #[cfg(target_has_reliable_f16_math)],
109109+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
110- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
110+ f128: #[cfg(target_has_reliable_f128_math)],
111111 },
112112 test {
113113@@ -1814,7 +1814,7 @@ fn s_nan() -> Float {
114114 name: ln_gamma,
115115 attrs: {
116116 const: #[cfg(false)],
117- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
117+ - f16: #[cfg(target_has_reliable_f16_math)],
118118+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
119- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
119+ f128: #[cfg(target_has_reliable_f128_math)],
120120 },
121121 test {
122122@@ -2027,7 +2027,7 @@ fn s_nan() -> Float {
123123 attrs: {
124124 // FIXME(f16_f128): add math tests when available
125125 const: #[cfg(false)],
126- - f16: #[cfg(all(not(miri), target_has_reliable_f16_math) )],
126+ - f16: #[cfg(target_has_reliable_f16_math)],
127127+ f16: #[cfg(false)], // FIXME(rust-lang/rustc_codegen_cranelift#1622)
128- f128: #[cfg(all(not(miri), target_has_reliable_f128_math) )],
128+ f128: #[cfg(target_has_reliable_f128_math)],
129129 },
130130 test {
131131- -
0 commit comments