Stream: git-wasmtime

Topic: wasmtime / PR #4305 cranelift: Fix `cls` for small types ...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2022 at 17:56):

afonso360 opened PR #4305 from aarch64-cls to main:

The previous cls code was producing wrong results when fed with a -1 i8.

The fix here is to sign extend instead of zero extending since we want
to keep the sign bit as one in order for it to be counted correctly in the aarch64 cls instruction

This also merges the interpreter only tests now that aarch64 correctly supports this instruction

Fixes #3248 for aarch64.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2022 at 19:08):

afonso360 updated PR #4305 from aarch64-cls to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 12:19):

akirilov-arm submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 22:55):

fitzgen merged PR #4305.


Last updated: Oct 23 2024 at 20:03 UTC