| Index: src/IceInstX8664.cpp
 | 
| diff --git a/src/IceInstX8664.cpp b/src/IceInstX8664.cpp
 | 
| index 0915bc840d9a7f5d63843b949a6062d1d595bde0..afb458047a89784e30d763b9400ada315248b924 100644
 | 
| --- a/src/IceInstX8664.cpp
 | 
| +++ b/src/IceInstX8664.cpp
 | 
| @@ -51,8 +51,8 @@ const TargetX8664Traits::InstCmppsAttributesType
 | 
|  
 | 
|  const TargetX8664Traits::TypeAttributesType
 | 
|      TargetX8664Traits::TypeAttributes[] = {
 | 
| -#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, width, fld)             \
 | 
| -  { cvt, sdss, pdps, spsd, pack, width, fld }                                  \
 | 
| +#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, unpack, width, fld)     \
 | 
| +  { cvt, sdss, pdps, spsd, pack, unpack, width, fld }                          \
 | 
|    ,
 | 
|          ICETYPEX8664_TABLE
 | 
|  #undef X
 | 
| 
 |