Stream: git-wasmtime

Topic: wasmtime / Issue #2004 machinst x64: floating point suppo...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 09 2020 at 16:59):

github-actions[bot] commented on Issue #2004:

Subscribe to Label Action

cc @bnjbvr

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jul 10 2020 at 17:08):

bnjbvr commented on Issue #2004:

Updated FP commit to implement Bitcast (using movd and movq). This got me into a spiral of additional type-checks for Vcode's insts, to make them more opiniated in terms of input and output types; we should probably more aggressively restrict the possible SSE opcodes one can pass to Inst ctors in the future.


Last updated: Nov 22 2024 at 17:03 UTC