Stream: git-wasmtime

Topic: wasmtime / PR #1999 machinst aarch64: fix encoding genera...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 09 2020 at 13:45):

bnjbvr opened PR #1999 from fix-aarch64-ishl-by-zero to main:

The ARM book says that the immr field should contain (-count % 64); the
existing code was approximating this with (64 - count), which is not
correct for a zero count.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 09 2020 at 13:45):

bnjbvr requested cfallin and julian-seward1 for a review on PR #1999.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 09 2020 at 13:45):

bnjbvr requested cfallin and julian-seward1 for a review on PR #1999.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 13 2020 at 16:25):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 13 2020 at 16:25):

cfallin merged PR #1999.


Last updated: Oct 23 2024 at 20:03 UTC