[nasm:master] travis: add ssesize

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Sat Oct 10 06:39:06 PDT 2020


Commit-ID:  35b3e9074172dfa55ef639ae548ee70e8fb5af72
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=35b3e9074172dfa55ef639ae548ee70e8fb5af72
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sat, 10 Oct 2020 14:10:33 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sat, 10 Oct 2020 14:21:30 +0300

travis: add ssesize

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/ssesize.asm |   0
 travis/test/ssesize.json          |  12 ++++++++++++
 travis/test/ssesize.o.t           | Bin 0 -> 928 bytes
 3 files changed, 12 insertions(+)

diff --git a/test/ssesize.asm b/travis/test/ssesize.asm
similarity index 100%
copy from test/ssesize.asm
copy to travis/test/ssesize.asm
diff --git a/travis/test/ssesize.json b/travis/test/ssesize.json
new file mode 100644
index 00000000..4b1adf68
--- /dev/null
+++ b/travis/test/ssesize.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test SSE sizes",
+		"id": "ssesize",
+		"format": "elf64",
+		"source": "ssesize.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "ssesize.o" }
+		]
+	}
+]
diff --git a/travis/test/ssesize.o.t b/travis/test/ssesize.o.t
new file mode 100644
index 00000000..d259691d
Binary files /dev/null and b/travis/test/ssesize.o.t differ


More information about the Nasm-commits mailing list