Stream: git-wasmtime

Topic: wasmtime / PR #4884 Interpreter: Implement floating point...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 08 2022 at 10:16):

dheaton-arm opened PR #4884 from interpret-fcvt to main:

Implemented the following opcodes for the interpreter:

Copyright (c) 2022 Arm Limited

<!--

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 (Sep 12 2022 at 10:49):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 created PR review comment:

                if x.is_nan()? {

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 created PR review comment:

            if arg(0)?.is_nan()? {

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 created PR review comment:

            let is_signed = inst.opcode() == Opcode::FcvtToSint;
            let (min, max) = ctrl_ty.bounds(is_signed);

Minor nit, but it took me a while to understand what was going on

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 created PR review comment:

                    let is_signed = inst.opcode() == Opcode::FcvtToSintSat;
                    let (min, max) = ctrl_ty.bounds(is_signed);

Similar to above, a small nit.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 10:49):

afonso360 created PR review comment:

I think we should be able to remove the simd and sse flags since these aren't simd tests right?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 12:06):

dheaton-arm updated PR #4884 from interpret-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 12:13):

afonso360 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 12 2022 at 12:17):

dheaton-arm updated PR #4884 from interpret-fcvt to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 20 2022 at 18:10):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 20 2022 at 18:11):

jameysharp merged PR #4884.


Last updated: Nov 22 2024 at 17:03 UTC