Browse Source

* fix compile problem

peter 22 years ago
parent
commit
0cb666c270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/testsse2.pp

+ 1 - 1
tests/test/testsse2.pp

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