Add cpuwhat package (#1449)

This commit is contained in:
awr1 2020-04-24 14:12:34 -05:00 committed by GitHub
parent 4e32812f06
commit 98dfb6d4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17523,5 +17523,28 @@
"description": "A Discord Bot & REST Library.",
"license": "MIT",
"web": "https://github.com/krisppurg/dimscord"
},
{
"name": "cpuwhat",
"url": "https://github.com/awr1/cpuwhat",
"method": "git",
"tags": [
"cpu",
"cpuid",
"hardware",
"intrinsics",
"simd",
"sse",
"avx",
"avx2",
"x86",
"arm",
"architecture",
"arch",
"nim"
],
"description": "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics",
"license": "ISC",
"web": "https://github.com/awr1/cpuwhat"
}
]