ports/benchmarks/tinymembench/files/patch-aarch64-asm.S
Emanuel Haupt b2a837790c benchmarks/tinymembench: Add new port
This is a simple memory benchmark program, which tries to measure the
peak bandwidth of sequential memory accesses and the latency of random
memory accesses. Bandwidth is measured by running different assembly
code for the aligned memory blocks and attempting different prefetch
strategies.
2023-12-21 09:11:19 +01:00

8 lines
193 B
ArmAsm

--- aarch64-asm.S.orig 2016-03-30 04:42:59 UTC
+++ aarch64-asm.S
@@ -123,3 +123,5 @@ asm_function aligned_block_copy_ld1st1_aarch64
.endfunc
#endif
+
+.section .note.GNU-stack,"",@progbits