mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-07-31 08:38:30 -05:00
* Enable SSE2 on x86_64 build * Better Memory Bandwidth measurement - Moved memory speed measurement to a dedicated file - Use SSE2 on x86_64 for better DRAM BW measurements - Add a lot of safeguards to avoid issue with very large L3 cache - Add a more precise way to target a specific cache - Change the iteration number from fixed to time-constrained so overall test time is always same - Added many configuration parameters for fine-tuning * Revert saving XMM registers to stack. Instead, make sure to use only GPR for interrupt handling (so it won't touch SIMD regs)