Stream: git-wasmtime

Topic: wasmtime / PR #9045 Add initial `f16` and `f128` support ...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 18:17):

beetrees opened PR #9045 from beetrees:f16-f128-x64-mvp to bytecodealliance:main:

This PR adds initial support for passing f16 and f128 values around to the x64 backend. Support is added for the load, store, bitcast, f16const and f128const CLIF instructions.

As a side effect of this PR generalising x64 bitcast support, this PR fixes (for x64) #6104.

f16/f128 issue: #8312

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 18:17):

beetrees requested wasmtime-compiler-reviewers for a review on PR #9045.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 18:17):

beetrees requested fitzgen for a review on PR #9045.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 19:42):

fitzgen submitted PR review:

Looks great, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 20:03):

beetrees updated PR #9045.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 20:03):

beetrees commented on PR #9045:

I've fixed the test failure by adding the missing set enable_llvm_abi_extensions.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 20:11):

fitzgen has enabled auto merge for PR #9045.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2024 at 20:34):

fitzgen merged PR #9045.


Last updated: Nov 22 2024 at 17:03 UTC