mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
18 lines
275 B
ArmAsm
18 lines
275 B
ArmAsm
|
|
||
|
#ifdef HAVE_AVX_ASM
|
||
|
|
||
|
#define IN_SANDY2X
|
||
|
|
||
|
#include "consts.S"
|
||
|
#include "fe51_mul.S"
|
||
|
#include "fe51_nsquare.S"
|
||
|
#include "fe51_pack.S"
|
||
|
#include "ladder.S"
|
||
|
#include "ladder_base.S"
|
||
|
|
||
|
#if defined(__linux__) && defined(__ELF__)
|
||
|
.section .note.GNU-stack,"",%progbits
|
||
|
#endif
|
||
|
|
||
|
#endif
|