diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-15 04:11:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-15 04:11:50 -0400 |
commit | 6c5fdd69e08d4725fa47c8eafb4bc7845bc1ecc3 (patch) | |
tree | 7f427c2c85282338c4a340e899b63eeb9fb2b9ab /content | |
parent | c7217c1b779f1e111a39f3c16eb7185f47d63c79 (diff) | |
download | pablotron.org-6c5fdd69e08d4725fa47c8eafb4bc7845bc1ecc3.tar.bz2 pablotron.org-6c5fdd69e08d4725fa47c8eafb4bc7845bc1ecc3.zip |
content/posts/2023-10-07-c11-fips203ipd.md: add fips203ipd v0.6
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2023-10-07-c11-fips203ipd.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/2023-10-07-c11-fips203ipd.md b/content/posts/2023-10-07-c11-fips203ipd.md index b35e9e7..5fb3fa3 100644 --- a/content/posts/2023-10-07-c11-fips203ipd.md +++ b/content/posts/2023-10-07-c11-fips203ipd.md @@ -200,6 +200,10 @@ README.md. reduction in median CPU cycles, scalar: ~13% reduction in median CPU cycles), code cleanup, internal documentation improvements. +**Update (2024-05-15):** Released v0.6. Added [Neon][] backend, backend +auto-detection, test suite MacOS support, [Raspberry Pi 5][pi5] +benchmarks, documentation improvements. + [c11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 @@ -238,3 +242,7 @@ cycles), code cleanup, internal documentation improvements. "NIST: Intermediate Values for draft ML-KEM and draft ML-DSA" [avx-512]: https://en.wikipedia.org/wiki/AVX-512 "Advanced Vector Extensions (AVX) SIMD instructions." +[neon]: https://en.wikipedia.org/wiki/ARM_architecture_family#Advanced_SIMD_(Neon) + "Advanced SIMD extension for ARM CPUs" +[pi5]: https://en.wikipedia.org/wiki/Raspberry_Pi + "Raspberry Pi" |