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: Dec 23 2024 at 12:05 UTC