Fix "with Radeon Graphics" filter not working on some CPUs

This commit is contained in:
Mari A. Varela 2022-11-27 05:50:51 -03:00 committed by GitHub
parent ccd5d9f526
commit 0a2faa0a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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