From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:46
|
Commit-ID: f1b71f6d70412663a6a091f6e9c691e064dcf500 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=f1b71f6d70412663a6a091f6e9c691e064dcf500 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 13:40:44 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add avx512err instructions Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/avx512er.asm | 1 - travis/test/avx512er.bin.t | Bin 0 -> 942 bytes travis/test/avx512er.json | 12 ++++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test/avx512er.asm b/travis/test/avx512er.asm similarity index 99% copy from test/avx512er.asm copy to travis/test/avx512er.asm index 2c6a12b..5199ea8 100644 --- a/test/avx512er.asm +++ b/travis/test/avx512er.asm @@ -1,4 +1,3 @@ -;Testname=avx512er; Arguments=-fbin -oavx512er.bin -O0 -DSRC; Files=stdout stderr avx512er.bin ; AVX-512ER testcases from gas ;------------------------ ; diff --git a/travis/test/avx512er.bin.t b/travis/test/avx512er.bin.t new file mode 100644 index 0000000..704e84f Binary files /dev/null and b/travis/test/avx512er.bin.t differ diff --git a/travis/test/avx512er.json b/travis/test/avx512er.json new file mode 100644 index 0000000..010730e --- /dev/null +++ b/travis/test/avx512er.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test AVX512ER instructions", + "id": "avx512er", + "format": "bin", + "source": "avx512er.asm", + "option": "-O0 -DSRC", + "target": [ + { "output": "avx512er.bin" } + ] + } +] |