Stream: git-wasmtime

Topic: wasmtime / PR #1797 Vcode X64 add Fmul and Fdiv


view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 05:45):

jlb6740 edited PR #1797 from vcode-mul-div-max-min to master:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 07:24):

jlb6740 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 07:24):

jlb6740 created PR Review Comment:

Been offline the last few days .. Thanks for the update. I looked into expand_minmax and at first glance I wasn't what needed to be done here so I've simply removed the min/max and will push support in another patch.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 07:29):

jlb6740 updated PR #1797 from vcode-mul-div-max-min to master:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2020 at 23:38):

jlb6740 requested bnjbvr for a review on PR #1797.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 13:25):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 13:25):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 13:25):

bnjbvr created PR Review Comment:

Can you please add a test for sqrtss, since its emission code is filled in this PR?

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 13:25):

bnjbvr created PR Review Comment:

I just realized we could in theory just suppress this to_string function, since the SseOpcode struct implements ToString (with all the existing variants implemented).

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 22:01):

jlb6740 submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 22:01):

jlb6740 created PR Review Comment:

@bnjbvr .. By suppress do you mean to just delete this function with this patch? I did comment it out and so no issues in testing or running a simple example. Not sure if the lowercase could come into place somewhere, but I can delete this since it doesn't appear to be necessary.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 22:44):

jlb6740 updated PR #1797 from vcode-mul-div-max-min to master:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 22:46):

jlb6740 updated PR #1797 from vcode-mul-div-max-min to master:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2020 at 22:51):

jlb6740 updated PR #1797 from vcode-mul-div-max-min to master:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 00:19):

jlb6740 merged PR #1797.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 10:01):

bnjbvr submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 18 2020 at 10:01):

bnjbvr created PR Review Comment:

Yes, that's what i meant, sorry for using unclear vocabulary. To wit: the ToString trait implementation adds the to_string function, maintaining feature completeness here.


Last updated: Oct 23 2024 at 20:03 UTC