Don't know how to soften fpowi to fpow
on x86 uefi targets
#134508
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-external-bug
Category: issue that is caused by bugs in software beyond our control
O-UEFI
UEFI
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: it compiles
Instead, this happened:
Same error on
i686-unknown-uefi
, but not onaarch64-unknown-uefi
.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: