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 86d7975..79be636 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 @@ -315,7 +315,7 @@ We presented the first statistically rigorous decomposition of SIMD speedup in M **Future work.** Planned extensions include: hardware performance counter profiles (IPC, cache miss rates) via PAPI to validate the mechanistic explanations in the corresponding section; energy measurement via Intel RAPL; extension to ML-DSA (Dilithium) and SLH-DSA (SPHINCS+) with the same harness; and cross-ISA comparison with ARM NEON/SVE (Graviton3) and RISC-V V. A compiler version sensitivity study (GCC 11–14, Clang 14–17) will characterize how stable the auto-vectorization gap is across compiler releases. -**Artifact.** The benchmark harness, SLURM job templates, raw cycle-count data, analysis pipeline, and this paper are released at under the MIT License. +**Artifact.** The benchmark harness, SLURM job templates, raw cycle-count data, analysis pipeline, and this paper are released at under the MIT License. ## Supplementary: KEM-level end-to-end speedup