mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-27 08:32:33 +00:00
14 lines
321 B
ArmAsm
14 lines
321 B
ArmAsm
|
.text
|
||
|
.p2align 5
|
||
|
.globl _crypto_scalarmult_curve25519_athlon_init
|
||
|
.globl crypto_scalarmult_curve25519_athlon_init
|
||
|
_crypto_scalarmult_curve25519_athlon_init:
|
||
|
crypto_scalarmult_curve25519_athlon_init:
|
||
|
mov %esp,%eax
|
||
|
and $31,%eax
|
||
|
add $0,%eax
|
||
|
sub %eax,%esp
|
||
|
fldcw crypto_scalarmult_curve25519_athlon_rounding
|
||
|
add %eax,%esp
|
||
|
ret
|