Browse Source

* enabled fma instruction as the compiler knows them since r27209

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

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

@@ -30,8 +30,7 @@ begin
       writeln('yes');
       writeln('yes');
       asm
       asm
         vpxor %ymm0,%ymm0,%ymm0
         vpxor %ymm0,%ymm0,%ymm0
-// no compiler support yet for fma
-//        vfmadd132SS %ymm0,%ymm0,%ymm0
+        vfmadd132SS %xmm0,%xmm0,%xmm0
       end;
       end;
     end
     end
   else
   else