File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
22
#include " cpu.h"
23
23
24
24
// 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.
26
26
// #undef CRYPTOPP_SSE41_AVAILABLE
27
27
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
28
28
// #undef CRYPTOPP_ALTIVEC_AVAILABLE
Original file line number Diff line number Diff line change 13
13
#include " blake2.h"
14
14
15
15
// 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.
17
17
// #undef CRYPTOPP_SSE41_AVAILABLE
18
18
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
19
19
// #undef CRYPTOPP_ALTIVEC_AVAILABLE
Original file line number Diff line number Diff line change 23
23
#include " blake2.h"
24
24
25
25
// 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.
27
27
// #undef CRYPTOPP_SSE41_AVAILABLE
28
28
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
29
29
// #undef CRYPTOPP_ALTIVEC_AVAILABLE
Original file line number Diff line number Diff line change 12
12
#include " misc.h"
13
13
14
14
// 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.
16
16
// #undef CRYPTOPP_SSSE3_AVAILABLE
17
17
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
18
18
Original file line number Diff line number Diff line change 12
12
#include " misc.h"
13
13
14
14
// 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.
16
16
// #undef CRYPTOPP_SSSE3_AVAILABLE
17
17
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
18
18
Original file line number Diff line number Diff line change 12
12
#include " misc.h"
13
13
14
14
// 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.
16
16
// #undef CRYPTOPP_SSSE3_AVAILABLE
17
17
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
18
18
Original file line number Diff line number Diff line change 8
8
#include " cpu.h"
9
9
10
10
// 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.
12
12
// #undef CRYPTOPP_SSSE3_AVAILABLE
13
13
// #undef CRYPTOPP_SSE41_AVAILABLE
14
14
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
Original file line number Diff line number Diff line change 12
12
#include " misc.h"
13
13
14
14
// 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.
16
16
// #undef CRYPTOPP_SSSE3_AVAILABLE
17
17
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
18
18
Original file line number Diff line number Diff line change 12
12
#include " misc.h"
13
13
14
14
// 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.
16
16
// #undef CRYPTOPP_SSE41_AVAILABLE
17
17
// #undef CRYPTOPP_ARM_NEON_AVAILABLE
18
18
Original file line number Diff line number Diff line change 17
17
#include " misc.h"
18
18
19
19
// 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.
21
21
// #undef CRYPTOPP_AESNI_AVAILABLE
22
22
23
23
#if (CRYPTOPP_AESNI_AVAILABLE)
You can’t perform that action at this time.
0 commit comments