Stream: git-wasmtime

Topic: wasmtime / PR #6072 cranelift: rewrite `iabs(ineg(x))`` a...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2023 at 22:01):

Kmeakin opened PR #6072 from ineg-iabs to main:

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


Last updated: Nov 22 2024 at 17:03 UTC