Test results for amd64, panther, crypto_aead/minalpherv11
[Page version: 20260302 15:43:58]
Measurements for amd64, panther, crypto_aead
Test results for amd64, panther, crypto_aead
Test results for crypto_aead/minalpherv11
Computer: panther
Microarchitecture: amd64; Tiger Lake (806c1)
Architecture: amd64
CPU ID: GenuineIntel-000806c1-00-bfebfbff
SUPERCOP version: 20260217
Operation: crypto_aead
Primitive: minalpherv11
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 25797 | 40403 24 5475 | 66954 1344 7200 | T:avx2 | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 25809 | 41603 24 5475 | 70539 1336 7200 | T:avx2 | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 25992 | 38655 24 5506 | 63804 1416 7072 | T:avx2 | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 26321 | 42655 24 5506 | 72941 1408 7136 | T:avx2 | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 26357 | 42623 24 5506 | 73009 1408 7104 | T:avx2 | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 26696 | 36560 24 5506 | 62648 1416 7136 | T:avx2 | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 27006 | 39449 24 5475 | 65337 1336 7200 | T:avx2 | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 29902 | 33573 24 5475 | 58097 1320 7168 | T:avx2 | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 1813136 | 12607 0 0 | 39101 1288 1568 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2499732 | 8483 0 0 | 35329 1208 1664 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2677704 | 15773 0 0 | 45013 1288 1632 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2771423 | 14493 0 0 | 43677 1288 1600 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 2918065 | 6414 0 0 | 30913 1208 1664 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3241397 | 5477 0 0 | 29381 1288 1568 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3427267 | 7513 0 0 | 32065 1288 1632 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 3560783 | 4948 0 0 | 27524 1184 1632 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
| 4083137 | 5974 0 0 | 29774 1192 1664 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260218 | 20260217 |
Compiler output
MinalpherCore.cpp: MinalpherCore.cpp:1057:55: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1067:63: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block_inverse(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: 2 warnings generated.
MinalpherMode.cpp: MinalpherMode.cpp:871:37: warning: variable 'tweak4' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx2 | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
MinalpherCore.cpp: MinalpherCore.cpp:1057:55: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1067:63: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block_inverse(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: 2 warnings generated.
MinalpherMode.cpp: MinalpherMode.cpp:871:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:37: warning: variable 'tweak4' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx2 | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
MinalpherCore.cpp: MinalpherCore.cpp:1057:55: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1067:63: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block_inverse(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: 2 warnings generated.
MinalpherMode.cpp: MinalpherMode.cpp:871:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:37: warning: variable 'tweak4' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx2 | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
MinalpherCore.cpp: MinalpherCore.cpp:1057:55: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1067:63: warning: variable 'DATA4' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
MinalpherCore.cpp: minalpher_core_quadruple_block_inverse(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: ^~~~~
MinalpherCore.cpp: 2 warnings generated.
MinalpherMode.cpp: MinalpherMode.cpp:871:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:37: warning: variable 'tweak4' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:871:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:919:29: warning: variable 'tweak3' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6, tweak7, tweak8;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:13: warning: variable 'tweak1' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: __m256i tweak1, tweak2, tweak3, tweak4, tweak5, tweak6;
MinalpherMode.cpp: ^
MinalpherMode.cpp: MinalpherMode.cpp:992:21: warning: variable 'tweak2' set but not used [-Wunused-but-set-variable]
MinalpherMode.cpp: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx2 | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
MinalpherCore.cpp: MinalpherCore.cpp: In function 'void minalpher_core_quadruple_block(__m256i&, __m256i&, __m256i&)':
MinalpherCore.cpp: MinalpherCore.cpp:1057:33: warning: 'DATA4' may be used uninitialized [-Wmaybe-uninitialized]
MinalpherCore.cpp: 1057 | minalpher_core_quadruple_block(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MinalpherCore.cpp: MinalpherCore.cpp:706:6: note: by argument 4 of type 'const __m256i&' to 'void minalpher_core_quadruple_block(const __m256i&, const __m256i&, const __m256i&, const __m256i&, __m256i*, __m256i*)' declared here
MinalpherCore.cpp: 706 | void minalpher_core_quadruple_block(
MinalpherCore.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1055:11: note: 'DATA4' declared here
MinalpherCore.cpp: 1055 | __m256i DATA4;
MinalpherCore.cpp: | ^~~~~
MinalpherCore.cpp: MinalpherCore.cpp: In function 'void minalpher_core_quadruple_block_inverse(__m256i&, __m256i&, __m256i&)':
MinalpherCore.cpp: MinalpherCore.cpp:1067:41: warning: 'DATA4' may be used uninitialized [-Wmaybe-uninitialized]
MinalpherCore.cpp: 1067 | minalpher_core_quadruple_block_inverse(DATA1, DATA2, DATA3, DATA4, ymmA, ymmB);
MinalpherCore.cpp: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MinalpherCore.cpp: MinalpherCore.cpp:839:6: note: by argument 4 of type 'const __m256i&' to 'void minalpher_core_quadruple_block_inverse(const __m256i&, const __m256i&, const __m256i&, const __m256i&, __m256i*, __m256i*)' declared here
MinalpherCore.cpp: 839 | void minalpher_core_quadruple_block_inverse(
MinalpherCore.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MinalpherCore.cpp: MinalpherCore.cpp:1065:11: note: 'DATA4' declared here
MinalpherCore.cpp: 1065 | __m256i DATA4;
MinalpherCore.cpp: | ^~~~~
MinalpherMode.cpp: MinalpherMode.cpp: In function 'void minalpher_mode_encrypt(const unsigned char*, const unsigned char*, const unsigned char*, long long unsigned int, const unsigned char*, long long unsigned int, unsigned char*, long long unsigned int*)':
MinalpherMode.cpp: MinalpherMode.cpp:244:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 244 | if ((p + 96) < _alen){
MinalpherMode.cpp: | ~~~~~~~~~^~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:269:24: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 269 | }else if ((p + 64) < _alen){
MinalpherMode.cpp: | ~~~~~~~~~^~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:288:24: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 288 | }else if ((p + 32) < _alen){
MinalpherMode.cpp: | ~~~~~~~~~^~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:315:20: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 315 | for (q = 0; q<(_alen - p); q++){
MinalpherMode.cpp: | ~^~~~~~~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:416:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 416 | for (q = 0; q<(_mlen - 96 - p); q++){
MinalpherMode.cpp: | ~^~~~~~~~~~~~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:506:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 506 | for (q = 0; q<(_mlen - 64 - p); q++){
MinalpherMode.cpp: | ~^~~~~~~~~~~~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:582:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 582 | for (q = 0; q<(_mlen - 32 - p); q++){
MinalpherMode.cpp: | ~^~~~~~~~~~~~~~~~~
MinalpherMode.cpp: MinalpherMode.cpp:643:18: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
MinalpherMode.cpp: 643 | for (q = 0; q<(_mlen - p); q++){
MinalpherMode.cpp: | ~^~~~~~~~~~~~
MinalpherMode.cpp: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:avx2 | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
encrypt.c: encrypt.c:116:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
encrypt.c: int ret;
encrypt.c: ^
encrypt.c: 1 warning generated.
minalpher.c: minalpher.c:473:25: warning: variable 'j' set but not used [-Wunused-but-set-variable]
minalpher.c: unsigned long long i, j, blocknum;
minalpher.c: ^
minalpher.c: minalpher.c:560:10: warning: variable 'pad' set but not used [-Wunused-but-set-variable]
minalpher.c: int d, pad, cnt;
minalpher.c: ^
minalpher.c: minalpher.c:560:15: warning: variable 'cnt' set but not used [-Wunused-but-set-variable]
minalpher.c: int d, pad, cnt;
minalpher.c: ^
minalpher.c: 3 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
encrypt.c: encrypt.c: In function 'crypto_mac_gen':
encrypt.c: encrypt.c:116:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
encrypt.c: 116 | int ret;
encrypt.c: | ^~~
minalpher.c: minalpher.c: In function 'AEAD_TGEN':
minalpher.c: minalpher.c:473:25: warning: variable 'j' set but not used [-Wunused-but-set-variable]
minalpher.c: 473 | unsigned long long i, j, blocknum;
minalpher.c: | ^
minalpher.c: minalpher.c: In function 'AEAD_MGEN':
minalpher.c: minalpher.c:560:15: warning: variable 'cnt' set but not used [-Wunused-but-set-variable]
minalpher.c: 560 | int d, pad, cnt;
minalpher.c: | ^~~
minalpher.c: minalpher.c:560:10: warning: variable 'pad' set but not used [-Wunused-but-set-variable]
minalpher.c: 560 | int d, pad, cnt;
minalpher.c: | ^~~
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif T
minalpher.o AEAD_DEC T
minalpher.o AEAD_ENC T
minalpher.o MAC_GEN T
minalpher.o MAC_VERIF T
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |