From: Jin K. S. <jin...@in...> - 2013-10-16 03:57:49
|
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...@in...> --- test/avx512cd.asm | 1 + test/avx512er.asm | 1 + test/avx512f.asm | 3 ++- test/avx512pf.asm | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) 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 ;------------------------ ; -- 1.7.9.5 |