memtest86plus/tests
2024-01-07 20:12:23 +01:00
..
addr_walk1.c Simple maintenance improvements (#145) 2022-08-15 17:51:48 +02:00
bit_fade.c Significantly optimize the bit fade and own addr tests for size, by folding near-identical switch case bodies together, and removing code duplication by merging pattern_fill() and pattern_check(). Also, add a rep stos[lq] path in the bit fade test. 2024-01-07 20:12:10 +01:00
block_move.c Skip segments in tests where the calculated chunk size is too small. 2022-12-10 15:24:26 +00:00
modulo_n.c Skip segments in tests where the calculated chunk size is too small. 2022-12-10 15:24:26 +00:00
mov_inv_fixed.c Significantly optimize the bit fade and own addr tests for size, by folding near-identical switch case bodies together, and removing code duplication by merging pattern_fill() and pattern_check(). Also, add a rep stos[lq] path in the bit fade test. 2024-01-07 20:12:10 +01:00
mov_inv_random.c Skip segments in tests where the calculated chunk size is too small. 2022-12-10 15:24:26 +00:00
mov_inv_walk1.c Significantly optimize test_mov_inv_walk1() for size by moving the ternary operators related to inverse and pattern outside hot paths, which prevents generated code duplication and shortens one of the sides of duplicated loops. (#351) 2023-11-19 17:14:08 +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. 2024-01-07 20:12:23 +01:00
test_funcs.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
test_helper.c Improve efficiency of random number generation (discussion #8). 2022-03-05 20:04:32 +00: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. 2024-01-07 20:12:23 +01:00
tests.c Improved own addr test (#219) 2023-01-04 23:26:22 +01:00
tests.h Reduce padding and relocations (#355) 2023-11-29 12:45:17 +01:00