From 9f6188f05e52fa66d70fe9d70d926a3836d6065c Mon Sep 17 00:00:00 2001 From: Jin Kyu Song Date: Fri, 20 Sep 2013 20:52:11 -0700 Subject: 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 --- test/avx512cd.asm | 1 + test/avx512er.asm | 1 + test/avx512f.asm | 3 ++- test/avx512pf.asm | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/avx512cd.asm b/test/avx512cd.asm index 670a6fcc..b7322b27 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 6e08e600..8561aaa1 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 282dbea7..c9307c74 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 5227123e..b00ed353 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 ;------------------------ ; -- cgit v1.2.1