summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-08-12 09:46:43 +0000
committerdes <des@FreeBSD.org>2006-08-12 09:46:43 +0000
commit77645adfd459ecc07adf43eb0be8d366f2b803b3 (patch)
treef6d9f9ed101ceac607423eda093499f39f31176d /share
parent29d2f94ff579fce0722989a39a5f5f3efde4cb28 (diff)
downloadFreeBSD-src-77645adfd459ecc07adf43eb0be8d366f2b803b3.zip
FreeBSD-src-77645adfd459ecc07adf43eb0be8d366f2b803b3.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.cpu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index e45dd48..2a735dd 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -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"
OpenPOWER on IntegriCloud