瀏覽代碼

+ readded accidently deleted file

git-svn-id: trunk@43448 -
florian 5 年之前
父節點
當前提交
9d0389aa53
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 1 0
      .gitattributes
  2. 13 0
      tests/webtbs/tw32219.pp

+ 1 - 0
.gitattributes

@@ -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 - 0
tests/webtbs/tw32219.pp

@@ -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.