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

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Aug 24 06:27:02 PDT 2020


Commit-ID:  b2fb88596e502dcd015c2f1479d35d814abdf66d
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=b2fb88596e502dcd015c2f1479d35d814abdf66d
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Mon, 24 Aug 2020 16:23:53 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Mon, 24 Aug 2020 16:23:53 +0300

travis: add avx2

Initial conversion by nasm64developer.

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


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

diff --git a/test/avx2.asm b/travis/test/avx2.asm
similarity index 100%
copy from test/avx2.asm
copy to travis/test/avx2.asm
diff --git a/travis/test/avx2.bin.t b/travis/test/avx2.bin.t
new file mode 100644
index 00000000..60977f36
Binary files /dev/null and b/travis/test/avx2.bin.t differ
diff --git a/travis/test/avx2.json b/travis/test/avx2.json
new file mode 100644
index 00000000..3f9cb764
--- /dev/null
+++ b/travis/test/avx2.json
@@ -0,0 +1,11 @@
+[
+       {
+               "description": "Test AVX2 instructions (from gas testsuite)",
+               "id": "avx2",
+               "source": "avx2.asm",
+               "option": "-DSRC -Ox",
+               "target": [
+                      { "output": "avx2.bin" }
+               ]
+       }
+]


More information about the Nasm-commits mailing list