-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable f16
tests on loongarch
#129384
Enable f16
tests on loongarch
#129384
Conversation
Loongarch previously had a selection failure for `f16` math [1]. This was fixed in [2], which Rust got with the update to LLVM 19 [3]. Enable loongarch in `std/build.rs` so we start running tests. [1]: llvm/llvm-project#93894 [2]: llvm/llvm-project#94456 [3]: rust-lang#127513
737bfc0
to
30641f0
Compare
rustbot has assigned @Mark-Simulacrum. Use |
Enable `f16` tests on loongarch Loongarch previously had a selection failure for `f16` math llvm/llvm-project#93894. This was fixed in llvm/llvm-project#94456, which Rust got with the update to LLVM 19 rust-lang#127513. Enable loongarch in `std/build.rs` so we start running tests. try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl
Cc also @xen0n since you posted llvm/llvm-project#94456 |
☀️ Try build successful - checks-actions |
The |
That's right, I was forgetting that there was more to the story than just the crash. I will update the comment in #129385, otherwise I guess there isn't much to be done here. |
Loongarch previously had a selection failure for
f16
math llvm/llvm-project#93894. This was fixed in llvm/llvm-project#94456, which Rust got with the update to LLVM 19 #127513.Enable loongarch in
std/build.rs
so we start running tests.try-job: dist-loongarch64-linux
try-job: dist-loongarch64-musl