From 98dfb6d4abdcebba305a19d78270aebfe53415b0 Mon Sep 17 00:00:00 2001 From: awr1 <41453959+awr1@users.noreply.github.com> Date: Fri, 24 Apr 2020 14:12:34 -0500 Subject: [PATCH] Add cpuwhat package (#1449) --- packages.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages.json b/packages.json index aff0208..8e8ca8f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]