Stream: git-wasmtime

Topic: wasmtime / PR #6053 craneleft: cancel `ineg`/`iabs` when ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 18:28):

Kmeakin opened PR #6053 from imul-cancel to main:

;; ineg(ineg(x)) == x.
;; iabs(x) * iabs(y) == x*y.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 18:48):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 18:48):

fitzgen has enabled auto merge for PR #6053.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 19:12):

Kmeakin edited PR #6053 from imul-cancel to main:

;; ineg(x) * ineg(y) == x*y.
;; iabs(x) * iabs(y) == x*y.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 19:14):

fitzgen has disabled auto merge for PR #6053.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 19:14):

Kmeakin updated PR #6053 from imul-cancel to main.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2023 at 19:14):

Kmeakin edited PR #6053 from imul-cancel to main:

;; ineg(x) * ineg(y) == x*y.


Last updated: Nov 22 2024 at 16:03 UTC