mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* fix test: fma support does not necessarily mean that there is avx2 support
git-svn-id: trunk@27294 -
This commit is contained in:
parent
37e0aa202c
commit
775ac591df
@ -29,7 +29,7 @@ begin
|
||||
begin
|
||||
writeln('yes');
|
||||
asm
|
||||
vpxor %ymm0,%ymm0,%ymm0
|
||||
pxor %xmm0,%xmm0
|
||||
vfmadd132SS %xmm0,%xmm0,%xmm0
|
||||
end;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user