Stream: git-wasmtime

Topic: wasmtime / PR #3283 Implement `Umulhi` for the interpreter


view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 16:18):

dheaton-arm opened PR #3283 from implement-umulhi to main:

Implemented Umulhi for the Cranelift interpreter, performing unsigned
integer multiplication and producing the high half of a double-length
result.

Fixed ExtractUpper conversion behaviour as part of this change, which
was extracting from a 128-bit value regardless of the size of the
original value.

Copyright (c) 2021, Arm Limited.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 17:03):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 17:22):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 17:22):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 02 2021 at 17:22):

afonso360 created PR review comment:

Since this isn't testing the SIMD version of these instructions, can we rename this to umulhi.clif?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2021 at 10:36):

dheaton-arm updated PR #3283 from implement-umulhi to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2021 at 11:05):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2021 at 16:29):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2021 at 16:29):

cfallin merged PR #3283.


Last updated: Nov 22 2024 at 17:03 UTC