Re: [Qemu-devel] [PATCH] target-ppc: fix VSX extension TCG code

2013-12-22 Thread Alexander Graf
> Am 22.12.2013 um 12:26 schrieb Aurelien Jarno : > > The VSX TCG code is using _i64 types mixed wiht _tl types. While this > is correct for 64-bit targets, this breaks the compilation with 32-bit > targets and --enable-debug-tcg. > > This patch fixes that by always using the correct type. Note

[Qemu-devel] [PATCH] target-ppc: fix VSX extension TCG code

2013-12-22 Thread Aurelien Jarno
The VSX TCG code is using _i64 types mixed wiht _tl types. While this is correct for 64-bit targets, this breaks the compilation with 32-bit targets and --enable-debug-tcg. This patch fixes that by always using the correct type. Note that we can probably do better for the load/stores using the new