]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PowerPC, fix for conv_f16_to_double xscvhpdp assembler code
authorCarl Love <cel@us.ibm.com>
Thu, 12 Nov 2020 21:18:23 +0000 (15:18 -0600)
committerCarl Love <cel@us.ibm.com>
Mon, 16 Nov 2020 17:50:39 +0000 (11:50 -0600)
commit025bdca23b2fca0dd68b6077426500237aee85c5
tree0969a1985e022c2afee88bb90131b63226b8c3f4
parent359b98828ced9cfff8c1badfed75c7ef999cfee5
PowerPC, fix for conv_f16_to_double xscvhpdp assembler code

The previous commit:

  commit eb82a294573d15c1be663673d55b559a82ca29d3
  Author: Julian Seward <jseward@acm.org>
  Date:   Tue Nov 10 21:10:48 2020 +0100

      Add a missing ifdef, whose absence caused build breakage on non-POWER targets.

fixed the compile issue in conv_f16_to_double() where non-Power platforms
do not support the power xscvhpdp assembly instructions.  The instruction
is supported by ISA 3.0 platforms.  Older Power platforms still fail to
compile with the assembly instruction.  This patch fixes the if def for
power systems that do not support ISA 3.0.
Makefile.all.am
VEX/priv/guest_ppc_helpers.c
configure.ac