Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpuid 2.2.2 (new formula) #118191

Closed
wants to merge 1 commit into from
Closed

Conversation

chenrui333
Copy link
Member

@chenrui333 chenrui333 commented Dec 14, 2022

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

For my local

/opt/homebrew/Cellar/cpuid/2.2.2/bin/cpuid -json
$ /opt/homebrew/Cellar/cpuid/2.2.2/bin/cpuid -json
{
  "BrandName": "Apple M1 Max",
  "VendorID": 0,
  "VendorString": "Apple",
  "PhysicalCores": 10,
  "ThreadsPerCore": 1,
  "LogicalCores": 10,
  "Family": 458787763,
  "Model": 0,
  "Stepping": 0,
  "CacheLine": 128,
  "Hz": 0,
  "BoostFreq": 0,
  "Cache": {
    "L1I": 131072,
    "L1D": 65536,
    "L2": 4194304,
    "L3": -1
  },
  "SGX": {
    "Available": false,
    "LaunchControl": false,
    "SGX1Supported": false,
    "SGX2Supported": false,
    "MaxEnclaveSizeNot64": 0,
    "MaxEnclaveSize64": 0,
    "EPCSections": null
  },
  "Features": [
    "AESARM",
    "ASIMD",
    "ASIMDDP",
    "ASIMDHP",
    "ASIMDRDM",
    "ATOMICS",
    "CRC32",
    "DCPOP",
    "FCMA",
    "FP",
    "FPHP",
    "GPA",
    "JSCVT",
    "LRCPC",
    "PMULL",
    "SHA1",
    "SHA2",
    "SHA3",
    "SHA512"
  ],
  "X64Level": 0
}
/opt/homebrew/Cellar/cpuid/2.2.2/bin/cpuid
$ /opt/homebrew/Cellar/cpuid/2.2.2/bin/cpuid
Name: Apple M1 Max
Vendor String: Apple
Vendor ID: VendorUnknown
PhysicalCores: 10
Threads Per Core: 1
Logical Cores: 10
CPU Family 458787763 Model: 0 Stepping: 0
Features: AESARM,ASIMD,ASIMDDP,ASIMDHP,ASIMDRDM,ATOMICS,CRC32,DCPOP,FCMA,FP,FPHP,GPA,JSCVT,LRCPC,PMULL,SHA1,SHA2,SHA3,SHA512
Microarchitecture level: 0
Cacheline bytes: 128
L1 Instruction Cache: 131072 bytes
L1 Data Cache: 65536 bytes
L2 Cache: 4194304 bytes
L3 Cache: -1 bytes

Signed-off-by: Rui Chen <rui@chenrui.dev>
@BrewTestBot BrewTestBot added go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core labels Dec 14, 2022
@BrewTestBot
Copy link
Member

:shipit: @p-linnane has triggered a merge.

@chenrui333 chenrui333 deleted the cpuid branch March 25, 2023 15:44
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Go use is a significant feature of the PR or issue new formula PR adds a new formula to Homebrew/homebrew-core outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants