Handle Iop_NegF16, Iop_AbsF16 and Iop_SqrtF16 as non-trapping.
commitd42a89fc9a4f90af07d93fe040c288b11f1d06ae
authorMark Wielaard <mark@klomp.org>
Mon, 1 Feb 2021 21:46:43 +0000 (1 22:46 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 1 Feb 2021 21:59:35 +0000 (1 22:59 +0100)
tree166a60a6ed31a4b3c48d7b51dfba48a207e7251f
parent7593a4773997807695d6514e9d01a60cb489851c
Handle Iop_NegF16, Iop_AbsF16 and Iop_SqrtF16 as non-trapping.

Add Iop_NegF16, Iop_AbsF16 and Iop_SqrtF16 to VEX/priv/ir_defs.c
primopMightTrap. Also rewrite case statement slightly so GCC will warn
if an enumeration value is missed.
VEX/priv/ir_defs.c