mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 10:09:17 +02:00
* enabled fma instruction as the compiler knows them since r27209
git-svn-id: trunk@27210 -
This commit is contained in:
parent
a79be2b05c
commit
ff6afe27cd
@ -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 %xmm0,%xmm0,%xmm0
|
||||||
// vfmadd132SS %ymm0,%ymm0,%ymm0
|
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user