Skip to content

Enable the SIMD proposal by default#3601

Merged
alexcrichton merged 2 commits intobytecodealliance:mainfrom
alexcrichton:enable-simd
Dec 14, 2021
Merged

Enable the SIMD proposal by default#3601
alexcrichton merged 2 commits intobytecodealliance:mainfrom
alexcrichton:enable-simd

Conversation

@alexcrichton
Copy link
Member

This commit updates Wasmtime to enable the SIMD proposal for WebAssembly
by default. Support has been implemented for quite some time and
recently fuzzing has been running for multiple weeks without incident,
so it seems like it might be time to go ahead and enable this!

This commit updates Wasmtime to enable the SIMD proposal for WebAssembly
by default. Support has been implemented for quite some time and
recently fuzzing has been running for multiple weeks without incident,
so it seems like it might be time to go ahead and enable this!
@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Dec 14, 2021
@github-actions
Copy link

Subscribe to Label Action

cc @peterhuene

Details This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I'm very excited to finally have this available.

Huge props to @jlb6740 @abrown @akirilov-arm @sparker-arm in particular for getting the implementations on x86-64 and aarch64 to production-quality!

Don't store a `bool` but rather an `Option<bool>` so we can inherit the
defaults from Wasmtime rather than having to keep the defaults in-sync.
@alexcrichton alexcrichton merged commit 2cdbf32 into bytecodealliance:main Dec 14, 2021
@alexcrichton alexcrichton deleted the enable-simd branch December 14, 2021 22:57
PiotrSikora added a commit to PiotrSikora/wasmtime that referenced this pull request Apr 19, 2022
Missed in bytecodealliance#3601.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
abrown pushed a commit that referenced this pull request Apr 19, 2022
Missed in #3601.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants