We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0ac19 commit 5451818Copy full SHA for 5451818
src/asm/memcpy_asm.s
@@ -1,4 +1,3 @@
1
-.section .note.GNU-stack,"",@progbits
2
; memcpy_asm.s - Optimized memory copy in assembly language
3
; Based on x86-64 architecture
4
@@ -125,3 +124,4 @@ memcpy_asm:
125
124
; Return destination pointer
126
mov rax, rdi
127
ret
+segment .note.GNU-stack noexec
0 commit comments