summary refs log tree commit diff stats
path: root/python/setup.py
diff options
context:
space:
mode:
authorMatheus Ferst <matheus.ferst@eldorado.org.br>2022-03-05 07:16:46 +0100
committerCédric Le Goater <clg@kaod.org>2022-03-05 07:16:46 +0100
commit8189cb850728fd52cd98f5ee4640b5dc4e40239d (patch)
tree0915103ca582881416b577c0a50f655b917a6d07 /python/setup.py
parent4e4b5a3eacc51e60cdf2dff585702e560d674268 (diff)
downloadfocaccia-qemu-8189cb850728fd52cd98f5ee4640b5dc4e40239d.tar.gz
focaccia-qemu-8189cb850728fd52cd98f5ee4640b5dc4e40239d.zip
tests/tcg/ppc64le: drop __int128 usage in bcdsub
Using __int128 with inline asm constraints like "v" generates incorrect
code when compiling with LLVM/Clang (e.g., only one doubleword of the
VSR is loaded). Instead, use a GPR pair to pass the 128-bits value and
load the VSR with mtvsrd/xxmrghd.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20220304165417.1981159-4-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'python/setup.py')
0 files changed, 0 insertions, 0 deletions