Skip to content
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

Remove 80-bit builtins entirely #572

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Jan 31, 2024

It turns out that these also don't build on x86 + MSVC. Rather than fixing up the condition, I'm just deleting them entirely. As far as I know, Rust does not support 80-bit floats and has no plan to support them, so we shouldn't need these builtins at all.

It turns out that these also don't build on x86 + MSVC. Rather
than fixing up the condition, I'm just deleting them entirely.
As far as I know, Rust does not support 80-bit floats and has
no plan to support them, so we shouldn't need them.
@nikic
Copy link
Contributor Author

nikic commented Feb 1, 2024

After this patch there is still a build failure in floatdixf.c. Will fix it tomorrow.

bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 3, 2024
Update to LLVM 18

Blocked on rust-lang#120529.
Blocked on rust-lang/compiler-builtins#572.

LLVM 18 final is planned to be released on Mar 5th. Rust 1.78 is planned to be released on May 2nd.

Tested images: dist-x86_64-linux, dist-s390x-linux, dist-aarch64-linux, dist-riscv64-linux, dist-loongarch64-linux, dist-x86_64-freebsd, dist-x86_64-illumos, dist-x86_64-musl, x86_64-linux-integration, test-various, armhf-gnu

r? `@ghost`
@Amanieu Amanieu merged commit 6793c98 into rust-lang:master Feb 4, 2024
22 checks passed
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 5, 2024
Update to LLVM 18

Blocked on rust-lang/compiler-builtins#572.

LLVM 18 final is planned to be released on Mar 5th. Rust 1.78 is planned to be released on May 2nd.

Tested images: dist-x86_64-linux, dist-s390x-linux, dist-aarch64-linux, dist-riscv64-linux, dist-loongarch64-linux, dist-x86_64-freebsd, dist-x86_64-illumos, dist-x86_64-musl, x86_64-linux-integration, test-various, armhf-gnu

r? `@ghost`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants