Skip to content

Commit

Permalink
Update Config::wasm_simd docs (#9968)
Browse files Browse the repository at this point in the history
* Update documentation for `wasm_simd`

To reflect that the base requirement for SIMD on x86_64 is SSE2

* Update `wasm_simd` documentation

To reflect that the base CPU feature requirement on x86_64 is SSE2
  • Loading branch information
saulecabrera authored Jan 9, 2025
1 parent ae84e6e commit e4b7637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/wasmtime/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -880,9 +880,8 @@ 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].
///
/// On x86_64 platforms note that enabling this feature requires SSE 4.2 and
/// below to be available on the target platform. Compilation will fail if
/// the compile target does not include SSE 4.2.
/// **Note**: On x86_64 platforms the base CPU feature requirement for SIMD
/// is SSE2.
///
/// This is `true` by default.
///
Expand Down

0 comments on commit e4b7637

Please sign in to comment.