|
From: <sv...@va...> - 2015-03-30 19:14:42
|
Author: sewardj
Date: Mon Mar 30 20:14:35 2015
New Revision: 15052
Log:
Un-break the build following vex r3110. Thanks to PetarJ for the fix.
Modified:
trunk/memcheck/tests/vbit-test/irops.c
Modified: trunk/memcheck/tests/vbit-test/irops.c
==============================================================================
--- trunk/memcheck/tests/vbit-test/irops.c (original)
+++ trunk/memcheck/tests/vbit-test/irops.c Mon Mar 30 20:14:35 2015
@@ -259,6 +259,12 @@
{ DEFOP(Iop_RecpExpF64, UNDEF_UNKNOWN), },
{ DEFOP(Iop_RecpExpF32, UNDEF_UNKNOWN), },
+ /* ------------------ 16-bit scalar FP --------------------- */
+ { DEFOP(Iop_F16toF64, UNDEF_UNKNOWN), },
+ { DEFOP(Iop_F64toF16, UNDEF_UNKNOWN), },
+ { DEFOP(Iop_F16toF32, UNDEF_UNKNOWN), },
+ { DEFOP(Iop_F32toF16, UNDEF_UNKNOWN), },
+
/* ------------------ 32-bit SIMD Integer ------------------ */
{ DEFOP(Iop_QAdd32S, UNDEF_UNKNOWN), },
{ DEFOP(Iop_QSub32S, UNDEF_UNKNOWN), },
|