+ readded accidently deleted file

git-svn-id: trunk@43448 -
This commit is contained in:
florian 2019-11-10 21:22:33 +00:00
parent 7464c88003
commit 9d0389aa53
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -17672,6 +17672,7 @@ tests/webtbs/tw3216.pp svneol=native#text/plain
tests/webtbs/tw32160.pp svneol=native#text/plain
tests/webtbs/tw3217.pp svneol=native#text/plain
tests/webtbs/tw32179.pp svneol=native#text/plain
tests/webtbs/tw32219.pp svneol=native#text/plain
tests/webtbs/tw3222.pp svneol=native#text/plain
tests/webtbs/tw3226.pp svneol=native#text/plain
tests/webtbs/tw3227.pp svneol=native#text/plain

13
tests/webtbs/tw32219.pp Normal file
View File

@ -0,0 +1,13 @@
{ %cpu=x86_64 }
{ %norun }
program project1;
{$mode objfpc}{$H+}
{$ASMMODE intel}
begin
asm
vaddsd xmm0, xmm0, qword ptr [rax]
vaddsd xmm0, xmm0, qword ptr [rax + 8]
end;
end.