-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Codegen-Intrinsics-monoarea-System.Runtime.Intrinsics
Milestone
Description
Context: https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md
Currently still not implemented in Safari. Many engines have implementation available as experimental feature, disabled by default. For example in Firefox it can be enabled in about:config by setting javascript.options.wasm_simd to true.
Emscripten support exists https://emscripten.org/docs/porting/simd.html. Can be enabled with -msimd128. SSE emulation also exists.
Possible future performance gains in Json #41097
acaly, dczuo, FrankNiemeyer, RyoukoKonpaku, ptasev and 1 more
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Codegen-Intrinsics-monoarea-System.Runtime.Intrinsics