[Git][ghc/ghc][wip/js-staging] Primop: fixup previous commit

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Thu Aug 25 10:49:37 UTC 2022



Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
6202f5ff by Sylvain Henry at 2022-08-25T12:52:26+02:00
Primop: fixup previous commit

- - - - -


1 changed file:

- js/arith.js.pp


Changes:

=====================================
js/arith.js.pp
=====================================
@@ -9,6 +9,7 @@ function h$logArith() { h$log.apply(h$log,arguments); }
 
 #define UN(x) ((x)>>>0)
 #define W32(x) (BigInt(x))
+#define I32(x) (BigInt(x))
 #define W64(h,l) ((BigInt(h) << BigInt(32)) | BigInt(l>>>0))
 #define W64h(x) (Number(x >> BigInt(32)) >>> 0)
 #define W64l(x) (Number(BigInt.asUintN(32, x)) >>> 0)



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6202f5ffb567740d073731fa61baa9baf56e2bc7

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6202f5ffb567740d073731fa61baa9baf56e2bc7
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220825/4558706d/attachment.html>


More information about the ghc-commits mailing list