mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 12:38:32 +02:00
+ readded accidently deleted file
git-svn-id: trunk@43448 -
This commit is contained in:
parent
7464c88003
commit
9d0389aa53
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
13
tests/webtbs/tw32219.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user