Expose new c-api functions for configuring relaxed SIMD#6292
Conversation
- wasmtime_config_wasm_relaxed_simd_set(bool) - wasmtime_config_wasm_relaxed_simd_deterministic_set(bool)
alexcrichton
left a comment
There was a problem hiding this comment.
Thanks! Can you also add C header API definitions for these new functions?
Subscribe to Label Actioncc @peterhuene DetailsThis issue or pull request has been labeled: "wasmtime:api", "wasmtime:c-api", "wasmtime:config"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
|
I don't think the suggestions by the github-actions bot apply here, since I'm just exposing a config option that already existed? |
…iance#6292) * Exposes new c-api functions for configuring relaxed SIMD: - wasmtime_config_wasm_relaxed_simd_set(bool) - wasmtime_config_wasm_relaxed_simd_deterministic_set(bool) * Applied rustfmt suggestion * Added header file entries for new calls * Fixed link to `relaxed simd proposal`
This allows the new relaxed SIMD features (introduced in #5892) to be configured through the C API:
Added: