mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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.
8 lines
176 B
ArmAsm
8 lines
176 B
ArmAsm
--- arm-neon.S.orig 2016-03-30 04:42:59 UTC
|
|
+++ arm-neon.S
|
|
@@ -473,3 +473,5 @@ asm_function aligned_block_copy_vfp
|
|
.endfunc
|
|
|
|
#endif
|
|
+
|
|
+.section .note.GNU-stack,"",@progbits
|