github-actions[bot] commented on issue #6989:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:riscv64", "cranelift:meta", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
afonso360 commented on issue #6989:
Would it be possible to add detection of these features to
cranelift/native
?They should already be detected.
has_c
was already previously detected via HWCAP (although we didn't do too much with that information).The rest of them (
Zca
,Zcd
andZcb
) are detected via parsing/proc/cpuinfo
. We don't have to do anything special to detect them because we currently just grab all of the extension names in the ISA string and try to enable the equivalenthas_{extname}
flag.
Last updated: Nov 22 2024 at 16:03 UTC