Stream: git-wasmtime

Topic: wasmtime / PR #2021 AArch64: Introduce an enum to specify...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2020 at 10:42):

akirilov-arm opened PR #2021 from VectorSize to main:

Currently the AArch64 backend uses mostly ir::Type to parametrize vector sizes, but that type covers much more than vectors, so it is not the best solution. Also, it introduces some redundancies - e.g. F32X4 and I32X4 are sometimes treated in the same way, but require code for each. A separate type to specify vector operand sizes solves these issues.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2020 at 15:24):

cfallin submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 15 2020 at 16:43):

cfallin merged PR #2021.


Last updated: Nov 22 2024 at 16:03 UTC