From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:44
|
Commit-ID: c4e4b4175ecdc708242e06a2cd6100ad81a01e25 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=c4e4b4175ecdc708242e06a2cd6100ad81a01e25 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 13:43:08 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add avx512pf instruction Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/avx512pf.asm | 1 - travis/test/avx512pf.bin.t | Bin 0 -> 668 bytes travis/test/avx512pf.json | 12 ++++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test/avx512pf.asm b/travis/test/avx512pf.asm similarity index 99% copy from test/avx512pf.asm copy to travis/test/avx512pf.asm index 88f2c1c..c6a5624 100644 --- a/test/avx512pf.asm +++ b/travis/test/avx512pf.asm @@ -1,4 +1,3 @@ -;Testname=avx512pf; Arguments=-fbin -oavx512pf.bin -O0 -DSRC; Files=stdout stderr avx512pf.bin ; AVX-512PF testcases from gas ;------------------------ ; diff --git a/travis/test/avx512pf.bin.t b/travis/test/avx512pf.bin.t new file mode 100644 index 0000000..e84cdd4 Binary files /dev/null and b/travis/test/avx512pf.bin.t differ diff --git a/travis/test/avx512pf.json b/travis/test/avx512pf.json new file mode 100644 index 0000000..66816a9 --- /dev/null +++ b/travis/test/avx512pf.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test AVX512PF instructions", + "id": "avx512pf", + "format": "bin", + "source": "avx512pf.asm", + "option": "-O0 -DSRC", + "target": [ + { "output": "avx512pf.bin" } + ] + } +] |