]> zoso.dev Git - libnemo.git/commitdiff
notes
authorChris Duncan <chris@zoso.dev>
Mon, 6 Jan 2025 22:42:54 +0000 (14:42 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 6 Jan 2025 22:42:54 +0000 (14:42 -0800)
benchmarks.md

index fccbbf6151016e618265d7e9c020e67754d7f553..3b0706f6433c88de87e6b1f30cd557ec04b5ae7b 100644 (file)
@@ -47,3 +47,6 @@ Harmonic: 218.11823673331645 ms
 Minimum: 76.2000000178814 ms
 Maximum: 2999.9000000059605 ms
 GLOBALS.mjs:46 PASS  Customized PoW: Time to calculate proof-of-work for a send block 8192 times
+
+
+In the following code, look at the fourth argument. Prepend it with `v&` and remove its `u` suffix. Then insert a parameter right after it with the same name except the digit is incremented by 1. For example, `G(&v, &v0, &v1, 8u, 16u, 24u, m0, m1, m2, m3);` becomes `G(&v, &v0, &v1, &v8, &v9, 16u, 24u, m0, m1, m2, m3);`. Make sure the ampersand is present and the digits are correct as described. Do not make any other modifications.