summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-ios.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/cryptest-ios.sh')
-rwxr-xr-xTestScripts/cryptest-ios.sh2
1 files changed, 1 insertions, 1 deletions
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"