VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/sha512_sse4_x86.asm
blob: 31c8bd0d8a1845e5470208c737ceddc68fd6e5ae (plain)
1
2
3
4
5
6
7
8
9
10
%ifidn __OUTPUT_FORMAT__,elf
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf32
section .note.GNU-stack noalloc noexec nowrite progbits
%endif
%ifidn __OUTPUT_FORMAT__,elf64
section .note.GNU-stack noalloc noexec nowrite progbits
%endif