aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextract-function.sh1
-rw-r--r--src/Specific/X25519/C64/measurements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/extract-function.sh b/extract-function.sh
index 1d1ec2e89..dc967070b 100755
--- a/extract-function.sh
+++ b/extract-function.sh
@@ -62,6 +62,7 @@ while IFS= read -r line; do
true)
lines=$((lines+1))
echo "{ $line" | \
+ sed s':^\([^,]*\) \([^, ]*\)\(\s*\),\(.*\)\(mulx.*\))\([; ]*\)$:\1 \2\3;\4_\5, \&\2)\6:' | \
sed s':^\([^,]*\) \([^, ]*\)\(\s*\),\(.*\)\(addcarryx.*\))\([; ]*\)$:\1 \2\3;\4_\5, \&\2)\6:' | \
sed s':^\([^,]*\) \([^, ]*\)\(\s*\),\(.*\)\(subborrow.*\))\([; ]*\)$:\1 \2\3;\4_\5, \&\2)\6:'
;;
diff --git a/src/Specific/X25519/C64/measurements.txt b/src/Specific/X25519/C64/measurements.txt
index b5245385b..67260c89a 100644
--- a/src/Specific/X25519/C64/measurements.txt
+++ b/src/Specific/X25519/C64/measurements.txt
@@ -1 +1,2 @@
+156081 ashryn-ht-tb-ac-broadwell 2.78ghz 7.1.1 83ddc573
174300 ashryn-noht-notb-ac-broadwell 2.50ghz 7.1.1 4dc08623