]> git.proxmox.com Git - mirror_qemu.git/commit
host/include/x86_64: Use __m128i for "x" constraints
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 9 Jun 2023 17:58:20 +0000 (10:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commit8a2bd747877ac269d3ae06dc14029f479582acfd
treeef504f0295419d3a46862581431892d5d24e0abf
parent48ab886d3da4f3ab94f79f6c0f8b4535b446bbfd
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>
host/include/x86_64/host/atomic128-ldst.h
host/include/x86_64/host/load-extract-al16-al8.h