Stream: git-wasmtime

Topic: wasmtime / PR #5873 fix riscv64 normalize_cmp_value.


view this post on Zulip Wasmtime GitHub notifications bot (Feb 24 2023 at 23:19):

yuyang-ok edited PR #5873 from issue5839 to main:

This try fix https://github.com/bytecodealliance/wasmtime/issues/5839
The normalize_cmp_value should accept IntCC as extra parameter.
So we can know If should signed extend or unsigned extend on int types.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 24 2023 at 23:20):

yuyang-ok edited PR #5873 from issue5839 to main:

This will try fix https://github.com/bytecodealliance/wasmtime/issues/5839
The normalize_cmp_value should accept IntCC as extra parameter.
So we can know If should signed extend or unsigned extend on int types.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 02:23):

yuyang-ok edited PR #5873 from issue5839 to main:

This will try fix https://github.com/bytecodealliance/wasmtime/issues/5839
The normalize_cmp_value should accept IntCC as extra parameter.
So we can know If should signed extend or unsigned extend on int types.
Riscv64 can only compare int64 value.


Last updated: Oct 23 2024 at 20:03 UTC