dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

[NativeAOT-LLVM]: SIMD support #2593

Open yowl opened 1 month ago

yowl commented 1 month ago

We should investigate the work involved and feasability of enabling SIMD (128 only?) support in Wasm. There is good support in V8 and SpiderMonkey (and I think wasmtime).