summaryrefslogtreecommitdiff
path: root/lsh256_sse.cpp
diff options
context:
space:
mode:
authoritrofimow <i.trofimow@yandex.ru>2022-10-02 01:28:40 +0300
committerGitHub <noreply@github.com>2022-10-01 18:28:40 -0400
commiteaa1bf572d6b4adb776cf236aaf53671eb356914 (patch)
tree26fc2dd9383e079c179385b6635439fde282224e /lsh256_sse.cpp
parentcb6804da176377ea0e2fa73da19d56b7ee752a3e (diff)
downloadcryptopp-git-eaa1bf572d6b4adb776cf236aaf53671eb356914.tar.gz
Remove redundant semicolons to make compilers happy (PR #1165)
Diffstat (limited to 'lsh256_sse.cpp')
-rw-r--r--lsh256_sse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh256_sse.cpp b/lsh256_sse.cpp
index 5ede5b12..639b36ba 100644
--- a/lsh256_sse.cpp
+++ b/lsh256_sse.cpp
@@ -378,7 +378,7 @@ inline void word_perm(lsh_u32 cv_l[8], lsh_u32 cv_r[8])
_mm_storeu_si128(M128_CAST(cv_r+4),
_mm_loadu_si128(CONST_M128_CAST(cv_r+0)));
_mm_storeu_si128(M128_CAST(cv_r+0), temp);
-};
+}
/* -------------------------------------------------------- *
* step function