[nasm:nasm-2.15.xx] travis: add vgather

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 06:39:08 PDT 2020


Commit-ID:  70eb4a0885da2db265c6505517873a2d5dba694a
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=70eb4a0885da2db265c6505517873a2d5dba694a
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Tue, 25 Aug 2020 16:23:22 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Tue, 25 Aug 2020 16:36:10 +0300

travis: add vgather

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


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

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


More information about the Nasm-commits mailing list