Skip to content

Commit

Permalink
[wasm][revec] Mark revectorization as experimental
Browse files Browse the repository at this point in the history
R=clemensb@chromium.org

Bug: chromium:1463850
Change-Id: I66a9e9f5f3eea2455f69b60b3a909d6affb0c880
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4689698
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#89027}
  • Loading branch information
thibaudmichaud authored and V8 LUCI CQ committed Jul 19, 2023
1 parent 960a4be commit e8b8b94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/flags/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,9 @@ DEFINE_DEBUG_BOOL(trace_wasm_instances, false,

// Flags for WASM SIMD256 revectorize
#ifdef V8_ENABLE_WASM_SIMD256_REVEC
DEFINE_BOOL(experimental_wasm_revectorize, false,
"enable 128 to 256 bit revectorization for Webassembly SIMD")
DEFINE_EXPERIMENTAL_FEATURE(
experimental_wasm_revectorize,
"enable 128 to 256 bit revectorization for Webassembly SIMD")
DEFINE_BOOL(trace_wasm_revectorize, false, "trace wasm revectorize")
#endif // V8_ENABLE_WASM_SIMD256_REVEC

Expand Down

0 comments on commit e8b8b94

Please sign in to comment.