| Index: src/IceInstX8664.cpp
|
| diff --git a/src/IceInstX8664.cpp b/src/IceInstX8664.cpp
|
| index 7ca6196e62ae80e2dc7f54508eccf6a5a3bc6929..da09a9e295444649fe5506ca8384cccf319e3144 100644
|
| --- a/src/IceInstX8664.cpp
|
| +++ b/src/IceInstX8664.cpp
|
| @@ -51,8 +51,8 @@ const MachineTraits<TargetX8664>::InstCmppsAttributesType
|
|
|
| const MachineTraits<TargetX8664>::TypeAttributesType
|
| MachineTraits<TargetX8664>::TypeAttributes[] = {
|
| -#define X(tag, elementty, cvt, sdss, pack, width, fld) \
|
| - { cvt, sdss, pack, width, fld } \
|
| +#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, width, fld) \
|
| + { cvt, sdss, pdps, spsd, pack, width, fld } \
|
| ,
|
| ICETYPEX8664_TABLE
|
| #undef X
|
|
|