]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
41 hours ago Chris DuncanInline XOR part of bit rotation step so that an assignm...
41 hours ago Chris DuncanReplace constructors of vector constants with actual...
42 hours ago Chris DuncanReplace 32-bit rotations using two assignments with...
42 hours ago Chris DuncanReplace 16 and 63 bit rotations with swizzle version.
42 hours ago Chris DuncanReplace all 24-bit rotations with swizzle version.
42 hours ago Chris DuncanReplace all 32-bit rotations with swizzle. Start workin...
2 days ago Chris DuncanTry switching swizzles.
2 days ago Chris DuncanSwizzle on other bit shift not working but leaving...
2 days ago Chris DuncanThis is just one example of reversing bits with a swizz...
2 days ago Chris DuncanFix rate reporting. Add benchmarks.
2 days ago Chris DuncanReplace selects with simple carry arithmetic since...
2 days ago Chris DuncanConvert blockhash u32 scalars to vec2 vectors.
2 days ago Chris DuncanRemove false positive from benchmarks since it is now...
2 days ago Chris DuncanAdd edge cases to validate check on testing web page...
2 days ago Chris DuncanSplit main into separate entry points to fix false...
2 days ago Chris DuncanFix validation in gl implementation which could return...
2 days ago Chris DuncanAdd data to error message.
2 days ago Chris DuncanSave another couple benchmarks but also note an issue...
2 days ago Chris DuncanFix bug with GL validate.
2 days ago Chris DuncanYeah, lucky pass. Log a couple more benchmarks. Set...
2 days ago Chris DuncanMight be just a lucky pass, but this is the best benchm...
2 days ago Chris DuncanRevert to workgroup size 64. Create NanoPowOptions...
2 days ago Chris DuncanBenchmarking.
2 days ago Chris DuncanUpdate documentation comments.
3 days ago Chris DuncanReplace m[0-1] with nonce vector.
3 days ago Chris DuncanRename `v` vectors to align with reference implementation.
3 days ago Chris DuncanBenchmarks.
3 days ago Chris DuncanWhitespace.
3 days ago Chris DuncanClean up whitespace.
3 days ago Chris DuncanRemove last instances of original v scalar variables.
3 days ago Chris DuncanReplace remaining 32-bit rotations.
3 days ago Chris DuncanReplace another 32-bit rotation.
3 days ago Chris DuncanThe 32-bit rotate was not correctly or completely imple...
3 days ago Chris DuncanClean up whitespace in round 0 to get a better idea...
3 days ago Chris DuncanRemove unused v20-23 scalars.
3 days ago Chris DuncanRemove last usage of v5-7 scalars.
3 days ago Chris DuncanRemove last usage of v4 scalar.
3 days ago Chris DuncanRemove last usage of v3 scalar.
3 days ago Chris DuncanRemove last usage of v2 scalar.
3 days ago Chris DuncanDelete unused o0 and o1 scalar variables.
3 days ago Chris DuncanReplace remaining m scalar operations.
3 days ago Chris DuncanReplace more m scalar operations.
3 days ago Chris DuncanReplace more m scalar operations.
3 days ago Chris DuncanStart replacing m scalar operations.
3 days ago Chris DuncanRemove last usage of v1 scalar.
3 days ago Chris DuncanRemove unnecessary v[20-23] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[12-19] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[8-11] scalar assignments.
3 days ago Chris DuncanRemove unnecessary v[8-9] scalars.
3 days ago Chris DuncanRemove unnecessary v[20-23] scalars.
3 days ago Chris DuncanRemove unnecessary v[12-19] scalars.
3 days ago Chris DuncanRemove unnecessary v[10-11] scalars.
3 days ago Chris DuncanRemove unnecessary v0 scalar.
3 days ago Chris DuncanReplace remaining scalar of threshold comaparison with...
3 days ago Chris DuncanRemove extraneous comments since operations are getting...
3 days ago Chris DuncanRemove deprecated xor0 and xor1 variables.
3 days ago Chris DuncanReplace rest of 63-bit scalar rotations with vector...
3 days ago Chris DuncanReplace some 63-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace rest of 16-bit scalar rotations with vector...
3 days ago Chris DuncanReplace some 16-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace some 24-bit scalar rotations with vector rotations.
3 days ago Chris DuncanAdd vector variable for storing XOR results during...
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanFix rotation assignments for interim values while conve...
3 days ago Chris DuncanReplace some 32-bit scalar rotations with vector rotations.
3 days ago Chris DuncanReplace scalar in threshold check with vector component.
3 days ago Chris DuncanRemove unneeded v_01 vector assignments.
3 days ago Chris DuncanReplace scalar addition involving v[0-1] and m with...
3 days ago Chris DuncanAdd calculation rate to benchmarks.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanRepalce more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanCancel test if validate is not working.
3 days ago Chris DuncanReplace more scalar addition with vector addition.
3 days ago Chris DuncanReplace more scalar addition with vector addition....
4 days ago Chris DuncanAdd remaining compression buffer values as vectors.
4 days ago Chris DuncanStage final fully reduced u64 addition operation using...
4 days ago Chris DuncanOptimize 64-bit addition. More to come since this is...
4 days ago Chris DuncanPatch version. v1.2.4
4 days ago Chris DuncanImport NanoPow dynamically, preferring local source...
next