2
0
peter 22 жил өмнө
parent
commit
0cb666c270

+ 1 - 1
tests/test/testsse2.pp

@@ -8,7 +8,7 @@ var
    q : array[0..15] of byte;
    q : array[0..15] of byte;
 
 
 begin
 begin
-  if sse2_support then
+  if is_sse2_cpu then
     asm
     asm
        movdqa    %xmm1,%xmm2
        movdqa    %xmm1,%xmm2
        movdqa    q,%xmm4
        movdqa    q,%xmm4