Stream: git-wasmtime

Topic: wasmtime / PR #2063 arm64: Implement Vselect opcode


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

jgouly opened PR #2063 from vselect to main:

This is implemented the same as Bitselect, as the controlling vector
is a boolean vector. A boolean vector in cranelift has elements
that are either 0 or all 1s, so it can be used to select elements
lane wise.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2020 at 20:35):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2020 at 20:35):

cfallin merged PR #2063.


Last updated: Nov 22 2024 at 16:03 UTC