mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 19:27:12 +09:00
16 lines
249 B
ArmAsm
16 lines
249 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"
|
|
|
|
#if defined(__linux__) && defined(__ELF__)
|
|
.section .note.GNU-stack,"",%progbits
|
|
#endif
|
|
|
|
#endif
|