|
From: <sv...@va...> - 2005-10-22 12:52:29
|
Author: sewardj
Date: 2005-10-22 13:52:25 +0100 (Sat, 22 Oct 2005)
New Revision: 4965
Log:
Enable Altivec by default if it is available.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-10-22 12:50:43 UTC (rev 4964)
+++ trunk/coregrind/m_main.c 2005-10-22 12:52:25 UTC (rev 4965)
@@ -550,12 +550,8 @@
/* Acquire altivecness info */
VG_(debugLog)(2, "main", "PPC32 hwcaps: 0x%x\n",=20
(UInt)auxv->u.a_val);
-#if 0
if (auxv->u.a_val & 0x10000000)
VG_(have_altivec_ppc32) =3D 1;
-#else
- auxv->u.a_val &=3D ~0x10000000;
-#endif
VG_(debugLog)(2, "main", "PPC32 AltiVec support: %u\n",=20
VG_(have_altivec_ppc32));
# endif
|