Unverified Commit a9fc7615 authored by dylan's avatar dylan Committed by GitHub

Merge pull request #1400 from dgurney/master

Add patterns for AMD CPUs with numeric core counts
parents 388ba9c0 e0e0033f
......@@ -2191,6 +2191,8 @@ get_cpu() {
cpu="${cpu//Quad-Core}"
cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}"
cpu="${cpu//[1-9][0-9]-Core}"
cpu="${cpu//[0-9]-Core}"
cpu="${cpu//, * Compute Cores}"
cpu="${cpu//Core / }"
cpu="${cpu//(\"AuthenticAMD\"*)}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment