File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 * /
99
1010
11- #if defined(__arm__) && defined(__APCS_32__)
11+ #if defined(OPTIMIZED_SALSA) && defined( __arm__) && defined(__APCS_32__)
1212
1313#if defined(__linux__) && defined(__ELF__)
1414. section .note.GNU - stack , "" , %progbits
Original file line number Diff line number Diff line change 2222# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2323# SUCH DAMAGE.
2424
25- #if defined(__i386__)
25+ #if defined(OPTIMIZED_SALSA) && defined( __i386__)
2626
2727#if defined(__linux__) && defined(__ELF__)
2828.section .note.GNU-stack,"",%progbits
Original file line number Diff line number Diff line change 2323# SUCH DAMAGE.
2424
2525
26- #if defined(__x86_64__)
26+ #if defined(OPTIMIZED_SALSA) && defined( __x86_64__)
2727
2828#if defined(__linux__) && defined(__ELF__)
2929 .section .note.GNU-stack,"",%progbits
You can’t perform that action at this time.
0 commit comments