Skip to content

Commit

Permalink
docs: Update docs for wasm_simd (bytecodealliance#10094)
Browse files Browse the repository at this point in the history
SIMD support in Winch is moving along, a considerable amount of
instructions are already supported. This commits updates the
documentation to refelct x64 CPU requirements
  • Loading branch information
saulecabrera authored Jan 23, 2025
1 parent 5682b0e commit bd74612
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/wasmtime/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,10 @@ impl Config {
/// as the `v128` type and all of its operators being in a module. Note that
/// this does not enable the [relaxed simd proposal].
///
/// **Note**: On x86_64 platforms the base CPU feature requirement for SIMD
/// is SSE2.
/// **Note**
///
/// On x86_64 platforms the base CPU feature requirement for SIMD
/// is SSE2 for the Cranelift compiler and AVX for the Winch compiler.
///
/// This is `true` by default.
///
Expand Down

0 comments on commit bd74612

Please sign in to comment.