diff options
author | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-09-20 20:52:11 -0700 |
---|---|---|
committer | Jin Kyu Song <jin.kyu.song@intel.com> | 2013-11-20 11:29:41 -0800 |
commit | 9f6188f05e52fa66d70fe9d70d926a3836d6065c (patch) | |
tree | 6d4729b920868f116b9a95beb3e6cac54649d9ba /test | |
parent | e75331cc097fd45e6d8408204a0eee8db661754d (diff) | |
download | nasm-9f6188f05e52fa66d70fe9d70d926a3836d6065c.tar.gz nasm-9f6188f05e52fa66d70fe9d70d926a3836d6065c.tar.bz2 nasm-9f6188f05e52fa66d70fe9d70d926a3836d6065c.zip |
AVX-512: Add perfomtest-compliant headers to test cases
test/avx512*.asm files are now tested by using perfomtest.pl
Refer to pefomtest help message for the usage.
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/avx512cd.asm | 1 | ||||
-rw-r--r-- | test/avx512er.asm | 1 | ||||
-rw-r--r-- | test/avx512f.asm | 3 | ||||
-rw-r--r-- | test/avx512pf.asm | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/test/avx512cd.asm b/test/avx512cd.asm index 670a6fc..b7322b2 100644 --- a/test/avx512cd.asm +++ b/test/avx512cd.asm @@ -1,3 +1,4 @@ +;Testname=avx512cd; Arguments=-fbin -oavx512cd.bin -O0 -DSRC; Files=stdout stderr avx512cd.bin ; AVX-512CD testcases from gas ;------------------------ ; diff --git a/test/avx512er.asm b/test/avx512er.asm index 6e08e60..8561aaa 100644 --- a/test/avx512er.asm +++ b/test/avx512er.asm @@ -1,3 +1,4 @@ +;Testname=avx512er; Arguments=-fbin -oavx512er.bin -O0 -DSRC; Files=stdout stderr avx512er.bin ; AVX-512ER testcases from gas ;------------------------ ; diff --git a/test/avx512f.asm b/test/avx512f.asm index 282dbea..c9307c7 100644 --- a/test/avx512f.asm +++ b/test/avx512f.asm @@ -1,4 +1,5 @@ -; AVX-512 testcases from gas +;Testname=avx512f; Arguments=-fbin -oavx512f.bin -O0 -DSRC; Files=stdout stderr avx512f.bin +; AVX-512F testcases from gas ;------------------------ ; ; This file is taken from there diff --git a/test/avx512pf.asm b/test/avx512pf.asm index 5227123..b00ed35 100644 --- a/test/avx512pf.asm +++ b/test/avx512pf.asm @@ -1,3 +1,4 @@ +;Testname=avx512pf; Arguments=-fbin -oavx512pf.bin -O0 -DSRC; Files=stdout stderr avx512pf.bin ; AVX-512PF testcases from gas ;------------------------ ; |