memtest86plus/tests
2025-02-06 23:05:31 +01:00
..
addr_walk1.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
bit_fade.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
block_move.c WIP BROKEN Add SIMD tests for x86 & x86-64: MMX, SSE, SSE2, AVX ( #98 ). 2025-02-06 23:05:31 +01:00
modulo_n.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
mov_inv_fixed.c WIP BROKEN Add SIMD tests for x86 & x86-64: MMX, SSE, SSE2, AVX ( #98 ). 2025-02-06 23:05:31 +01:00
mov_inv_random.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
mov_inv_walk1.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
own_addr.c Add experimental mode with nontemporal stores (movnt[iq]) in own addr test, the only one where helps with performance across most processors I have access to, both single and multi-socket. Per #79, it saves several dozens of minutes on my 4S Opteron 62xx / 63xx servers equipped with 256 GB of RAM. 2025-02-06 23:05:23 +01:00
test_funcs.h WIP BROKEN Add SIMD tests for x86 & x86-64: MMX, SSE, SSE2, AVX ( #98 ). 2025-02-06 23:05:31 +01:00
test_helper.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
test_helper.h Add experimental mode with nontemporal stores (movnt[iq]) in own addr test, the only one where helps with performance across most processors I have access to, both single and multi-socket. Per #79, it saves several dozens of minutes on my 4S Opteron 62xx / 63xx servers equipped with 256 GB of RAM. 2025-02-06 23:05:23 +01:00
tests.c WIP BROKEN Add SIMD tests for x86 & x86-64: MMX, SSE, SSE2, AVX ( #98 ). 2025-02-06 23:05:31 +01:00
tests.h Reduce padding and relocations (#355) 2023-11-29 12:45:17 +01:00