From 85fa502b8d69f72eecee95fe3692344ae4035989 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 5 Dec 2001 15:12:02 +0000 Subject: altivec support by Jeffrey W. Baker CVS patchset: 1171 CVS date: 2001/12/05 15:12:02 --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index e0f1b61cc..eaaea2831 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,6 +18,12 @@ /* Define this if you're running PowerPC architecture */ #undef __ppc__ +/* Define this if you're running PowerPC architecture */ +#undef ARCH_PPC + +/* Define this if you have the Motorola 74xx CPU */ +#undef ENABLE_ALTIVEC + /* Define this if you're running Sparc architecture */ #undef __sparc__ -- cgit v1.2.3