Skip to content

Commit e4b7637

Browse files
authored
Update Config::wasm_simd docs (bytecodealliance#9968)
* 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
1 parent ae84e6e commit e4b7637

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/wasmtime/src/config.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,8 @@ impl Config {
880880
/// as the `v128` type and all of its operators being in a module. Note that
881881
/// this does not enable the [relaxed simd proposal].
882882
///
883-
/// On x86_64 platforms note that enabling this feature requires SSE 4.2 and
884-
/// below to be available on the target platform. Compilation will fail if
885-
/// the compile target does not include SSE 4.2.
883+
/// **Note**: On x86_64 platforms the base CPU feature requirement for SIMD
884+
/// is SSE2.
886885
///
887886
/// This is `true` by default.
888887
///

0 commit comments

Comments
 (0)