This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 356f837
committed
Auto merge of rust-lang#138344 - tgross35:x86-f16-math, r=<try>
Enable `reliable_f16_math` on x86
This has been disabled due to an LLVM misoptimization with `powi.f16` [1]. This was fixed upstream and the fix is included in LLVM20, so tests no longer need to be disabled.
`f16` still remains disabled on MinGW due to the ABI issue.
[1]: llvm/llvm-project#98665
try-job: x86_64-gnu
try-job: i686-gnu-11 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | 157 | | |
160 | 158 | | |
161 | 159 | | |
| |||
0 commit comments