oops, longlong comparison is sse4.2, not 4.1

db4
Joe Groff 2009-10-21 23:00:02 -05:00
parent b89047b3d3
commit 66dc1c6311
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ M: x86 %compare-vector ( dst src1 src2 rep cc -- )
{
{ sse? { float-4-rep } }
{ sse2? { double-2-rep char-16-rep short-8-rep int-4-rep } }
{ sse4.1? { longlong-2-rep } }
{ sse4.2? { longlong-2-rep } }
} available-reps ;
M: x86 %compare-vector-reps