martindevans opened PR #6292 from martindevans:wasm_relaxed_simd_capi
to bytecodealliance:main
:
This allows the new relaxed SIMD features (introduced in https://github.com/bytecodealliance/wasmtime/pull/5892) to be configured through the C API:
Added:
- wasmtime_config_wasm_relaxed_simd_set(bool)
- wasmtime_config_wasm_relaxed_simd_deterministic_set(bool)
martindevans requested pchickey for a review on PR #6292.
martindevans requested wasmtime-core-reviewers for a review on PR #6292.
martindevans updated PR #6292.
alexcrichton submitted PR review:
Thanks! Can you also add C header API definitions for these new functions?
alexcrichton submitted PR review:
Thanks! Can you also add C header API definitions for these new functions?
alexcrichton created PR review comment:
I think that this link reference may need to stay?
martindevans created PR review comment:
Since there's now a separate method (
wasm_relaxed_simd
) which is specific to relaxed SIMD and references that proposal I thought it was best to remove it from here and leave it referenced in the more specific place. I can add it back in if you'd prefer though?
martindevans updated PR #6292.
alexcrichton created PR review comment:
Oh that's fine, but the above text still has
[relaxed simd proposal]
which should either have the[..]
removed or this should stay to keep that linked (or it should link somewhere else)
martindevans created PR review comment:
Ah I see, I didn't realise they were acting as references for the above links! I've added it back in.
martindevans updated PR #6292.
alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #6292.
alexcrichton merged PR #6292.
Last updated: Nov 22 2024 at 16:03 UTC