소스 검색

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

git-svn-id: trunk@27294 -
florian 11 년 전
부모
커밋
775ac591df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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