CPU: Remove unneeded output for AMD

This commit is contained in:
Muhammad Herdiansyah 2017-07-16 16:48:19 +07:00
parent e305140e8d
commit 60bdea15bb
1 changed files with 1 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@ get_cpu() {
cpu="${cpu//Eight-Core}" cpu="${cpu//Eight-Core}"
cpu="${cpu//, * Compute Cores}" cpu="${cpu//, * Compute Cores}"
cpu="${cpu//Core}" cpu="${cpu//Core}"
cpu="${cpu//(\"AuthenticAMD\"*)}"
cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}" cpu="${cpu//, altivec supported}"
cpu="${cpu//FPU*}" cpu="${cpu//FPU*}"