|
From: <sv...@va...> - 2013-01-26 11:39:20
|
sewardj 2013-01-26 11:39:13 +0000 (Sat, 26 Jan 2013)
New Revision: 2663
Log:
Fix incorrect comment.
Modified files:
trunk/pub/libvex_ir.h
Modified: trunk/pub/libvex_ir.h (+1 -1)
===================================================================
--- trunk/pub/libvex_ir.h 2013-01-26 11:37:51 +00:00 (rev 2662)
+++ trunk/pub/libvex_ir.h 2013-01-26 11:39:13 +00:00 (rev 2663)
@@ -1487,7 +1487,7 @@
/* MISC CONVERSION -- get high bits of each byte lane, a la
x86/amd64 pmovmskb */
- Iop_GetMSBs8x16, /* V64 -> I16 */
+ Iop_GetMSBs8x16, /* V128 -> I16 */
/* Vector Reciprocal Estimate and Vector Reciprocal Square Root Estimate
See floating-point equiwalents for details. */
|