mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of
i686, sse2, and sse3. MFC after: 1 week
This commit is contained in:
parent
905829bfa9
commit
10250ddd27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176665
@ -133,6 +133,8 @@ MACHINE_CPU = k5 i586 i486 i386
|
||||
MACHINE_CPU = 3dnow mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "c3-2"
|
||||
MACHINE_CPU = sse mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "c7"
|
||||
MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "prescott"
|
||||
MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m"
|
||||
|
Loading…
Reference in New Issue
Block a user