Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2023 15:31:46 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 105e5f55aefe - main - share/examples/etc/make.conf: Add AMD Zen 4 to list
Message-ID:  <202311041531.3A4FVkE9032879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/src/commit/?id=105e5f55aefee86fbb87b9ae7b8682998e0cd1db

commit 105e5f55aefee86fbb87b9ae7b8682998e0cd1db
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-04 15:28:46 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-04 15:28:56 +0000

    share/examples/etc/make.conf: Add AMD Zen 4 to list
    
    Add AMD Zen 4 (znver4) to the list of valid "Intel x86 CPU types"
    
    Reviewed by:    emaste
    Approved by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D41518
---
 share/examples/etc/make.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e450ea04eb14..0cf156371aec 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -29,11 +29,11 @@
 # NO_CPU_CFLAGS variable below.
 # Currently the following CPU types are recognized:
 #   Intel x86 architecture:
-#       (AMD CPUs)	znver3, znver2, znver1, bdver4, bdver3, bdver2, bdver1,
-#			btver2, btver1, amdfam10, opteron-sse3, athlon64-sse3,
-#			k8-sse3, opteron, athlon64, athlon-fx, k8, athlon-mp,
-#			athlon-xp, athlon-4, athlon-tbird, athlon, k7, geode,
-#			k6-3, k6-2, k6
+#       (AMD CPUs)	znver4, znver3, znver2, znver1, bdver4, bdver3, bdver2,
+#			bdver1, btver2, btver1, amdfam10, opteron-sse3,
+#			athlon64-sse3, k8-sse3, opteron, athlon64, athlon-fx,
+#			k8, athlon-mp, athlon-xp, athlon-4, athlon-tbird,
+#			athlon, k7, geode, k6-3, k6-2, k6
 #       (Intel CPUs)	alderlake, sapphirerapids, tigerlake, cooperlake,
 #			cascadelake, tremont, goldmont-plus, icelake-server,
 #			icelake-client, cannonlake, knm, skylake-avx512, knl,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311041531.3A4FVkE9032879>