I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.

It does have MMX (though MMX support is reputed to be incomplete in early
generations), and later generations have SSE.

MFC after:	2 weeks
This commit is contained in:
Dag-Erling Smørgrav 2006-08-12 09:46:43 +00:00
parent 673c9ca931
commit 75b7c4a871
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161242

View File

@ -133,7 +133,7 @@ MACHINE_CPU = mmx k6 k5 i586 i486 i386
. elif ${CPUTYPE} == "k5"
MACHINE_CPU = k5 i586 i486 i386
. elif ${CPUTYPE} == "c3"
MACHINE_CPU = 3dnow mmx i586 i486 i386
MACHINE_CPU = mmx i586 i486 i386
. elif ${CPUTYPE} == "c3-2"
MACHINE_CPU = sse mmx i586 i486 i386
. elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m"