qemu-e2k/host/include
Richard Henderson 8a2bd74787 host/include/x86_64: Use __m128i for "x" constraints
The macOS catalina compiler produces an error for __int128_t
as the type for allocation with SSE inline asm constraint.
Create a new X86Int128Union type and use the vector type for
all SSE register inputs and outputs.

Tested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-20 10:01:30 +02:00
..
aarch64/host accel/tcg: Add aarch64 store_atom_insert_al16 2023-05-30 09:51:12 -07:00
generic/host accel/tcg: Extract store_atom_insert_al16 to host header 2023-05-30 09:51:11 -07:00
i386/host util: Add i386 CPUINFO_ATOMIC_VMOVDQU 2023-05-23 16:49:33 -07:00
x86_64/host host/include/x86_64: Use __m128i for "x" constraints 2023-06-20 10:01:30 +02:00