Stream: git-wasmtime

Topic: wasmtime / issue #3341 cranelift: Fix invalid trampoline ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2021 at 13:42):

afonso360 commented on issue #3341:

See also @akirilov-arm 's comments on #3335:

... we can work around this by raw_bitcast'ing it into the appropriate integer type.

No, that's wrong (but it's probably going to work) - I don't think we agreed in #3205 to change the representation of vector >booleans. This would be an appropriate work-around for Bmask (but then we have #1429).

Sorry, I just missed your comment before opening this!

Just to reiterate, I know raw_bitcast is not the right answer. And agree that bmask would be a better solution

view this post on Zulip Wasmtime GitHub notifications bot (Sep 21 2021 at 17:46):

afonso360 commented on issue #3341:

Closing this in favour of implementing bmask in AArch64 and x64, and using that. Should have a PR soon-ish.


Last updated: Oct 23 2024 at 20:03 UTC