Stream: git-wasmtime

Topic: wasmtime / PR #2332 [machinst x64]: implement bitmask


view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:20):

abrown opened PR #2332 from bitmask to main:

Implement the SIMD bitmask instruction for the x64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:56):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:56):

cfallin created PR Review Comment:

little style preference thing, but could we match directly on the type rather than the bits() result? (Would result in e.g. F32 | I32 but I think that's OK; it's more clear, anyway.)

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:56):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 21:33):

abrown updated PR #2332 from bitmask to main:

Implement the SIMD bitmask instruction for the x64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 21:42):

abrown updated PR #2332 from bitmask to main:

Implement the SIMD bitmask instruction for the x64 backend.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 22:16):

abrown merged PR #2332.


Last updated: Oct 23 2024 at 20:03 UTC