sse doesn't actually have an unsigned->unsigned pack instruction
parent
34def34481
commit
4d5f727a63
|
@ -770,8 +770,8 @@ M: x86 %unsigned-pack-vector
|
||||||
|
|
||||||
M: x86 %unsigned-pack-vector-reps
|
M: x86 %unsigned-pack-vector-reps
|
||||||
{
|
{
|
||||||
{ sse2? { ushort-8-rep short-8-rep } }
|
{ sse2? { short-8-rep } }
|
||||||
{ sse4.1? { uint-4-rep int-4-rep } }
|
{ sse4.1? { int-4-rep } }
|
||||||
} available-reps ;
|
} available-reps ;
|
||||||
|
|
||||||
:: %sign-extension-vector ( dst src rep -- )
|
:: %sign-extension-vector ( dst src rep -- )
|
||||||
|
|
Loading…
Reference in New Issue