Pārlūkot izejas kodu

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

git-svn-id: trunk@27294 -
florian 11 gadi atpakaļ
vecāks
revīzija
775ac591df
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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