Stream: git-wasmtime

Topic: wasmtime / issue #3012 s390x: Basic support for IaddIfcout


view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2021 at 18:38):

uweigand commented on issue #3012:

Added comments.

As a meta-level comment, I do think that a more self-contained instruction here -- maybe "add and trap on overflow" or something like that? -- would probably be better, as it wouldn't require special handling of flags.

Either that, or at least some new value like IntCC::Carry (analogous to the existing IntCC::Overflow).


Last updated: Nov 22 2024 at 16:03 UTC