Stream: git-wasmtime

Topic: wasmtime / issue #6266 riscv64: Support non 128bit vector...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2023 at 14:21):

alexcrichton commented on issue #6266:

Oh oops my comments on https://github.com/bytecodealliance/wasmtime/pull/6268 are probably more appropriate over here

view this post on Zulip Wasmtime GitHub notifications bot (Apr 25 2023 at 14:47):

afonso360 commented on issue #6266:

V should imply zvl128b, but not vice-versa. We don't yet have presets for v, but that shouldn't be too difficult to add.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 25 2023 at 14:48):

afonso360 edited a comment on issue #6266:

V should imply zvl128b, but not vice-versa. We don't yet have presets for v, but that shouldn't be too difficult to add. I'll add that in this PR as well.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 25 2023 at 14:49):

alexcrichton commented on issue #6266:

Oh right yes, I forgot that has_* is (at least following other backends) intended to be an individual feature. Feel free to defer a v feature to a future PR, no need to have it as part of this one.


Last updated: Oct 23 2024 at 20:03 UTC