Skip to content

Sync readme intrinsics with LLVM#644

Merged
Amanieu merged 3 commits into
rust-lang:masterfrom
tgross35:update-readme
Jul 24, 2024
Merged

Sync readme intrinsics with LLVM#644
Amanieu merged 3 commits into
rust-lang:masterfrom
tgross35:update-readme

Conversation

@tgross35
Copy link
Copy Markdown
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
Copy Markdown
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
@tgross35 tgross35 deleted the update-readme branch July 24, 2024 16:22
tgross35 pushed a commit that referenced this pull request Jan 31, 2026
Sync readme intrinsics with LLVM
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