From b148fdd7d633d30c7cb1d0be731c8614a9bc5651 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 18 Mar 2023 00:29:56 +0000 Subject: [PATCH] fix tabs --- crypto/chacha20/src/xchacha_encrypt_bytes_svp64.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/chacha20/src/xchacha_encrypt_bytes_svp64.s b/crypto/chacha20/src/xchacha_encrypt_bytes_svp64.s index c1e0a867..60045f31 100644 --- a/crypto/chacha20/src/xchacha_encrypt_bytes_svp64.s +++ b/crypto/chacha20/src/xchacha_encrypt_bytes_svp64.s @@ -24,7 +24,7 @@ .globl xchacha_encrypt_bytes_svp64_real .type xchacha_encrypt_bytes_svp64_real, @function xchacha_encrypt_bytes_svp64_real: - .cfi_startproc + .cfi_startproc # if bytes == 0, return cmplwi bytes, 0 @@ -61,7 +61,7 @@ xchacha_encrypt_bytes_svp64_real: quarterround x, ctr, VL, SHAPE0, SHAPE1, SHAPE2, SHIFTS # Add j[] to x[], 16 x 32-bit elements - setvl 0,0,16,0,1,1 + setvl 0,0,16,0,1,1 sv.add/w=32 *x, *x, *j # XOR x[] elements with m[], 16 x 32-bit elements @@ -76,7 +76,7 @@ xchacha_encrypt_bytes_svp64_real: .l2: # Store 8 x 64-bit from x[] to c_ptr - setvl 0,0,8,0,1,1 + setvl 0,0,8,0,1,1 sv.std *x, 0(c_ptr) cmplwi bytes, 64 -- 2.30.2