oops...PACKUSDW is sse4 only

db4
Joe Groff 2009-10-06 20:09:50 -05:00
parent 4456b1f3f9
commit da4cf61014
1 changed files with 2 additions and 1 deletions

View File

@ -770,7 +770,8 @@ M: x86 %unsigned-pack-vector
M: x86 %unsigned-pack-vector-reps
{
{ sse2? { ushort-8-rep short-8-rep uint-4-rep int-4-rep } }
{ sse2? { ushort-8-rep short-8-rep } }
{ sse4.1? { uint-4-rep int-4-rep } }
} available-reps ;
:: %sign-extension-vector ( dst src rep -- )