From: Julian Seward Date: Tue, 19 Jun 2012 06:57:59 +0000 (+0000) Subject: Move new 256-bit FP Iops to a better place. X-Git-Tag: svn/VALGRIND_3_8_1^2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a2a411c954a523c975b2d670d612ddef8c0a6b;p=thirdparty%2Fvalgrind.git Move new 256-bit FP Iops to a better place. git-svn-id: svn://svn.valgrind.org/vex/trunk@2391 --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 9531a131a8..cda42181b7 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -1439,9 +1439,6 @@ typedef Iop_OrV256, Iop_XorV256, Iop_NotV256, - Iop_Sqrt32Fx8, - Iop_Sqrt64Fx4, - Iop_RSqrt32Fx8, /* ------------------ 256-bit SIMD FP. ------------------ */ Iop_Add64Fx4, @@ -1451,7 +1448,11 @@ typedef Iop_Add32Fx8, Iop_Sub32Fx8, Iop_Mul32Fx8, - Iop_Div32Fx8 + Iop_Div32Fx8, + + Iop_Sqrt32Fx8, + Iop_Sqrt64Fx4, + Iop_RSqrt32Fx8 } IROp;