https://bugs.kde.org/show_bug.cgi?id=407340

--- Comment #1 from Carl Love <c...@us.ibm.com> ---
Created attachment 119919
  --> https://bugs.kde.org/attachment.cgi?id=119919&action=edit
add support for vlogefp, vexptefp instructions

Currently, valgrind recognizes the vlogefp, vexptefp instructions but errors
out on them as they are not actually supported.  

The attached patch adds the needed support

Julian, please review the patch as it adds a new Iop to file
VEX/pub/libvex_ir.h

+      /* Vector floating-point exponential 2^x */                              
+      Iop_Exp2_32Fx4,       

Please let me know if the name of the new Iop is OK.  The Iop is calculates the
value 2 raised to the X for each of the 32-bit words in the vector.

Please let me know if you see any other issues with the patch as well.  Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to