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

Sync readme intrinsics with LLVM #644

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jul 18, 2024

I updated our with what is now available in compiler-rt. Almost all of these seem unneeded except maybe the riscv and avr assembly implementations.

Also reorganize the float section by type.

These updates come from running the following from within the LLVM compiler-rt directory:

fd '.*\.[cS]' | sort | xargs -iARG sh -c 'rg -q "\\bARG\\b" ../../../README.md || echo ARG'

@tgross35
Copy link
Contributor Author

Everything is failing due to the asm lint, which I disabled as part of #642

@Amanieu Amanieu enabled auto-merge July 24, 2024 12:06
@Amanieu Amanieu merged commit 721e34b into rust-lang:master Jul 24, 2024
24 checks passed
@tgross35 tgross35 deleted the update-readme branch July 24, 2024 16:22
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