Test results for armeabi, berry0, crypto_aead/morus1280128v2

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/morus1280128v2
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: morus1280128v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
19539713760 0 029032 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19551913760 0 029032 384 824T:ref64clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19554710764 0 026106 380 816T:ref64clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19557213712 0 030952 384 816T:ref64clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19578013712 0 030952 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19611110764 0 026106 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19711013712 0 028968 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
19726313712 0 028968 384 824T:ref64clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
20308211268 0 025315 356 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
20338911268 0 025319 356 816T:ref64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
20339310740 0 023139 356 816T:ref64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
20382110740 0 023135 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
23463510504 0 022159 348 816T:ref64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
23492110504 0 022159 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
24501010800 0 023139 356 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
24501410800 0 023143 356 816T:ref64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
25513511160 0 026510 380 816T:ref64clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
25517911160 0 026510 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909

Compiler output


encrypt.c: In file included from encrypt.c:2:
encrypt.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50: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-11/lib/clang/11.0.1/include/mmintrin.h:129: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-11/lib/clang/11.0.1/include/mmintrin.h:159: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-11/lib/clang/11.0.1/include/mmintrin.h:189: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-11/lib/clang/11.0.1/include/mmintrin.h:216: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-11/lib/clang/11.0.1/include/mmintrin.h:239: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-11/lib/clang/11.0.1/include/mmintrin.h:260: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-11/lib/clang/11.0.1/include/mmintrin.h:287: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:
ImplementationCompiler
T:avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:avx2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sse2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sse2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sse2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sse2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sse2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


encrypt.c: encrypt.c:2:10: fatal error: immintrin.h: No such file or directory
encrypt.c:     2 | #include <immintrin.h>
encrypt.c:       |          ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:avx2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:avx2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:avx2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:avx2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:sse2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:sse2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:sse2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:sse2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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:
ImplementationCompiler
T:neonclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:
ImplementationCompiler
T:neongcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:neongcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:neongcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:neongcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:   370 |  uint8_t check = 0;
encrypt.c:       |          ^~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

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:
ImplementationCompiler
T:ref64clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref64clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref64clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref64clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref64clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:   318 |  uint8_t check = 0;
encrypt.c:       |          ^~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:ref64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


encrypt.o N 0
encrypt.o N 109
encrypt.o N 114
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 135
encrypt.o N 13d
encrypt.o N 158
encrypt.o N 162
encrypt.o N 16d
encrypt.o N 171
encrypt.o N 177
encrypt.o N 18b
encrypt.o N 19a
encrypt.o N 1aa
encrypt.o N 1c5
encrypt.o N 1d7
encrypt.o N 1e9
encrypt.o N 1fe
encrypt.o N 213
encrypt.o N 22a
encrypt.o N 22e
encrypt.o N 241
encrypt.o N 25
encrypt.o N 254
encrypt.o N 287
encrypt.o N 2ba
encrypt.o N 2c1
encrypt.o N 2c6
encrypt.o N 2cc
encrypt.o N 2d1
encrypt.o N 2d5
encrypt.o N 2d8
encrypt.o N 2da
encrypt.o N 2de
encrypt.o N 2e0
encrypt.o N 2e7
encrypt.o N 2ed
encrypt.o N 2ef
encrypt.o N 2f
encrypt.o N 2f1
encrypt.o N 2f7
encrypt.o N 303
encrypt.o N 308
encrypt.o N 30a
encrypt.o N 30c
encrypt.o N 311
encrypt.o N 316
encrypt.o N 319
encrypt.o N f2
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:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 108
encrypt.o N 113
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 134
encrypt.o N 13c
encrypt.o N 14e
encrypt.o N 163
encrypt.o N 178
encrypt.o N 18f
encrypt.o N 193
encrypt.o N 1a6
encrypt.o N 1b9
encrypt.o N 1d4
encrypt.o N 1ef
encrypt.o N 222
encrypt.o N 25
encrypt.o N 255
encrypt.o N 25c
encrypt.o N 262
encrypt.o N 276
encrypt.o N 27b
encrypt.o N 281
encrypt.o N 286
encrypt.o N 28a
encrypt.o N 28d
encrypt.o N 28f
encrypt.o N 293
encrypt.o N 295
encrypt.o N 29b
encrypt.o N 29d
encrypt.o N 2a4
encrypt.o N 2a6
encrypt.o N 2ac
encrypt.o N 2bb
encrypt.o N 2cb
encrypt.o N 2d5
encrypt.o N 2e0
encrypt.o N 2e4
encrypt.o N 2f
encrypt.o N 2f6
encrypt.o N 302
encrypt.o N 307
encrypt.o N 309
encrypt.o N 30b
encrypt.o N 310
encrypt.o N 315
encrypt.o N 318
encrypt.o N f1
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:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 109
encrypt.o N 114
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 135
encrypt.o N 13d
encrypt.o N 14f
encrypt.o N 164
encrypt.o N 179
encrypt.o N 190
encrypt.o N 194
encrypt.o N 1a7
encrypt.o N 1ba
encrypt.o N 1d5
encrypt.o N 1f0
encrypt.o N 223
encrypt.o N 25
encrypt.o N 256
encrypt.o N 25d
encrypt.o N 263
encrypt.o N 277
encrypt.o N 27c
encrypt.o N 282
encrypt.o N 287
encrypt.o N 28b
encrypt.o N 28e
encrypt.o N 290
encrypt.o N 294
encrypt.o N 296
encrypt.o N 29c
encrypt.o N 29e
encrypt.o N 2a5
encrypt.o N 2a7
encrypt.o N 2ad
encrypt.o N 2bc
encrypt.o N 2cc
encrypt.o N 2d6
encrypt.o N 2e1
encrypt.o N 2e5
encrypt.o N 2f
encrypt.o N 2f7
encrypt.o N 303
encrypt.o N 308
encrypt.o N 30a
encrypt.o N 30c
encrypt.o N 311
encrypt.o N 316
encrypt.o N 319
encrypt.o N f2
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:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 108
encrypt.o N 113
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 134
encrypt.o N 13c
encrypt.o N 157
encrypt.o N 161
encrypt.o N 16c
encrypt.o N 170
encrypt.o N 176
encrypt.o N 18a
encrypt.o N 199
encrypt.o N 1a9
encrypt.o N 1c4
encrypt.o N 1d6
encrypt.o N 1e8
encrypt.o N 1fd
encrypt.o N 212
encrypt.o N 229
encrypt.o N 22d
encrypt.o N 240
encrypt.o N 25
encrypt.o N 253
encrypt.o N 286
encrypt.o N 2b9
encrypt.o N 2c0
encrypt.o N 2c5
encrypt.o N 2cb
encrypt.o N 2d0
encrypt.o N 2d4
encrypt.o N 2d7
encrypt.o N 2d9
encrypt.o N 2dd
encrypt.o N 2df
encrypt.o N 2e6
encrypt.o N 2ec
encrypt.o N 2ee
encrypt.o N 2f
encrypt.o N 2f0
encrypt.o N 2f6
encrypt.o N 302
encrypt.o N 307
encrypt.o N 309
encrypt.o N 30b
encrypt.o N 310
encrypt.o N 315
encrypt.o N 318
encrypt.o N f1
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:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ref64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


encrypt.o N 0
encrypt.o N 10b
encrypt.o N 116
encrypt.o N 11f
encrypt.o N 12d
encrypt.o N 137
encrypt.o N 13f
encrypt.o N 15a
encrypt.o N 164
encrypt.o N 16f
encrypt.o N 173
encrypt.o N 179
encrypt.o N 18d
encrypt.o N 19c
encrypt.o N 1ac
encrypt.o N 1c7
encrypt.o N 1d9
encrypt.o N 1eb
encrypt.o N 200
encrypt.o N 215
encrypt.o N 22c
encrypt.o N 230
encrypt.o N 243
encrypt.o N 25
encrypt.o N 256
encrypt.o N 28b
encrypt.o N 2c0
encrypt.o N 2c7
encrypt.o N 2cc
encrypt.o N 2d2
encrypt.o N 2d7
encrypt.o N 2db
encrypt.o N 2de
encrypt.o N 2e0
encrypt.o N 2e4
encrypt.o N 2e6
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2f3
encrypt.o N 2f5
encrypt.o N 2f7
encrypt.o N 2fd
encrypt.o N 309
encrypt.o N 30e
encrypt.o N 310
encrypt.o N 312
encrypt.o N 317
encrypt.o N 31c
encrypt.o N 31f
encrypt.o N f4
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:
ImplementationCompiler
T:ref64clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ref64clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 10a
encrypt.o N 115
encrypt.o N 11e
encrypt.o N 12c
encrypt.o N 136
encrypt.o N 13e
encrypt.o N 150
encrypt.o N 165
encrypt.o N 17a
encrypt.o N 191
encrypt.o N 195
encrypt.o N 1a8
encrypt.o N 1bb
encrypt.o N 1d6
encrypt.o N 1f1
encrypt.o N 226
encrypt.o N 25
encrypt.o N 25b
encrypt.o N 262
encrypt.o N 268
encrypt.o N 27c
encrypt.o N 281
encrypt.o N 287
encrypt.o N 28c
encrypt.o N 290
encrypt.o N 293
encrypt.o N 295
encrypt.o N 299
encrypt.o N 29b
encrypt.o N 2a1
encrypt.o N 2a3
encrypt.o N 2aa
encrypt.o N 2ac
encrypt.o N 2b2
encrypt.o N 2c1
encrypt.o N 2d1
encrypt.o N 2db
encrypt.o N 2e6
encrypt.o N 2ea
encrypt.o N 2f
encrypt.o N 2fc
encrypt.o N 308
encrypt.o N 30d
encrypt.o N 30f
encrypt.o N 311
encrypt.o N 316
encrypt.o N 31b
encrypt.o N 31e
encrypt.o N f3
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:
ImplementationCompiler
T:ref64clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 10b
encrypt.o N 116
encrypt.o N 11f
encrypt.o N 12d
encrypt.o N 137
encrypt.o N 13f
encrypt.o N 151
encrypt.o N 166
encrypt.o N 17b
encrypt.o N 192
encrypt.o N 196
encrypt.o N 1a9
encrypt.o N 1bc
encrypt.o N 1d7
encrypt.o N 1f2
encrypt.o N 227
encrypt.o N 25
encrypt.o N 25c
encrypt.o N 263
encrypt.o N 269
encrypt.o N 27d
encrypt.o N 282
encrypt.o N 288
encrypt.o N 28d
encrypt.o N 291
encrypt.o N 294
encrypt.o N 296
encrypt.o N 29a
encrypt.o N 29c
encrypt.o N 2a2
encrypt.o N 2a4
encrypt.o N 2ab
encrypt.o N 2ad
encrypt.o N 2b3
encrypt.o N 2c2
encrypt.o N 2d2
encrypt.o N 2dc
encrypt.o N 2e7
encrypt.o N 2eb
encrypt.o N 2f
encrypt.o N 2fd
encrypt.o N 309
encrypt.o N 30e
encrypt.o N 310
encrypt.o N 312
encrypt.o N 317
encrypt.o N 31c
encrypt.o N 31f
encrypt.o N f4
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:
ImplementationCompiler
T:ref64clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


encrypt.o N 0
encrypt.o N 10a
encrypt.o N 115
encrypt.o N 11e
encrypt.o N 12c
encrypt.o N 136
encrypt.o N 13e
encrypt.o N 159
encrypt.o N 163
encrypt.o N 16e
encrypt.o N 172
encrypt.o N 178
encrypt.o N 18c
encrypt.o N 19b
encrypt.o N 1ab
encrypt.o N 1c6
encrypt.o N 1d8
encrypt.o N 1ea
encrypt.o N 1ff
encrypt.o N 214
encrypt.o N 22b
encrypt.o N 22f
encrypt.o N 242
encrypt.o N 25
encrypt.o N 255
encrypt.o N 28a
encrypt.o N 2bf
encrypt.o N 2c6
encrypt.o N 2cb
encrypt.o N 2d1
encrypt.o N 2d6
encrypt.o N 2da
encrypt.o N 2dd
encrypt.o N 2df
encrypt.o N 2e3
encrypt.o N 2e5
encrypt.o N 2ec
encrypt.o N 2f
encrypt.o N 2f2
encrypt.o N 2f4
encrypt.o N 2f6
encrypt.o N 2fc
encrypt.o N 308
encrypt.o N 30d
encrypt.o N 30f
encrypt.o N 311
encrypt.o N 316
encrypt.o N 31b
encrypt.o N 31e
encrypt.o N f3
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:
ImplementationCompiler
T:ref64clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)