Test results for armeabi, berry0, crypto_aead/deoxysii256v141

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/deoxysii256v141
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: deoxysii256v141
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
341074241377 0 57756656 384 1408T:tableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
345760337845 0 58453190 380 1400T:tableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
347523141249 0 58458496 384 1400T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
349294441205 0 57756468 384 1408T:tableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
383431043185 0 58057315 356 1400T:tablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
388564540165 0 58052643 356 1400T:tablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
453692028864 0 044108 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
551448537521 0 58049163 348 1392T:tablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
555944928672 0 043932 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
559354530100 0 047328 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
592844533337 0 047463 356 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
601673537245 0 58452534 380 1400T:tableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
621752538849 0 58051279 356 1400T:tablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
1115097529033 0 041507 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
1274027525880 0 041210 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
1807330027000 0 038639 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
1838115224872 0 040170 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
1862810927857 0 040283 356 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909

Compiler output


deoxys.c: In file included from deoxys.c:28:
deoxys.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys.c: deoxys.c:28:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c:    28 | #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
deoxys.c:       |          ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

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

Compiler output


deoxys.c: In file included from deoxys.c:26:
deoxys.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.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
deoxys.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesnisclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys.c: deoxys.c:26:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c:    26 | #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
deoxys.c:       |          ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

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

Compiler output


deoxysBCii256.c: In file included from deoxysBCii256.c:29:
deoxysBCii256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/tmmintrin.h:13:
deoxysBCii256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/pmmintrin.h:13:
deoxysBCii256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/emmintrin.h:13:
deoxysBCii256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxysBCii256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxysBCii256.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
deoxysBCii256.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxysBCii256.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:bitsliceclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxysBCii256.c: deoxysBCii256.c:29:10: fatal error: tmmintrin.h: No such file or directory
deoxysBCii256.c:    29 | #include <tmmintrin.h>
deoxysBCii256.c:       |          ^~~~~~~~~~~~~
deoxysBCii256.c: compilation terminated.

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

Namespace violations


deoxys.o N 0
deoxys.o N 100
deoxys.o N 115
deoxys.o N 11d
deoxys.o N 127
deoxys.o N 12f
deoxys.o N 135
deoxys.o N 140
deoxys.o N 143
deoxys.o N 146
deoxys.o N 148
deoxys.o N 14c
deoxys.o N 166
deoxys.o N 16f
deoxys.o N 186
deoxys.o N 191
deoxys.o N 19a
deoxys.o N 1aa
deoxys.o N 1b7
deoxys.o N 1c4
deoxys.o N 1c6
deoxys.o N 1c8
deoxys.o N 1cd
deoxys.o N 1d4
deoxys.o N 1db
deoxys.o N 1de
deoxys.o N 1e1
deoxys.o N 1f5
deoxys.o N 209
deoxys.o N 21d
deoxys.o N 222
deoxys.o N 22d
deoxys.o N 232
deoxys.o N 236
deoxys.o N 246
deoxys.o N 24f
deoxys.o N 25
deoxys.o N 25c
deoxys.o N 264
deoxys.o N 26a
deoxys.o N 270
deoxys.o N 27b
deoxys.o N 281
deoxys.o N 285
deoxys.o N 290
deoxys.o N 292
deoxys.o N 2e
deoxys.o N f2
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 100
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 129
encrypt.o N 13d
encrypt.o N 141
encrypt.o N 175
encrypt.o N 1a9
encrypt.o N 1ab
encrypt.o N 1b0
encrypt.o N 1c7
encrypt.o N 1c9
encrypt.o N 1d0
encrypt.o N 1d2
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e2
encrypt.o N 1e5
encrypt.o N 1ea
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f3
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10b
tweakableBC.o N 115
tweakableBC.o N 11d
tweakableBC.o N 131
tweakableBC.o N 137
tweakableBC.o N 13c
tweakableBC.o N 141
tweakableBC.o N 145
tweakableBC.o N 152
tweakableBC.o N 15d
tweakableBC.o N 166
tweakableBC.o N 16a
tweakableBC.o N 16e
tweakableBC.o N 172
tweakableBC.o N 176
tweakableBC.o N 17a
tweakableBC.o N 17e
tweakableBC.o N 182
tweakableBC.o N 186
tweakableBC.o N 18a
tweakableBC.o N 196
tweakableBC.o N 198
tweakableBC.o N 19e
tweakableBC.o N 1a0
tweakableBC.o N 1a8
tweakableBC.o N 1ac
tweakableBC.o N 1ae
tweakableBC.o N 1b2
tweakableBC.o N 1b4
tweakableBC.o N 1c9
tweakableBC.o N 1de
tweakableBC.o N 1ee
tweakableBC.o N 1fe
tweakableBC.o N 207
tweakableBC.o N 210
tweakableBC.o N 21c
tweakableBC.o N 226
tweakableBC.o N 229
tweakableBC.o N 22b
tweakableBC.o N 22d
tweakableBC.o N 232
tweakableBC.o N 235
tweakableBC.o N 242
tweakableBC.o N 245
tweakableBC.o N 249
tweakableBC.o N 24c
tweakableBC.o N 24f
tweakableBC.o N 25
tweakableBC.o N 252
tweakableBC.o N 255
tweakableBC.o N 258
tweakableBC.o N 25b
tweakableBC.o N 25e
tweakableBC.o N 261
tweakableBC.o N 33
tweakableBC.o N f7
tweakableBC.o N fd
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 0
deoxys.o N 10f
deoxys.o N 11c
deoxys.o N 130
deoxys.o N 14a
deoxys.o N 15d
deoxys.o N 172
deoxys.o N 17d
deoxys.o N 191
deoxys.o N 195
deoxys.o N 1a2
deoxys.o N 1a8
deoxys.o N 1b2
deoxys.o N 1ba
deoxys.o N 1ce
deoxys.o N 1d6
deoxys.o N 1db
deoxys.o N 1e6
deoxys.o N 1eb
deoxys.o N 1ef
deoxys.o N 1ff
deoxys.o N 20a
deoxys.o N 213
deoxys.o N 220
deoxys.o N 227
deoxys.o N 22f
deoxys.o N 235
deoxys.o N 23b
deoxys.o N 246
deoxys.o N 24c
deoxys.o N 25
deoxys.o N 250
deoxys.o N 252
deoxys.o N 269
deoxys.o N 274
deoxys.o N 27d
deoxys.o N 27f
deoxys.o N 288
deoxys.o N 28e
deoxys.o N 291
deoxys.o N 294
deoxys.o N 298
deoxys.o N 29a
deoxys.o N 29c
deoxys.o N 29f
deoxys.o N 2a2
deoxys.o N 2a9
deoxys.o N 2e
deoxys.o N f1
deoxys.o N ff
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 106
encrypt.o N 11a
encrypt.o N 128
encrypt.o N 13c
encrypt.o N 140
encrypt.o N 174
encrypt.o N 1a8
encrypt.o N 1aa
encrypt.o N 1af
encrypt.o N 1c6
encrypt.o N 1c8
encrypt.o N 1cf
encrypt.o N 1d1
encrypt.o N 1d6
encrypt.o N 1db
encrypt.o N 1e1
encrypt.o N 1e4
encrypt.o N 1e9
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f2
encrypt.o N ff
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10a
tweakableBC.o N 114
tweakableBC.o N 11c
tweakableBC.o N 130
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 140
tweakableBC.o N 144
tweakableBC.o N 151
tweakableBC.o N 15c
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 189
tweakableBC.o N 195
tweakableBC.o N 197
tweakableBC.o N 199
tweakableBC.o N 1ae
tweakableBC.o N 1b2
tweakableBC.o N 1c7
tweakableBC.o N 1d7
tweakableBC.o N 1e7
tweakableBC.o N 1e9
tweakableBC.o N 1ef
tweakableBC.o N 1f7
tweakableBC.o N 1f9
tweakableBC.o N 1fd
tweakableBC.o N 206
tweakableBC.o N 20f
tweakableBC.o N 21b
tweakableBC.o N 225
tweakableBC.o N 228
tweakableBC.o N 22a
tweakableBC.o N 22c
tweakableBC.o N 231
tweakableBC.o N 234
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 248
tweakableBC.o N 24b
tweakableBC.o N 24e
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 254
tweakableBC.o N 257
tweakableBC.o N 25a
tweakableBC.o N 25d
tweakableBC.o N 260
tweakableBC.o N 33
tweakableBC.o N f6
tweakableBC.o N fc
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 0
deoxys.o N 100
deoxys.o N 115
deoxys.o N 11d
deoxys.o N 127
deoxys.o N 12f
deoxys.o N 135
deoxys.o N 140
deoxys.o N 143
deoxys.o N 146
deoxys.o N 148
deoxys.o N 14c
deoxys.o N 166
deoxys.o N 16f
deoxys.o N 186
deoxys.o N 191
deoxys.o N 19a
deoxys.o N 1aa
deoxys.o N 1b7
deoxys.o N 1c4
deoxys.o N 1c6
deoxys.o N 1c8
deoxys.o N 1cd
deoxys.o N 1d4
deoxys.o N 1db
deoxys.o N 1de
deoxys.o N 1e1
deoxys.o N 1f5
deoxys.o N 209
deoxys.o N 21d
deoxys.o N 222
deoxys.o N 22d
deoxys.o N 232
deoxys.o N 236
deoxys.o N 246
deoxys.o N 24f
deoxys.o N 25
deoxys.o N 25c
deoxys.o N 264
deoxys.o N 26a
deoxys.o N 270
deoxys.o N 27b
deoxys.o N 281
deoxys.o N 285
deoxys.o N 290
deoxys.o N 292
deoxys.o N 2e
deoxys.o N f2
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 100
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 129
encrypt.o N 13d
encrypt.o N 141
encrypt.o N 175
encrypt.o N 1a9
encrypt.o N 1ab
encrypt.o N 1b0
encrypt.o N 1c7
encrypt.o N 1c9
encrypt.o N 1d0
encrypt.o N 1d2
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e2
encrypt.o N 1e5
encrypt.o N 1ea
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f3
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10b
tweakableBC.o N 115
tweakableBC.o N 11d
tweakableBC.o N 131
tweakableBC.o N 137
tweakableBC.o N 13c
tweakableBC.o N 141
tweakableBC.o N 145
tweakableBC.o N 152
tweakableBC.o N 15d
tweakableBC.o N 166
tweakableBC.o N 16a
tweakableBC.o N 16e
tweakableBC.o N 172
tweakableBC.o N 176
tweakableBC.o N 17a
tweakableBC.o N 17e
tweakableBC.o N 182
tweakableBC.o N 186
tweakableBC.o N 18a
tweakableBC.o N 18c
tweakableBC.o N 194
tweakableBC.o N 198
tweakableBC.o N 19a
tweakableBC.o N 19e
tweakableBC.o N 1a0
tweakableBC.o N 1a6
tweakableBC.o N 1b2
tweakableBC.o N 1c7
tweakableBC.o N 1dc
tweakableBC.o N 1ec
tweakableBC.o N 1fc
tweakableBC.o N 1fe
tweakableBC.o N 207
tweakableBC.o N 210
tweakableBC.o N 21c
tweakableBC.o N 226
tweakableBC.o N 229
tweakableBC.o N 22b
tweakableBC.o N 22d
tweakableBC.o N 232
tweakableBC.o N 235
tweakableBC.o N 242
tweakableBC.o N 245
tweakableBC.o N 249
tweakableBC.o N 24c
tweakableBC.o N 24f
tweakableBC.o N 25
tweakableBC.o N 252
tweakableBC.o N 255
tweakableBC.o N 258
tweakableBC.o N 25b
tweakableBC.o N 25e
tweakableBC.o N 261
tweakableBC.o N 33
tweakableBC.o N f7
tweakableBC.o N fd
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 0
deoxys.o N 114
deoxys.o N 11c
deoxys.o N 126
deoxys.o N 12e
deoxys.o N 134
deoxys.o N 13f
deoxys.o N 142
deoxys.o N 145
deoxys.o N 147
deoxys.o N 14b
deoxys.o N 165
deoxys.o N 16e
deoxys.o N 185
deoxys.o N 190
deoxys.o N 199
deoxys.o N 1a9
deoxys.o N 1b6
deoxys.o N 1c3
deoxys.o N 1c5
deoxys.o N 1c7
deoxys.o N 1cc
deoxys.o N 1d3
deoxys.o N 1da
deoxys.o N 1dd
deoxys.o N 1e0
deoxys.o N 1f4
deoxys.o N 208
deoxys.o N 21c
deoxys.o N 221
deoxys.o N 22c
deoxys.o N 231
deoxys.o N 235
deoxys.o N 245
deoxys.o N 24e
deoxys.o N 25
deoxys.o N 25b
deoxys.o N 263
deoxys.o N 269
deoxys.o N 26f
deoxys.o N 27a
deoxys.o N 280
deoxys.o N 284
deoxys.o N 28f
deoxys.o N 291
deoxys.o N 2e
deoxys.o N f1
deoxys.o N ff
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 106
encrypt.o N 11a
encrypt.o N 128
encrypt.o N 13c
encrypt.o N 140
encrypt.o N 174
encrypt.o N 1a8
encrypt.o N 1aa
encrypt.o N 1af
encrypt.o N 1c6
encrypt.o N 1c8
encrypt.o N 1cf
encrypt.o N 1d1
encrypt.o N 1d6
encrypt.o N 1db
encrypt.o N 1e1
encrypt.o N 1e4
encrypt.o N 1e9
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f2
encrypt.o N ff
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10a
tweakableBC.o N 114
tweakableBC.o N 11c
tweakableBC.o N 130
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 140
tweakableBC.o N 144
tweakableBC.o N 151
tweakableBC.o N 15c
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 189
tweakableBC.o N 195
tweakableBC.o N 197
tweakableBC.o N 19d
tweakableBC.o N 19f
tweakableBC.o N 1a7
tweakableBC.o N 1ab
tweakableBC.o N 1ad
tweakableBC.o N 1b1
tweakableBC.o N 1b3
tweakableBC.o N 1c8
tweakableBC.o N 1dd
tweakableBC.o N 1ed
tweakableBC.o N 1fd
tweakableBC.o N 206
tweakableBC.o N 20f
tweakableBC.o N 21b
tweakableBC.o N 225
tweakableBC.o N 228
tweakableBC.o N 22a
tweakableBC.o N 22c
tweakableBC.o N 231
tweakableBC.o N 234
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 248
tweakableBC.o N 24b
tweakableBC.o N 24e
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 254
tweakableBC.o N 257
tweakableBC.o N 25a
tweakableBC.o N 25d
tweakableBC.o N 260
tweakableBC.o N 33
tweakableBC.o N f6
tweakableBC.o N fc
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

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)

Namespace violations


deoxys.o N 0
deoxys.o N 102
deoxys.o N 117
deoxys.o N 11f
deoxys.o N 129
deoxys.o N 131
deoxys.o N 137
deoxys.o N 142
deoxys.o N 145
deoxys.o N 148
deoxys.o N 14a
deoxys.o N 14e
deoxys.o N 168
deoxys.o N 171
deoxys.o N 188
deoxys.o N 193
deoxys.o N 19c
deoxys.o N 1ac
deoxys.o N 1bc
deoxys.o N 1c9
deoxys.o N 1d6
deoxys.o N 1d8
deoxys.o N 1da
deoxys.o N 1df
deoxys.o N 1e6
deoxys.o N 1ed
deoxys.o N 1f0
deoxys.o N 1f3
deoxys.o N 207
deoxys.o N 21b
deoxys.o N 22f
deoxys.o N 234
deoxys.o N 23f
deoxys.o N 244
deoxys.o N 248
deoxys.o N 25
deoxys.o N 258
deoxys.o N 261
deoxys.o N 26e
deoxys.o N 276
deoxys.o N 27c
deoxys.o N 282
deoxys.o N 28d
deoxys.o N 293
deoxys.o N 297
deoxys.o N 2a2
deoxys.o N 2a4
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 102
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 13f
encrypt.o N 143
encrypt.o N 179
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1dd
encrypt.o N 1e2
encrypt.o N 1e8
encrypt.o N 1eb
encrypt.o N 1f0
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f5
tweakableBC.o N 0
tweakableBC.o N 102
tweakableBC.o N 10f
tweakableBC.o N 11a
tweakableBC.o N 123
tweakableBC.o N 126
tweakableBC.o N 13a
tweakableBC.o N 13d
tweakableBC.o N 143
tweakableBC.o N 151
tweakableBC.o N 15b
tweakableBC.o N 163
tweakableBC.o N 169
tweakableBC.o N 170
tweakableBC.o N 183
tweakableBC.o N 18e
tweakableBC.o N 19f
tweakableBC.o N 1b6
tweakableBC.o N 1ba
tweakableBC.o N 1be
tweakableBC.o N 1c2
tweakableBC.o N 1c6
tweakableBC.o N 1ca
tweakableBC.o N 1ce
tweakableBC.o N 1d2
tweakableBC.o N 1d6
tweakableBC.o N 1da
tweakableBC.o N 1de
tweakableBC.o N 1ea
tweakableBC.o N 1ec
tweakableBC.o N 1f2
tweakableBC.o N 1ff
tweakableBC.o N 203
tweakableBC.o N 205
tweakableBC.o N 207
tweakableBC.o N 20c
tweakableBC.o N 213
tweakableBC.o N 21a
tweakableBC.o N 21c
tweakableBC.o N 21f
tweakableBC.o N 222
tweakableBC.o N 226
tweakableBC.o N 229
tweakableBC.o N 22b
tweakableBC.o N 240
tweakableBC.o N 249
tweakableBC.o N 25
tweakableBC.o N 255
tweakableBC.o N 258
tweakableBC.o N 25a
tweakableBC.o N 25f
tweakableBC.o N 26f
tweakableBC.o N 275
tweakableBC.o N 285
tweakableBC.o N 29a
tweakableBC.o N 2aa
tweakableBC.o N 2b7
tweakableBC.o N 2ba
tweakableBC.o N 2be
tweakableBC.o N 2c1
tweakableBC.o N 2c4
tweakableBC.o N 2c7
tweakableBC.o N 2ca
tweakableBC.o N 2cd
tweakableBC.o N 2d0
tweakableBC.o N 2d3
tweakableBC.o N 2d6
tweakableBC.o N 2d9
tweakableBC.o N 2dd
tweakableBC.o N 33
tweakableBC.o N f9
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:tableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 101
deoxys.o N 111
deoxys.o N 121
deoxys.o N 12e
deoxys.o N 142
deoxys.o N 15c
deoxys.o N 16f
deoxys.o N 184
deoxys.o N 18f
deoxys.o N 1a3
deoxys.o N 1a7
deoxys.o N 1b4
deoxys.o N 1ba
deoxys.o N 1c4
deoxys.o N 1cc
deoxys.o N 1e0
deoxys.o N 1e8
deoxys.o N 1ed
deoxys.o N 1f8
deoxys.o N 1fd
deoxys.o N 201
deoxys.o N 211
deoxys.o N 21c
deoxys.o N 225
deoxys.o N 232
deoxys.o N 239
deoxys.o N 241
deoxys.o N 247
deoxys.o N 24d
deoxys.o N 25
deoxys.o N 258
deoxys.o N 25e
deoxys.o N 262
deoxys.o N 264
deoxys.o N 27b
deoxys.o N 286
deoxys.o N 28f
deoxys.o N 291
deoxys.o N 29a
deoxys.o N 2a0
deoxys.o N 2a3
deoxys.o N 2a6
deoxys.o N 2aa
deoxys.o N 2ac
deoxys.o N 2ae
deoxys.o N 2b1
deoxys.o N 2b4
deoxys.o N 2bb
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 178
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d5
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e7
encrypt.o N 1ea
encrypt.o N 1ef
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o N 0
tweakableBC.o N 101
tweakableBC.o N 10e
tweakableBC.o N 119
tweakableBC.o N 122
tweakableBC.o N 125
tweakableBC.o N 139
tweakableBC.o N 13c
tweakableBC.o N 142
tweakableBC.o N 150
tweakableBC.o N 15a
tweakableBC.o N 162
tweakableBC.o N 168
tweakableBC.o N 16f
tweakableBC.o N 182
tweakableBC.o N 18d
tweakableBC.o N 19e
tweakableBC.o N 1b5
tweakableBC.o N 1b9
tweakableBC.o N 1bd
tweakableBC.o N 1c1
tweakableBC.o N 1c5
tweakableBC.o N 1c9
tweakableBC.o N 1cd
tweakableBC.o N 1d1
tweakableBC.o N 1d5
tweakableBC.o N 1d9
tweakableBC.o N 1dd
tweakableBC.o N 1ed
tweakableBC.o N 1f3
tweakableBC.o N 203
tweakableBC.o N 218
tweakableBC.o N 21c
tweakableBC.o N 22c
tweakableBC.o N 241
tweakableBC.o N 24d
tweakableBC.o N 25
tweakableBC.o N 25a
tweakableBC.o N 25e
tweakableBC.o N 267
tweakableBC.o N 273
tweakableBC.o N 279
tweakableBC.o N 27c
tweakableBC.o N 27e
tweakableBC.o N 281
tweakableBC.o N 28e
tweakableBC.o N 291
tweakableBC.o N 295
tweakableBC.o N 298
tweakableBC.o N 29b
tweakableBC.o N 29e
tweakableBC.o N 2a1
tweakableBC.o N 2a4
tweakableBC.o N 2a7
tweakableBC.o N 2aa
tweakableBC.o N 2ad
tweakableBC.o N 2b0
tweakableBC.o N 2b4
tweakableBC.o N 2bf
tweakableBC.o N 2c1
tweakableBC.o N 2c3
tweakableBC.o N 2c8
tweakableBC.o N 2ca
tweakableBC.o N 2cc
tweakableBC.o N 2cf
tweakableBC.o N 2d2
tweakableBC.o N 2d4
tweakableBC.o N 2db
tweakableBC.o N 2e2
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 102
deoxys.o N 117
deoxys.o N 11f
deoxys.o N 129
deoxys.o N 131
deoxys.o N 137
deoxys.o N 142
deoxys.o N 145
deoxys.o N 148
deoxys.o N 14a
deoxys.o N 14e
deoxys.o N 168
deoxys.o N 171
deoxys.o N 188
deoxys.o N 193
deoxys.o N 19c
deoxys.o N 1ac
deoxys.o N 1bc
deoxys.o N 1c9
deoxys.o N 1d6
deoxys.o N 1d8
deoxys.o N 1da
deoxys.o N 1df
deoxys.o N 1e6
deoxys.o N 1ed
deoxys.o N 1f0
deoxys.o N 1f3
deoxys.o N 207
deoxys.o N 21b
deoxys.o N 22f
deoxys.o N 234
deoxys.o N 23f
deoxys.o N 244
deoxys.o N 248
deoxys.o N 25
deoxys.o N 258
deoxys.o N 261
deoxys.o N 26e
deoxys.o N 276
deoxys.o N 27c
deoxys.o N 282
deoxys.o N 28d
deoxys.o N 293
deoxys.o N 297
deoxys.o N 2a2
deoxys.o N 2a4
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 102
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 13f
encrypt.o N 143
encrypt.o N 179
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1dd
encrypt.o N 1e2
encrypt.o N 1e8
encrypt.o N 1eb
encrypt.o N 1f0
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f5
tweakableBC.o N 0
tweakableBC.o N 102
tweakableBC.o N 10f
tweakableBC.o N 11a
tweakableBC.o N 123
tweakableBC.o N 126
tweakableBC.o N 13a
tweakableBC.o N 13d
tweakableBC.o N 143
tweakableBC.o N 151
tweakableBC.o N 15b
tweakableBC.o N 163
tweakableBC.o N 169
tweakableBC.o N 170
tweakableBC.o N 183
tweakableBC.o N 18e
tweakableBC.o N 19f
tweakableBC.o N 1b6
tweakableBC.o N 1ba
tweakableBC.o N 1be
tweakableBC.o N 1c2
tweakableBC.o N 1c6
tweakableBC.o N 1ca
tweakableBC.o N 1ce
tweakableBC.o N 1d2
tweakableBC.o N 1d6
tweakableBC.o N 1da
tweakableBC.o N 1de
tweakableBC.o N 1ea
tweakableBC.o N 1ec
tweakableBC.o N 1f2
tweakableBC.o N 1ff
tweakableBC.o N 203
tweakableBC.o N 205
tweakableBC.o N 207
tweakableBC.o N 20c
tweakableBC.o N 213
tweakableBC.o N 216
tweakableBC.o N 219
tweakableBC.o N 21b
tweakableBC.o N 222
tweakableBC.o N 237
tweakableBC.o N 240
tweakableBC.o N 24c
tweakableBC.o N 24f
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 256
tweakableBC.o N 266
tweakableBC.o N 26c
tweakableBC.o N 27c
tweakableBC.o N 291
tweakableBC.o N 2a1
tweakableBC.o N 2a5
tweakableBC.o N 2a7
tweakableBC.o N 2aa
tweakableBC.o N 2b7
tweakableBC.o N 2ba
tweakableBC.o N 2be
tweakableBC.o N 2c1
tweakableBC.o N 2c4
tweakableBC.o N 2c7
tweakableBC.o N 2ca
tweakableBC.o N 2cd
tweakableBC.o N 2d0
tweakableBC.o N 2d3
tweakableBC.o N 2d6
tweakableBC.o N 2d9
tweakableBC.o N 2dd
tweakableBC.o N 33
tweakableBC.o N f9
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 101
deoxys.o N 116
deoxys.o N 11e
deoxys.o N 128
deoxys.o N 130
deoxys.o N 136
deoxys.o N 141
deoxys.o N 144
deoxys.o N 147
deoxys.o N 149
deoxys.o N 14d
deoxys.o N 167
deoxys.o N 170
deoxys.o N 187
deoxys.o N 192
deoxys.o N 19b
deoxys.o N 1ab
deoxys.o N 1bb
deoxys.o N 1c8
deoxys.o N 1d5
deoxys.o N 1d7
deoxys.o N 1d9
deoxys.o N 1de
deoxys.o N 1e5
deoxys.o N 1ec
deoxys.o N 1ef
deoxys.o N 1f2
deoxys.o N 206
deoxys.o N 21a
deoxys.o N 22e
deoxys.o N 233
deoxys.o N 23e
deoxys.o N 243
deoxys.o N 247
deoxys.o N 25
deoxys.o N 257
deoxys.o N 260
deoxys.o N 26d
deoxys.o N 275
deoxys.o N 27b
deoxys.o N 281
deoxys.o N 28c
deoxys.o N 292
deoxys.o N 296
deoxys.o N 2a1
deoxys.o N 2a3
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 178
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d5
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e7
encrypt.o N 1ea
encrypt.o N 1ef
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o N 0
tweakableBC.o N 101
tweakableBC.o N 10e
tweakableBC.o N 119
tweakableBC.o N 122
tweakableBC.o N 125
tweakableBC.o N 139
tweakableBC.o N 13c
tweakableBC.o N 142
tweakableBC.o N 150
tweakableBC.o N 15a
tweakableBC.o N 162
tweakableBC.o N 168
tweakableBC.o N 16f
tweakableBC.o N 182
tweakableBC.o N 18d
tweakableBC.o N 19e
tweakableBC.o N 1b5
tweakableBC.o N 1b9
tweakableBC.o N 1bd
tweakableBC.o N 1c1
tweakableBC.o N 1c5
tweakableBC.o N 1c9
tweakableBC.o N 1cd
tweakableBC.o N 1d1
tweakableBC.o N 1d5
tweakableBC.o N 1d9
tweakableBC.o N 1dd
tweakableBC.o N 1e9
tweakableBC.o N 1eb
tweakableBC.o N 1f1
tweakableBC.o N 1fe
tweakableBC.o N 202
tweakableBC.o N 204
tweakableBC.o N 206
tweakableBC.o N 20b
tweakableBC.o N 212
tweakableBC.o N 219
tweakableBC.o N 21b
tweakableBC.o N 21e
tweakableBC.o N 221
tweakableBC.o N 225
tweakableBC.o N 228
tweakableBC.o N 22a
tweakableBC.o N 23f
tweakableBC.o N 248
tweakableBC.o N 25
tweakableBC.o N 254
tweakableBC.o N 257
tweakableBC.o N 259
tweakableBC.o N 25e
tweakableBC.o N 26e
tweakableBC.o N 274
tweakableBC.o N 284
tweakableBC.o N 299
tweakableBC.o N 2a9
tweakableBC.o N 2b6
tweakableBC.o N 2b9
tweakableBC.o N 2bd
tweakableBC.o N 2c0
tweakableBC.o N 2c3
tweakableBC.o N 2c6
tweakableBC.o N 2c9
tweakableBC.o N 2cc
tweakableBC.o N 2cf
tweakableBC.o N 2d2
tweakableBC.o N 2d5
tweakableBC.o N 2d8
tweakableBC.o N 2dc
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

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