removed some cruft we won't need

This commit is contained in:
Sven Neumann 2003-07-04 00:36:23 +00:00
parent 54adf6ffac
commit 4b46de45e4
4 changed files with 0 additions and 14 deletions

View File

@ -194,10 +194,6 @@ cpu_accel (void)
return accel;
#else /* !ARCH_X86 && !ARCH_PPC/ENABLE_ALTIVEC */
#ifdef HAVE_MLIB
return CPU_ACCEL_MLIB;
#else
return 0;
#endif
#endif /* !ARCH_X86 && !ARCH_PPC/ENABLE_ALTIVEC */
}

View File

@ -27,9 +27,6 @@
#define __CPU_ACCEL_H__
/* generic accelerations */
#define CPU_ACCEL_MLIB 0x00000001
/* x86 accelerations */
#define CPU_ACCEL_X86_MMX 0x80000000
#define CPU_ACCEL_X86_3DNOW 0x40000000

View File

@ -194,10 +194,6 @@ cpu_accel (void)
return accel;
#else /* !ARCH_X86 && !ARCH_PPC/ENABLE_ALTIVEC */
#ifdef HAVE_MLIB
return CPU_ACCEL_MLIB;
#else
return 0;
#endif
#endif /* !ARCH_X86 && !ARCH_PPC/ENABLE_ALTIVEC */
}

View File

@ -27,9 +27,6 @@
#define __CPU_ACCEL_H__
/* generic accelerations */
#define CPU_ACCEL_MLIB 0x00000001
/* x86 accelerations */
#define CPU_ACCEL_X86_MMX 0x80000000
#define CPU_ACCEL_X86_3DNOW 0x40000000