Stream: git-wasmtime

Topic: wasmtime / PR #3363 Implement `WideningPairwiseDotProduct...


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

dheaton-arm opened PR #3363 from implement-widening-pairwise-dotprod to main:

Implemented WideningPairwiseDotProductS to perform sign-extending
length-doubling multiplication on corresponding elements from two
i16x8 SIMD vectors, performing a pairwise add on the results (thus
returning i32x4).

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 17 2021 at 19:55):

cfallin submitted PR review.

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

cfallin submitted PR review.

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

cfallin created PR review comment:

Could this be written completely as an iterator chain to build new_vec?

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

dheaton-arm updated PR #3363 from implement-widening-pairwise-dotprod to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 21 2021 at 08:25):

dheaton-arm requested cfallin for a review on PR #3363.

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

cfallin submitted PR review.

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

cfallin merged PR #3363.


Last updated: Nov 22 2024 at 17:03 UTC