cfallin labeled issue #1092:
There is an x86 instruction for this.
cfallin labeled issue #1092:
There is an x86 instruction for this.
11evan commented on issue #1092:
Here's an attempt at adding Bswap: https://github.com/bytecodealliance/wasmtime/pull/5147
Also tested with a toy program on both x86_64 and aarch64
It's my first contribution to this project, any and all feedback welcome
Who should I tag for reviewing this?
bjorn3 commented on issue #1092:
https://github.com/bytecodealliance/wasmtime/pull/5147 mostly implemented this, but bswap.i128 is still missing. cc @jameysharp
bjorn3 closed issue #1092:
There is an x86 instruction for this.
bjorn3 commented on issue #1092:
This is now fully implemented.
Last updated: Nov 22 2024 at 16:03 UTC