Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/crypto/chacha
Module Name: src
Committed By: nia
Date: Mon Nov 24 23:54:18 UTC 2025
Modified Files:
src/sys/crypto/chacha: chacha_ref.c
Log Message:
chacha: Tell the compiler to inline rol32.
Apparently gcc doesn't do this automatically, and it's noticably
faster on sparc64 (several seconds less to encrypt 128mb of data).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/crypto/chacha/chacha_ref.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index