* enabled fma instruction as the compiler knows them since r27209

git-svn-id: trunk@27210 -
This commit is contained in:
florian 2014-03-20 20:08:58 +00:00
parent a79be2b05c
commit ff6afe27cd

View File

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