-
Notifications
You must be signed in to change notification settings - Fork 5k
[release/7.0][wasm] SIMD related build fixes #75042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
$(WasmSIMD)
to $(WasmEnableSIMD)
e664f26
to
15a262e
Compare
$(WasmSIMD)
to $(WasmEnableSIMD)
@@ -66,7 +66,7 @@ | |||
Defaults to false. | |||
- $(WasmAotProfilePath) - Path to an AOT profile file. | |||
- $(WasmExceptionHandling) - Enable support for the WASM Exception Handling feature. | |||
- $(WasmSIMD) - Enable support for the WASM SIMD feature. | |||
- $(WasmEnableSIMD) - Enable support for the WASM SIMD feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep it similar to other feature props, like the WasmExceptionHandling
above. Shouldn't we then change that too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the renaming question, it LGTM. It is great to have more scenarios tested.
Ping @marek-safar, need an approval. Edit: Confirmed, the CI failures are unrelated. They are #75164 and #75005 . |
@radical there's a merge conflict. Can you please address it? |
This is ready for merging. |
$(WasmSIMD)
->$(WasmEnableSIMD)