Stream: git-wasmtime

Topic: wasmtime / issue #6450 x64: Swap order of operands in EVE...


view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 15:54):

alexcrichton commented on issue #6450:

Oh wow apparently github actions has avx512 available to catch failures like the latest commit!

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 17:41):

abrown commented on issue #6450:

Oh wow apparently github actions has avx512 available to catch failures like the latest commit!

Yeah, most Intel-based servers these days do. Is this change related to @elliottt's suggestion the other day that we switch the pretty-printing order of _all_ x86 operands?

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 17:44):

alexcrichton commented on issue #6450:

Oh no this was actually where I was going to add support for a new instruction and I got some errors since I was doing everything the opposite way as it was what I was used to with the AVX instructions, so I figured I'd get this done first before adding new instructions to make sure everything is consistent.


Last updated: Oct 23 2024 at 20:03 UTC