diff --git a/content/essays/where-does-simd-help-post-quantum-cryptography/index.md b/content/essays/where-does-simd-help-post-quantum-cryptography/index.md index 79be636..c5db27f 100644 --- a/content/essays/where-does-simd-help-post-quantum-cryptography/index.md +++ b/content/essays/where-does-simd-help-post-quantum-cryptography/index.md @@ -126,6 +126,7 @@ All benchmarks were conducted on Brown University's [OSCAR HPC cluster](https:// | Compiler | GCC 13.3.0 | **Reproducibility note:** The `perf_event_paranoid` setting on OSCAR nodes is 2, which prevents unprivileged access to hardware performance counters. Hardware counter data (IPC, cache miss rates) will be collected in Phase 2 via alternative means. + ::: {.annotation .annotation--static} **Phase 2:** Hardware counter collection via PAPI. :::