Skip to content
Snippets Groups Projects
Commit fbbcc701 authored by Niels Möller's avatar Niels Möller
Browse files

Fix (arm neon) _nettle_chacha_3core32

parent d8c30948
Branches
Tags
No related merge requests found
...@@ -240,7 +240,6 @@ PROLOGUE(_nettle_chacha_3core32) ...@@ -240,7 +240,6 @@ PROLOGUE(_nettle_chacha_3core32)
vpush {q4,q5,q6,q7} vpush {q4,q5,q6,q7}
adr r12, .Lcount1 adr r12, .Lcount1
vld1.64 {Z3}, [r12] vld1.64 {Z3}, [r12]
vadd.i32 Z3, Y3, Y3
vadd.i32 Y3, X3, Z3 C Increment 32-bit counter vadd.i32 Y3, X3, Z3 C Increment 32-bit counter
vadd.i32 Z3, Y3, Z3 vadd.i32 Z3, Y3, Z3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment