Skip to content

Commit e007e98

Browse files
committed
Update comments
1 parent 6f21803 commit e007e98

13 files changed

+13
-13
lines changed

blake2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "cpu.h"
2323

2424
// Uncomment for benchmarking C++ against SSE2 or NEON.
25-
// Do so in both blake2.cpp and blake2-simd.cpp.
25+
// Do so in both blake2.cpp and blake2_simd.cpp.
2626
// #undef CRYPTOPP_SSE41_AVAILABLE
2727
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
2828
// #undef CRYPTOPP_ALTIVEC_AVAILABLE

blake2b_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "blake2.h"
1414

1515
// Uncomment for benchmarking C++ against SSE2 or NEON.
16-
// Do so in both blake2.cpp and blake2-simd.cpp.
16+
// Do so in both blake2.cpp and blake2_simd.cpp.
1717
// #undef CRYPTOPP_SSE41_AVAILABLE
1818
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1919
// #undef CRYPTOPP_ALTIVEC_AVAILABLE

blake2s_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "blake2.h"
2424

2525
// Uncomment for benchmarking C++ against SSE2 or NEON.
26-
// Do so in both blake2.cpp and blake2-simd.cpp.
26+
// Do so in both blake2.cpp and blake2_simd.cpp.
2727
// #undef CRYPTOPP_SSE41_AVAILABLE
2828
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
2929
// #undef CRYPTOPP_ALTIVEC_AVAILABLE

cham_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "misc.h"
1313

1414
// Uncomment for benchmarking C++ against SSE or NEON.
15-
// Do so in both simon.cpp and simon-simd.cpp.
15+
// Do so in both simon.cpp and simon_simd.cpp.
1616
// #undef CRYPTOPP_SSSE3_AVAILABLE
1717
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1818

lea_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "misc.h"
1313

1414
// Uncomment for benchmarking C++ against SSE or NEON.
15-
// Do so in both simon.cpp and simon-simd.cpp.
15+
// Do so in both simon.cpp and simon_simd.cpp.
1616
// #undef CRYPTOPP_SSSE3_AVAILABLE
1717
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1818

simeck_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "misc.h"
1313

1414
// Uncomment for benchmarking C++ against SSE or NEON.
15-
// Do so in both simon.cpp and simon-simd.cpp.
15+
// Do so in both simon.cpp and simon_simd.cpp.
1616
// #undef CRYPTOPP_SSSE3_AVAILABLE
1717
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1818

simon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "cpu.h"
99

1010
// Uncomment for benchmarking C++ against SSE or NEON.
11-
// Do so in both simon.cpp and simon-simd.cpp.
11+
// Do so in both simon.cpp and simon_simd.cpp.
1212
// #undef CRYPTOPP_SSSE3_AVAILABLE
1313
// #undef CRYPTOPP_SSE41_AVAILABLE
1414
// #undef CRYPTOPP_ARM_NEON_AVAILABLE

simon128_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "misc.h"
1313

1414
// Uncomment for benchmarking C++ against SSE or NEON.
15-
// Do so in both simon.cpp and simon-simd.cpp.
15+
// Do so in both simon.cpp and simon_simd.cpp.
1616
// #undef CRYPTOPP_SSSE3_AVAILABLE
1717
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1818

simon64_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "misc.h"
1313

1414
// Uncomment for benchmarking C++ against SSE or NEON.
15-
// Do so in both simon.cpp and simon-simd.cpp.
15+
// Do so in both simon.cpp and simon_simd.cpp.
1616
// #undef CRYPTOPP_SSE41_AVAILABLE
1717
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
1818

sm4_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "misc.h"
1818

1919
// Uncomment for benchmarking C++ against SSE.
20-
// Do so in both simon.cpp and simon-simd.cpp.
20+
// Do so in both simon.cpp and simon_simd.cpp.
2121
// #undef CRYPTOPP_AESNI_AVAILABLE
2222

2323
#if (CRYPTOPP_AESNI_AVAILABLE)

0 commit comments

Comments
 (0)