Re: [Qemu-devel] [PATCH] tcg-i386: Perform cmov detection at runtime for 32-bit.
Thanks, applied. On Fri, Dec 28, 2012 at 10:17 PM, Richard Henderson wrote: > Existing compile-time detection is spotty at best. Convert > it all to runtime detection instead. > > Signed-off-by: Richard Henderson > --- > configure | 19 +++ > tcg/i386/tcg-target.c |
[Qemu-devel] [PATCH] tcg-i386: Perform cmov detection at runtime for 32-bit.
Existing compile-time detection is spotty at best. Convert it all to runtime detection instead. Signed-off-by: Richard Henderson --- configure | 19 +++ tcg/i386/tcg-target.c | 31 ++- tcg/i386/tcg-target.h | 5 - 3 files changed, 49