* fix test: fma support does not necessarily mean that there is avx2 support

git-svn-id: trunk@27294 -
This commit is contained in:
florian 2014-03-27 09:41:59 +00:00
parent 37e0aa202c
commit 775ac591df

View File

@ -29,7 +29,7 @@ begin
begin
writeln('yes');
asm
vpxor %ymm0,%ymm0,%ymm0
pxor %xmm0,%xmm0
vfmadd132SS %xmm0,%xmm0,%xmm0
end;
end