~duangle/scopes

Re: [PATCH] added support for hashing integers more than 64-bit wide

Details
Message ID
<1586853411.15751.0@gmail.com>
DKIM signature
pass
Download raw message
# HG changeset patch
# User Westerbly Snaydley <westerbly@gmail.com>
# Date 1586853340 18000
# Tue Apr 14 03:35:40 2020 -0500
# Node ID 2f70a0ab26b22112bb6cf5ba10eb2a3e79da8f24
# Parent ee905955a5814d7eb198c34b3b5baab2352bef51
removed leftover from edit

diff -r ee905955a581 -r 2f70a0ab26b2 lib/scopes/core.sc
--- a/lib/scopes/core.sc Tue Apr 14 03:10:46 2020 -0500
+++ b/lib/scopes/core.sc Tue Apr 14 03:35:40 2020 -0500
@@ -3709,7 +3709,7 @@
                             break computed
                         let chunk =
                             `(sc_hash (itrunc (value >> (64 * 
chunk-index)) u64) [('sizeof T)])
- _ (chunk-index + 1) computed `(sc_hash2x64 computed chunk)
+ _ (chunk-index + 1) `(sc_hash2x64 computed chunk)

                 `(bitcast hash-chain hash)
Reply to thread Export thread (mbox)