Skip to content

Commit

Permalink
ARM32 SHA-3 ASM: fix ldrd/strd for ARMv6
Browse files Browse the repository at this point in the history
LDRD/STRD not available with ARMv6 and the alternative is two ldr/str
operations. Pointer was 64-bits causing second ldr/str to be 8 bytes
passed first and not 4 bytes. Fixed in asm to add 4 rather than index.
  • Loading branch information
SparkiDev committed Jul 1, 2024
1 parent 85552d0 commit 45442db
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 437 deletions.
Loading

0 comments on commit 45442db

Please sign in to comment.