]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
2025-01-14 Chris DuncanRemove unnecessary v[12-19] scalar assignments.
2025-01-14 Chris DuncanRemove unnecessary v[8-11] scalar assignments.
2025-01-14 Chris DuncanRemove unnecessary v[8-9] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[20-23] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[12-19] scalars.
2025-01-14 Chris DuncanRemove unnecessary v[10-11] scalars.
2025-01-14 Chris DuncanRemove unnecessary v0 scalar.
2025-01-14 Chris DuncanReplace remaining scalar of threshold comaparison with...
2025-01-14 Chris DuncanRemove extraneous comments since operations are getting...
2025-01-14 Chris DuncanRemove deprecated xor0 and xor1 variables.
2025-01-14 Chris DuncanReplace rest of 63-bit scalar rotations with vector...
2025-01-14 Chris DuncanReplace some 63-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace rest of 16-bit scalar rotations with vector...
2025-01-14 Chris DuncanReplace some 16-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace some 24-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanAdd vector variable for storing XOR results during...
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace more 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanFix rotation assignments for interim values while conve...
2025-01-14 Chris DuncanReplace some 32-bit scalar rotations with vector rotations.
2025-01-14 Chris DuncanReplace scalar in threshold check with vector component.
2025-01-14 Chris DuncanRemove unneeded v_01 vector assignments.
2025-01-14 Chris DuncanReplace scalar addition involving v[0-1] and m with...
2025-01-14 Chris DuncanAdd calculation rate to benchmarks.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanRepalce more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanCancel test if validate is not working.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition.
2025-01-14 Chris DuncanReplace more scalar addition with vector addition....
2025-01-14 Chris DuncanAdd remaining compression buffer values as vectors.
2025-01-14 Chris DuncanStage final fully reduced u64 addition operation using...
2025-01-13 Chris DuncanOptimize 64-bit addition. More to come since this is...
2025-01-13 Chris DuncanPatch version. v1.2.4
2025-01-13 Chris DuncanImport NanoPow dynamically, preferring local source...
2025-01-13 Chris DuncanIncrease dispatch to 1024x1024 to optimize balance...
2025-01-13 Chris DuncanFix combined reference to NanoPow either locally or...
2025-01-13 Chris DuncanUse @latest version of packages in test page.
2025-01-13 Chris DuncanPatch version. v1.2.3
2025-01-13 Chris DuncanReorganize typings.
2025-01-13 Chris DuncanRefactor pipeline to use tsc to generate definition...
2025-01-13 Chris DuncanScrap imports since it is messing up definition files.
2025-01-13 Chris DuncanPatch version. v1.2.2
2025-01-13 Chris DuncanFix build process.
2025-01-12 Chris DuncanPatch version. v1.2.1
2025-01-12 Chris DuncanFix npm entry point.
2025-01-12 Chris DuncanUpdate version. v1.2.0
2025-01-12 Chris DuncanExpand on build steps.
2025-01-12 Chris DuncanUpdate README with new features and improved grammar.
2025-01-12 Chris DuncanTruncating 2 or fewer tests does not make sense.
2025-01-12 Chris DuncanChange testing output based on which API is loaded...
2025-01-12 Chris DuncanAdd test for NanoPow smart class selection.
2025-01-12 Chris DuncanAlias NanoPow directly to best supported class instead...
2025-01-12 Chris DuncanFix regex for GL arg validation.
2025-01-12 Chris DuncanFix boolean handling in GL query result check.
2025-01-12 Chris DuncanFix imports for test page.
2025-01-12 Chris DuncanUse main to define API. Pollute global namespace furthe...
2025-01-12 Chris DuncanCreate initial validate function for GL. Refactor class...
2025-01-12 Chris DuncanMove private method above public.
2025-01-12 Chris DuncanMove private methods above public.
2025-01-12 Chris DuncanRemove unused static GPU initiatlization since it will...
2025-01-12 Chris DuncanInitial attempt at creating fallback to GL.
2025-01-12 Chris DuncanFix CDN link.
2025-01-12 Chris DuncanUpdate version. v1.1.0
2025-01-12 Chris DuncanUpdate tagline.
2025-01-12 Chris DuncanUpdate README describing new validate function.
2025-01-12 Chris DuncanReduce test count to a more reasonable number for a...
2025-01-12 Chris DuncanReplace search shared code with dispatch call.
2025-01-12 Chris DuncanReplace validate shared code with dispatch call.
2025-01-12 Chris DuncanExtract common functionality into separate function...
2025-01-12 Chris DuncanDouble up random value to pass in entire u64 value.
2025-01-12 Chris DuncanDocument suggestion for local dev testing.
2025-01-12 Chris DuncanAdd validate function to check passed nonces.
2025-01-12 Chris DuncanExtend random input to shader to accomodate validation...
2025-01-11 Chris DuncanRelease version. v1.0.0
2025-01-11 Chris DuncanAdd link to package and color it. Tweak heading text.
2025-01-11 Chris DuncanIncrease test run.
2025-01-11 Chris DuncanFix typo.
2025-01-11 Chris DuncanTweak timing output and add some context for the viewer.
2025-01-11 Chris DuncanFix CDN link.
2025-01-11 Chris DuncanDocument global namespace option in README.
next