Files
Sam Demeulemeester eac97205ff Better Cache & DRAM Bandwidth measurement (+Enable SSE2 on x86_64) (#587)
* 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)
2026-04-07 22:21:55 +02:00
..
2026-02-14 13:35:45 +01:00
2024-08-30 13:38:46 +02:00