Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minio/sha256-simd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a57409
Choose a base ref
...
head repository: minio/sha256-simd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6096f89
Choose a head ref
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Apr 6, 2021

  1. go.mod: upgrade github.com/klauspost/cpuid/[email protected] for darwin AVX512 (

    #59)
    
    $ go mod edit -require=github.com/klauspost/cpuid/v2@latest
    $ rm -f go.sum; go1.16.3 mod tidy
    zchee authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f73b335 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Add gc build tags (#61)

    Excludes gccgo (non-gc) compilers.
    klauspost authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    99e45fa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Basic chore cleanups of tests and benchmarks (#66)

    * Upgrade cpuid, regen buildtags
    
    * Move all uses of cpuid to one place, adjust benchmarks
    
    * Rename SIMD functions to match instruction set
    
    * One more rename, align arch-specific files
    ribasushi authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    d9c3aea View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    6096f89 View commit details
    Browse the repository at this point in the history
Loading