mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +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');
|
||||
asm
|
||||
vpxor %ymm0,%ymm0,%ymm0
|
||||
// no compiler support yet for fma
|
||||
// vfmadd132SS %ymm0,%ymm0,%ymm0
|
||||
vfmadd132SS %xmm0,%xmm0,%xmm0
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user