Re: [Qemu-devel] [PATCH 5/5] tcg-arm: Use AT_PLATFORM to detect the host ISA

2013-06-26 Thread Claudio Fontana
Richard wrote (eons ago): > With this we can generate armv7 insns even when the OS compiles for a > lower common denominator. The macros are arranged so that when we do > compile for a given ISA, all of the runtime checks for that ISA are > optimized away. > > Signed-off-by: Richard Henderson >

[Qemu-devel] [PATCH 5/5] tcg-arm: Use AT_PLATFORM to detect the host ISA

2013-06-06 Thread Richard Henderson
With this we can generate armv7 insns even when the OS compiles for a lower common denominator. The macros are arranged so that when we do compile for a given ISA, all of the runtime checks for that ISA are optimized away. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c | 22 +