]> git.ipfire.org Git - thirdparty/openssl.git/commit
chacha-riscv64-v-zbb.pl: add comment about vector register allocation
authorYangyu Chen <cyy@cyyself.name>
Fri, 19 Apr 2024 13:49:44 +0000 (21:49 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 May 2024 09:10:45 +0000 (11:10 +0200)
commitc857205407a0a074baf0db7fa7237a469f297c83
tree801d032a44ef4867aa176a9f14fa55eae95a5888
parent03ce37e11729bbe9964bd613c0eed6156b920208
chacha-riscv64-v-zbb.pl: add comment about vector register allocation

Since we can do group operations on vector registers in RISC-V, some vector
registers will be used without being explicitly referenced. Thus, comments
on vector register allocation should be added to improve the code
readability and maintainability.

Signed-off-by: Yangyu Chen <cyy@cyyself.name>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24069)
crypto/chacha/asm/chacha-riscv64-v-zbb.pl