bytecodealliance / bytecodealliance/wasmtime
`cranelift_module`: Make it possible to enable isa flags on a per function base
Open
cranelift
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
This is necessary for performant SIMD in cg_clif. This would correspond to for example `#[target_feature(enable = "sse2")]` in the compiled rust code.
https://doc.rust-lang.org/stable/core/arch/#dynamic-cpu-feature-detection
Contributor guide
Assessment
This issue has not been assessed yet.