From: zhoulu Date: Mon, 29 Sep 2025 08:14:28 +0000 (+0800) Subject: ghash-riscv64-zvkg.pl: Code Comment Correction X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e21ddb05e4a5fb8f2e50d9359c76fd6f3897ab6;p=thirdparty%2Fopenssl.git ghash-riscv64-zvkg.pl: Code Comment Correction Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/28688) --- diff --git a/crypto/modes/asm/ghash-riscv64-zvkg.pl b/crypto/modes/asm/ghash-riscv64-zvkg.pl index 8423ae9cf82..e16fcf5cdd3 100644 --- a/crypto/modes/asm/ghash-riscv64-zvkg.pl +++ b/crypto/modes/asm/ghash-riscv64-zvkg.pl @@ -94,7 +94,7 @@ $code .= <<___; .globl gcm_init_rv64i_zvkg_zvkb .type gcm_init_rv64i_zvkg_zvkb,\@function gcm_init_rv64i_zvkg_zvkb: - @{[vsetivli__x0_2_e64_m1_tu_mu]} # vsetivli x0, 2, e64, m1, ta, ma + @{[vsetivli__x0_2_e64_m1_tu_mu]} # vsetivli x0, 2, e64, m1, tu, mu @{[vle64_v $V0, $H]} # vle64.v v0, (a1) @{[vrev8_v $V0, $V0]} # vrev8.v v0, v0 @{[vse64_v $V0, $Htable]} # vse64.v v0, (a0)