mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-26 16:21:09 +00:00
bf9710fd5a
This only affects build_android, if nacl-gcc-prep is run then build/`uname -s` will be created.
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
|