From a157402f19bbee5068b0193255e474cd1978aa09 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 11 Mar 2021 18:37:39 -0500 Subject: Fix grep expression in cryptest-ios.sh --- TestScripts/cryptest-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TestScripts/cryptest-ios.sh') diff --git a/TestScripts/cryptest-ios.sh b/TestScripts/cryptest-ios.sh index 6bf21823..3076111d 100755 --- a/TestScripts/cryptest-ios.sh +++ b/TestScripts/cryptest-ios.sh @@ -122,7 +122,7 @@ do then # Test ASIMD code generation - count=$(otool -tV aria_simd.o 2>&1 | grep -c -E 'vld|vst|vshl|vshr|veor') + count=$(otool -tV aria_simd.o 2>&1 | grep -c -E 'ldr[[:space:]]*q|str[[:space:]]*q|shl.4|shr.4|eor.16') if [[ "${count}" -gt 64 ]] then echo "${platform} : ASIMD ==> SUCCESS" >> "${TMPDIR}/build.log" -- cgit v1.2.1