mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* avoid generation of avx code before the check if avx is supported
git-svn-id: trunk@27582 -
This commit is contained in:
parent
07e90aaa24
commit
0a312a783e
@ -13,6 +13,7 @@ procedure testsingle;
|
||||
l1:=2;
|
||||
l2:=3;
|
||||
l3:=4;
|
||||
s0:=0;
|
||||
l0:=fma(l1,l2,l3);
|
||||
writeln(l0);
|
||||
if l0<>10.0 then
|
||||
@ -56,6 +57,7 @@ procedure testdouble;
|
||||
l1:=2;
|
||||
l2:=3;
|
||||
l3:=4;
|
||||
d0:=0;
|
||||
l0:=fma(l1,l2,l3);
|
||||
writeln(l0);
|
||||
if l0<>10.0 then
|
||||
|
Loading…
Reference in New Issue
Block a user