Browse Source

* fix test: fma support does not necessarily mean that there is avx2 support

git-svn-id: trunk@27294 -
florian 11 years ago
parent
commit
775ac591df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/units/cpu/tcpu1.pp

+ 1 - 1
tests/test/units/cpu/tcpu1.pp

@@ -29,7 +29,7 @@ begin
     begin
       writeln('yes');
       asm
-        vpxor %ymm0,%ymm0,%ymm0
+        pxor %xmm0,%xmm0
         vfmadd132SS %xmm0,%xmm0,%xmm0
       end;
     end