Update copyright year
[openssl.git] / crypto / poly1305 / asm / poly1305-armv8.pl
index 98a96b799fa5977b2512078a242a954ee938dd47..ac06457b65301a4dd8b95e8aa30f12f5b02bd389 100755 (executable)
@@ -27,6 +27,8 @@
 # Cortex-A57   2.70/+7%        1.14
 # Denver       1.64/+50%       1.18(*)
 # X-Gene       2.13/+68%       2.27
+# Mongoose     1.77/+75%       1.12
+# Kryo         2.70/+55%       1.13
 #
 # (*)  estimate based on resources availability is less than 1.0,
 #      i.e. measured result is worse than expected, presumably binary
@@ -99,7 +101,11 @@ poly1305_init:
        csel    $d0,$d0,$r0,eq
        csel    $d1,$d1,$r1,eq
 
+#ifdef __ILP32__
+       stp     w12,w13,[$len]
+#else
        stp     $d0,$d1,[$len]
+#endif
 
        mov     x0,#1
 .Lno_key: