# HG changeset patch # User lorenm # Date 1215960961 0 # Node ID 2ad28cd57bf58b6b96131cb6ecf582530d854c66 # Parent 0cb535363299526b54f8773f684f37c3c1dee1e6 simplify vorbis windowing diff -r 0cb535363299 -r 2ad28cd57bf5 x86_cpu.h --- a/x86_cpu.h Sat Jul 05 08:10:47 2008 +0000 +++ b/x86_cpu.h Sun Jul 13 14:56:01 2008 +0000 @@ -68,6 +68,10 @@ # define HAVE_7REGS 1 #endif +#if defined(ARCH_X86_64) || (defined(ARCH_X86_32) && (defined(HAVE_EBX_AVAILABLE) || defined(HAVE_EBP_AVAILABLE))) +# define HAVE_6REGS 1 +#endif + #if defined(ARCH_X86_64) && defined(PIC) # define BROKEN_RELOCATIONS 1 #endif