beetrees opened PR #9045 from beetrees:f16-f128-x64-mvp
to bytecodealliance:main
:
This PR adds initial support for passing
f16
andf128
values around to the x64 backend. Support is added for theload
,store
,bitcast
,f16const
andf128const
CLIF instructions.As a side effect of this PR generalising x64
bitcast
support, this PR fixes (for x64) #6104.
f16
/f128
issue: #8312
beetrees requested wasmtime-compiler-reviewers for a review on PR #9045.
beetrees requested fitzgen for a review on PR #9045.
fitzgen submitted PR review:
Looks great, thanks!
beetrees updated PR #9045.
beetrees commented on PR #9045:
I've fixed the test failure by adding the missing
set enable_llvm_abi_extensions
.
fitzgen has enabled auto merge for PR #9045.
fitzgen merged PR #9045.
Last updated: Nov 22 2024 at 17:03 UTC