Home | History | Annotate | Line # | Download | only in sandy2x
      1 
      2 #ifdef HAVE_AVX_ASM
      3 
      4 #define IN_SANDY2X
      5 
      6 #include "consts.S"
      7 #include "fe51_mul.S"
      8 #include "fe51_nsquare.S"
      9 #include "fe51_pack.S"
     10 #include "ladder.S"
     11 #include "ladder_base.S"
     12 
     13 #if defined(__linux__) && defined(__ELF__)
     14 .section .note.GNU-stack,"",%progbits
     15 #endif
     16 
     17 #endif
     18