summaryrefslogtreecommitdiff
path: root/tests/all.sh
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2018-02-19 12:32:59 +0100
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2018-02-19 12:32:59 +0100
commit89175c78faa076ba0d1be9cfe845f97c8a70e0fd (patch)
tree1ea85e91b8f3efd7eee525177d9fea8a2284701c /tests/all.sh
parente2f4deee109a08371fc0fa43e318d337c3dd6f04 (diff)
downloadnss-hg-89175c78faa076ba0d1be9cfe845f97c8a70e0fd.tar.gz
Bug 1424663 - vectorized ChaCha20 from HACL* for SSSE3 and ARM NEON, r=ttaubert
Summary: This adds the vectorized ChaCha20 implementation from HACL* to NSS and replaces the old vectorized code. Note that this is not used on Android as we currently have no way of testing this for Android or use it on Android for Firefox. Reviewers: ttaubert Reviewed By: ttaubert Bug #: 1424663 Differential Revision: https://phabricator.services.mozilla.com/D467
Diffstat (limited to 'tests/all.sh')
-rwxr-xr-xtests/all.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/all.sh b/tests/all.sh
index 8d5bd2dbb..3a02debef 100755
--- a/tests/all.sh
+++ b/tests/all.sh
@@ -325,6 +325,11 @@ NSS_SSL_RUN="${NSS_SSL_RUN:-$nss_ssl_run}"
ENV_BACKUP=${HOSTDIR}/env.sh
env_backup > ${ENV_BACKUP}
+# Print hardware support if we built it.
+if [ -f ${BINDIR}/hw-support ]; then
+ ${BINDIR}/hw-support
+fi
+
if [ "${O_CRON}" = "ON" ]; then
run_cycles >> ${LOGFILE}
else