Test results for armeabi, bblack, crypto_aead/morus1280128v2
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/morus1280128v2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: morus1280128v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
125784 | 13116 0 0 | 29711 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
125784 | 13116 0 0 | 29711 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
125784 | 13116 0 0 | 29711 412 776 | T:ref64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
125784 | 13116 0 0 | 29711 412 776 | T:ref64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
125792 | 13116 0 0 | 28711 412 784 | T:ref64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
125872 | 13116 0 0 | 28711 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
126624 | 10676 0 0 | 25565 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
126656 | 11624 0 0 | 35975 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
126664 | 10676 0 0 | 25565 408 776 | T:ref64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
126664 | 11624 0 0 | 35975 412 792 | T:ref64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
129376 | 26404 0 0 | 37410 460 776 | T:ref64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
129408 | 26404 0 0 | 37406 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
149160 | 7980 0 0 | 17962 460 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
149160 | 7980 0 0 | 17966 460 776 | T:ref64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
165536 | 6776 0 0 | 16494 452 776 | T:ref64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
165576 | 6776 0 0 | 16494 452 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
178368 | 7316 0 0 | 17406 460 776 | T:ref64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
178568 | 7316 0 0 | 17402 460 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
Compiler output
encrypt.c: In file included from encrypt.c:2:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:301:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 10, namely:
Implementation | Compiler |
T:avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:sse2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:sse2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:sse2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:sse2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:sse2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
encrypt.c: encrypt.c:2:10: fatal error: immintrin.h: No such file or directory
encrypt.c: #include <immintrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:sse2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:sse2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:sse2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:sse2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
morus_dec_aut_step_looped.s: morus_dec_aut_step_looped.s:906:29: error: expected '%<type>' or "<type>"
morus_dec_aut_step_looped.s: .section .note.GNU-stack,"",@progbits
morus_dec_aut_step_looped.s: ^
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:neon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
morus_dec_aut_step_looped.s: morus_dec_aut_step_looped.s: Assembler messages:
morus_dec_aut_step_looped.s: morus_dec_aut_step_looped.s:906: Error: junk at end of line, first unrecognized character is `,'
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
encrypt.c: encrypt.c:370:10: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: uint8_t check = 0;
encrypt.c: ^
encrypt.c: 1 warning 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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
encrypt.c: encrypt.c: In function 'crypto_aead_morus1280128v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:370:10: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: uint8_t check = 0;
encrypt.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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
encrypt.c: encrypt.c:318:10: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: uint8_t check = 0;
encrypt.c: ^
encrypt.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Compiler output
encrypt.c: encrypt.c: In function 'crypto_aead_morus1280128v2_ref64_timingleaks_decrypt':
encrypt.c: encrypt.c:318:10: warning: unused variable 'check' [-Wunused-variable]
encrypt.c: uint8_t check = 0;
encrypt.c: ^~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010c
encrypt.o N 00000123
encrypt.o N 0000012e
encrypt.o N 00000137
encrypt.o N 00000145
encrypt.o N 0000014f
encrypt.o N 00000157
encrypt.o N 00000172
encrypt.o N 0000017c
encrypt.o N 00000187
encrypt.o N 0000018b
encrypt.o N 00000191
encrypt.o N 000001a5
encrypt.o N 000001b4
encrypt.o N 000001c4
encrypt.o N 000001df
encrypt.o N 000001f1
encrypt.o N 00000203
encrypt.o N 00000218
encrypt.o N 0000022d
encrypt.o N 00000244
encrypt.o N 00000248
encrypt.o N 0000025b
encrypt.o N 0000026e
encrypt.o N 000002a1
encrypt.o N 000002d4
encrypt.o N 000002db
encrypt.o N 000002e0
encrypt.o N 000002e6
encrypt.o N 000002eb
encrypt.o N 000002ef
encrypt.o N 000002f2
encrypt.o N 000002f4
encrypt.o N 000002f8
encrypt.o N 000002fa
encrypt.o N 00000301
encrypt.o N 00000303
encrypt.o N 00000309
encrypt.o N 0000030b
encrypt.o N 00000311
encrypt.o N 0000031d
encrypt.o N 00000322
encrypt.o N 00000324
encrypt.o N 00000326
encrypt.o N 0000032b
encrypt.o N 00000330
encrypt.o N 00000333
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 00000144
encrypt.o N 0000014e
encrypt.o N 00000156
encrypt.o N 00000171
encrypt.o N 0000017b
encrypt.o N 00000186
encrypt.o N 0000018a
encrypt.o N 00000190
encrypt.o N 000001a4
encrypt.o N 000001b3
encrypt.o N 000001c3
encrypt.o N 000001de
encrypt.o N 000001f0
encrypt.o N 00000202
encrypt.o N 00000217
encrypt.o N 0000022c
encrypt.o N 00000243
encrypt.o N 00000247
encrypt.o N 0000025a
encrypt.o N 0000026d
encrypt.o N 000002a0
encrypt.o N 000002d3
encrypt.o N 000002da
encrypt.o N 000002df
encrypt.o N 000002e5
encrypt.o N 000002ea
encrypt.o N 000002ee
encrypt.o N 000002f1
encrypt.o N 000002f3
encrypt.o N 000002f7
encrypt.o N 000002f9
encrypt.o N 00000300
encrypt.o N 00000302
encrypt.o N 00000308
encrypt.o N 0000030a
encrypt.o N 00000310
encrypt.o N 0000031c
encrypt.o N 00000321
encrypt.o N 00000323
encrypt.o N 00000325
encrypt.o N 0000032a
encrypt.o N 0000032f
encrypt.o N 00000332
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010c
encrypt.o N 00000123
encrypt.o N 0000012e
encrypt.o N 00000137
encrypt.o N 00000145
encrypt.o N 0000014f
encrypt.o N 00000157
encrypt.o N 00000169
encrypt.o N 0000017e
encrypt.o N 00000193
encrypt.o N 000001aa
encrypt.o N 000001ae
encrypt.o N 000001c1
encrypt.o N 000001d4
encrypt.o N 000001ef
encrypt.o N 0000020a
encrypt.o N 0000023d
encrypt.o N 00000270
encrypt.o N 00000277
encrypt.o N 0000027d
encrypt.o N 00000291
encrypt.o N 00000296
encrypt.o N 0000029c
encrypt.o N 000002a1
encrypt.o N 000002a5
encrypt.o N 000002a8
encrypt.o N 000002aa
encrypt.o N 000002ae
encrypt.o N 000002b0
encrypt.o N 000002b2
encrypt.o N 000002b8
encrypt.o N 000002bf
encrypt.o N 000002c1
encrypt.o N 000002c7
encrypt.o N 000002d6
encrypt.o N 000002e6
encrypt.o N 000002f0
encrypt.o N 000002fb
encrypt.o N 000002ff
encrypt.o N 00000311
encrypt.o N 0000031d
encrypt.o N 00000322
encrypt.o N 00000324
encrypt.o N 00000326
encrypt.o N 0000032b
encrypt.o N 00000330
encrypt.o N 00000333
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 00000144
encrypt.o N 0000014e
encrypt.o N 00000156
encrypt.o N 00000171
encrypt.o N 0000017b
encrypt.o N 00000186
encrypt.o N 0000018a
encrypt.o N 00000190
encrypt.o N 000001a4
encrypt.o N 000001b3
encrypt.o N 000001c3
encrypt.o N 000001de
encrypt.o N 000001f0
encrypt.o N 00000202
encrypt.o N 00000217
encrypt.o N 0000022c
encrypt.o N 00000243
encrypt.o N 00000247
encrypt.o N 0000025a
encrypt.o N 0000026d
encrypt.o N 000002a0
encrypt.o N 000002d3
encrypt.o N 000002da
encrypt.o N 000002df
encrypt.o N 000002e5
encrypt.o N 000002ea
encrypt.o N 000002ee
encrypt.o N 000002f1
encrypt.o N 000002f3
encrypt.o N 000002f7
encrypt.o N 000002f9
encrypt.o N 000002fb
encrypt.o N 00000302
encrypt.o N 00000308
encrypt.o N 0000030a
encrypt.o N 00000310
encrypt.o N 0000031c
encrypt.o N 00000321
encrypt.o N 00000323
encrypt.o N 00000325
encrypt.o N 0000032a
encrypt.o N 0000032f
encrypt.o N 00000332
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 00000125
encrypt.o N 00000130
encrypt.o N 00000139
encrypt.o N 00000147
encrypt.o N 00000151
encrypt.o N 00000159
encrypt.o N 00000174
encrypt.o N 0000017e
encrypt.o N 00000189
encrypt.o N 0000018d
encrypt.o N 00000193
encrypt.o N 000001a7
encrypt.o N 000001b6
encrypt.o N 000001c6
encrypt.o N 000001e1
encrypt.o N 000001f3
encrypt.o N 00000205
encrypt.o N 0000021a
encrypt.o N 0000022f
encrypt.o N 00000246
encrypt.o N 0000024a
encrypt.o N 0000025d
encrypt.o N 00000270
encrypt.o N 000002a5
encrypt.o N 000002da
encrypt.o N 000002e1
encrypt.o N 000002e6
encrypt.o N 000002ec
encrypt.o N 000002f1
encrypt.o N 000002f5
encrypt.o N 000002f8
encrypt.o N 000002fa
encrypt.o N 000002fe
encrypt.o N 00000300
encrypt.o N 00000307
encrypt.o N 00000309
encrypt.o N 0000030f
encrypt.o N 00000311
encrypt.o N 00000317
encrypt.o N 00000323
encrypt.o N 00000328
encrypt.o N 0000032a
encrypt.o N 0000032c
encrypt.o N 00000331
encrypt.o N 00000336
encrypt.o N 00000339
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 00000124
encrypt.o N 0000012f
encrypt.o N 00000138
encrypt.o N 00000146
encrypt.o N 00000150
encrypt.o N 00000158
encrypt.o N 00000173
encrypt.o N 0000017d
encrypt.o N 00000188
encrypt.o N 0000018c
encrypt.o N 00000192
encrypt.o N 000001a6
encrypt.o N 000001b5
encrypt.o N 000001c5
encrypt.o N 000001e0
encrypt.o N 000001f2
encrypt.o N 00000204
encrypt.o N 00000219
encrypt.o N 0000022e
encrypt.o N 00000245
encrypt.o N 00000249
encrypt.o N 0000025c
encrypt.o N 0000026f
encrypt.o N 000002a4
encrypt.o N 000002d9
encrypt.o N 000002e0
encrypt.o N 000002e5
encrypt.o N 000002eb
encrypt.o N 000002f0
encrypt.o N 000002f4
encrypt.o N 000002f7
encrypt.o N 000002f9
encrypt.o N 000002fd
encrypt.o N 000002ff
encrypt.o N 00000306
encrypt.o N 00000308
encrypt.o N 0000030e
encrypt.o N 00000310
encrypt.o N 00000316
encrypt.o N 00000322
encrypt.o N 00000327
encrypt.o N 00000329
encrypt.o N 0000032b
encrypt.o N 00000330
encrypt.o N 00000335
encrypt.o N 00000338
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 00000125
encrypt.o N 00000130
encrypt.o N 00000139
encrypt.o N 00000147
encrypt.o N 00000151
encrypt.o N 00000159
encrypt.o N 0000016b
encrypt.o N 00000180
encrypt.o N 00000195
encrypt.o N 000001ac
encrypt.o N 000001b0
encrypt.o N 000001c3
encrypt.o N 000001d6
encrypt.o N 000001f1
encrypt.o N 0000020c
encrypt.o N 00000241
encrypt.o N 00000276
encrypt.o N 0000027d
encrypt.o N 00000283
encrypt.o N 00000297
encrypt.o N 0000029c
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002ab
encrypt.o N 000002ae
encrypt.o N 000002b0
encrypt.o N 000002b4
encrypt.o N 000002b6
encrypt.o N 000002b8
encrypt.o N 000002be
encrypt.o N 000002c5
encrypt.o N 000002c7
encrypt.o N 000002cd
encrypt.o N 000002dc
encrypt.o N 000002ec
encrypt.o N 000002f6
encrypt.o N 00000301
encrypt.o N 00000305
encrypt.o N 00000317
encrypt.o N 00000323
encrypt.o N 00000328
encrypt.o N 0000032a
encrypt.o N 0000032c
encrypt.o N 00000331
encrypt.o N 00000336
encrypt.o N 00000339
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 00000124
encrypt.o N 0000012f
encrypt.o N 00000138
encrypt.o N 00000146
encrypt.o N 00000150
encrypt.o N 00000158
encrypt.o N 00000173
encrypt.o N 0000017d
encrypt.o N 00000188
encrypt.o N 0000018c
encrypt.o N 00000192
encrypt.o N 000001a6
encrypt.o N 000001b5
encrypt.o N 000001c5
encrypt.o N 000001e0
encrypt.o N 000001f2
encrypt.o N 00000204
encrypt.o N 00000219
encrypt.o N 0000022e
encrypt.o N 00000245
encrypt.o N 00000249
encrypt.o N 0000025c
encrypt.o N 0000026f
encrypt.o N 000002a4
encrypt.o N 000002d9
encrypt.o N 000002e0
encrypt.o N 000002e5
encrypt.o N 000002eb
encrypt.o N 000002f0
encrypt.o N 000002f4
encrypt.o N 000002f7
encrypt.o N 000002f9
encrypt.o N 000002fd
encrypt.o N 000002ff
encrypt.o N 00000301
encrypt.o N 00000308
encrypt.o N 0000030e
encrypt.o N 00000310
encrypt.o N 00000316
encrypt.o N 00000322
encrypt.o N 00000327
encrypt.o N 00000329
encrypt.o N 0000032b
encrypt.o N 00000330
encrypt.o N 00000335
encrypt.o N 00000338
encrypt.o morus_dec_aut_partialblock T
encrypt.o morus_dec_aut_step T
encrypt.o morus_enc_aut_partialblock T
encrypt.o morus_enc_aut_step T
encrypt.o morus_initialization T
encrypt.o morus_stateupdate T
encrypt.o morus_tag_generation T
encrypt.o morus_tag_verification T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |