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: klauspost/cpuid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.14
Choose a base ref
...
head repository: klauspost/cpuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 9, 2022

  1. Try to fill darwin arm64 from sysctl (#105)

    * fill CPUInfo on darwin arm64
    batmac authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    2c6b0c9 View commit details
    Browse the repository at this point in the history
  2. Relax detection of features that have non-avx512 versions (#108)

    GFNI, VAES and VPCLMULQDQ does not require AVX512, so detect them even if avx512 isn't available.
    klauspost authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    b4a7e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    5a76678 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Add Intel Leaf 7, branch 1 (#110)

    * Add Intel Leaf 7, branch 1
    * Update test db.
    klauspost authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4645384 View commit details
    Browse the repository at this point in the history
Loading