abrown commented on issue #3268:
@dheaton-arm, looks like the error is an old x86 backend failure: https://github.com/bytecodealliance/wasmtime/pull/3268/checks?check_run_id=3472257330#step:6:1203. I can't remember off the top of my head if there is a way to constrain the tests to just the new backend, which is a potential solution. But I have a suspicion that the type conversion I mentioned above could also be causing the issue (i.e., if we only retain the
i8x16
version, does the old backend pass?).
Last updated: Nov 22 2024 at 16:03 UTC