On Thu, Jan 07, 2021 at 12:28:52PM +0800, Li Ping wrote:
Signed-off-by: Li Ping 1477412247@qq.com
tests/api-avx2neon | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/api-avx2neon b/tests/api-avx2neon index 51097d6a8..9a64f89bf 100755 --- a/tests/api-avx2neon +++ b/tests/api-avx2neon @@ -1,6 +1,17 @@ #!/bin/bash
-cd $BENCHMARK_ROOT/api-avx2neon/tests || exit
+script=$(dirname $(realpath $0))
Name can be improved. It's SCRIPT_DIR not script.
+cd $script
+yum install -y git +yum install -y make
The 2 yum install can be merged.
+git clone https://github.com/Siguyi/AvxToNeon
+cd AvxToNeon +cd tests
The 2 cd can be merged.
+make
echo "api-avx2neon running" ./test -- 2.23.0