Test results for armeabi, bblack, crypto_aead/aes128otrcv3

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aes128otrcv3
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aes128otrcv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2501123606 4392 24014321 4856 1016T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
27578415486 4392 24027266 4860 1016T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3261528450 4392 24025795 4812 1016T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3268167526 4392 24023867 4812 1024T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3291208450 4392 24025795 4812 1016T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3300322498 4392 24012974 4852 1016T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3331527034 4392 24032155 4812 1032T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3496485510 4392 24021153 4808 1016T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
3567362742 4392 24013553 4856 1016T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716

Compiler output


encrypt.c: In file included from encrypt.c:33:
encrypt.c: In file included from ./otr.h:30:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/x86intrin.h:29:
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: ...

Number of similar (implementation,compiler) pairs: 20, namely:
ImplementationCompiler
T:ni_p7m1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p7m2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:ni_p8m2clang -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: In file included from encrypt.c:33:
encrypt.c: otr.h:30:10: fatal error: x86intrin.h: No such file or directory
encrypt.c:  #include <x86intrin.h>
encrypt.c:           ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 16, namely:
ImplementationCompiler
T:ni_p7m1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p7m2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ni_p8m2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


encrypt.o DFunc T
encrypt.o EFunc T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000112
encrypt.o N 00000120
encrypt.o N 00000126
encrypt.o N 0000013a
encrypt.o N 00000147
encrypt.o N 0000014e
encrypt.o N 00000150
encrypt.o N 00000167
encrypt.o N 0000016e
encrypt.o N 00000170
encrypt.o N 00000176
encrypt.o N 0000017b
encrypt.o N 0000017e
encrypt.o N 00000182
encrypt.o N 00000184
encrypt.o N 00000188
encrypt.o N 0000018a
encrypt.o N 0000018f
encrypt.o N 00000193
encrypt.o N 00000197
encrypt.o N 00000199
encrypt.o N 0000019b
encrypt.o N 0000019d
encrypt.o N 000001a2
encrypt.o N 000001a9
encrypt.o N 000001ad
encrypt.o N 000001b1
encrypt.o N 000001b9
encrypt.o N 000001c1
encrypt.o N 000001c7
encrypt.o N 000001ce
encrypt.o N 000001d4
encrypt.o N 000001da
encrypt.o N 0000020b
encrypt.o N 0000023c
encrypt.o N 0000023e
encrypt.o N 00000242
encrypt.o N 00000244
encrypt.o N 00000247
encrypt.o N 00000249
encrypt.o N 00000253
encrypt.o N 0000025a
encrypt.o N 00000260
encrypt.o N 00000262
encrypt.o N 00000267
encrypt.o N 0000026b
encrypt.o N 0000026d
encrypt.o N 00000276
encrypt.o N 00000281
encrypt.o N 00000284
encrypt.o N 0000028b
encrypt.o N 00000292
encrypt.o N 00000295
encrypt.o N 00000299
encrypt.o N 0000029e
encrypt.o N 000002a0
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002ac
encrypt.o N 000002b2
encrypt.o N 000002b5
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


encrypt.o DFunc T
encrypt.o EFunc T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000112
encrypt.o N 00000120
encrypt.o N 00000126
encrypt.o N 0000013a
encrypt.o N 00000147
encrypt.o N 0000014e
encrypt.o N 00000150
encrypt.o N 00000167
encrypt.o N 0000016e
encrypt.o N 00000170
encrypt.o N 00000176
encrypt.o N 0000017a
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 00000180
encrypt.o N 00000185
encrypt.o N 00000188
encrypt.o N 0000018c
encrypt.o N 0000018e
encrypt.o N 00000192
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001a0
encrypt.o N 000001a4
encrypt.o N 000001a8
encrypt.o N 000001ac
encrypt.o N 000001b4
encrypt.o N 000001bc
encrypt.o N 000001c2
encrypt.o N 000001c9
encrypt.o N 000001cf
encrypt.o N 000001d4
encrypt.o N 000001da
encrypt.o N 0000020b
encrypt.o N 0000023c
encrypt.o N 0000023e
encrypt.o N 00000242
encrypt.o N 00000244
encrypt.o N 00000247
encrypt.o N 00000249
encrypt.o N 00000253
encrypt.o N 0000025a
encrypt.o N 00000260
encrypt.o N 00000262
encrypt.o N 00000267
encrypt.o N 0000026b
encrypt.o N 0000026d
encrypt.o N 00000276
encrypt.o N 00000281
encrypt.o N 00000284
encrypt.o N 0000028b
encrypt.o N 00000292
encrypt.o N 00000295
encrypt.o N 00000299
encrypt.o N 0000029e
encrypt.o N 000002a0
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002ac
encrypt.o N 000002b2
encrypt.o N 000002b5
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 DFunc T
encrypt.o EFunc T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000109
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000125
encrypt.o N 00000139
encrypt.o N 00000146
encrypt.o N 0000014d
encrypt.o N 0000014f
encrypt.o N 00000166
encrypt.o N 0000016d
encrypt.o N 0000016f
encrypt.o N 00000175
encrypt.o N 0000017a
encrypt.o N 0000017d
encrypt.o N 00000181
encrypt.o N 00000183
encrypt.o N 00000187
encrypt.o N 00000189
encrypt.o N 0000018e
encrypt.o N 00000192
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 0000019a
encrypt.o N 0000019c
encrypt.o N 000001a1
encrypt.o N 000001a8
encrypt.o N 000001ac
encrypt.o N 000001b0
encrypt.o N 000001b8
encrypt.o N 000001c0
encrypt.o N 000001c6
encrypt.o N 000001cd
encrypt.o N 000001d3
encrypt.o N 000001d9
encrypt.o N 0000020a
encrypt.o N 0000023b
encrypt.o N 0000023d
encrypt.o N 00000241
encrypt.o N 00000243
encrypt.o N 00000246
encrypt.o N 00000248
encrypt.o N 00000252
encrypt.o N 00000259
encrypt.o N 0000025f
encrypt.o N 00000261
encrypt.o N 00000266
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 00000275
encrypt.o N 00000280
encrypt.o N 00000283
encrypt.o N 0000028a
encrypt.o N 00000291
encrypt.o N 00000294
encrypt.o N 00000298
encrypt.o N 0000029d
encrypt.o N 0000029f
encrypt.o N 000002a1
encrypt.o N 000002a6
encrypt.o N 000002ab
encrypt.o N 000002b1
encrypt.o N 000002b4
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000110
t-aes_enc_only.o N 00000113
t-aes_enc_only.o N 00000120
t-aes_enc_only.o N 00000134
t-aes_enc_only.o N 00000136
t-aes_enc_only.o N 00000144
t-aes_enc_only.o N 00000147
t-aes_enc_only.o N 0000014a
t-aes_enc_only.o N 0000014d
t-aes_enc_only.o N 00000150
t-aes_enc_only.o N 00000155
t-aes_enc_only.o N 00000161
t-aes_enc_only.o N 00000165
t-aes_enc_only.o N 00000170
t-aes_enc_only.o N 00000178
t-aes_enc_only.o N 0000017d
t-aes_enc_only.o N 00000182
t-aes_enc_only.o N 00000185
t-aes_enc_only.o N 00000188
t-aes_enc_only.o N 0000018a
t-aes_enc_only.o N 0000018e
t-aes_enc_only.o N 00000194
t-aes_enc_only.o N 0000019b
t-aes_enc_only.o N 000001a2
t-aes_enc_only.o N 000001a4
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 DFunc T
encrypt.o EFunc T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000112
encrypt.o N 00000120
encrypt.o N 00000126
encrypt.o N 0000013a
encrypt.o N 00000147
encrypt.o N 0000014e
encrypt.o N 00000150
encrypt.o N 00000167
encrypt.o N 0000016e
encrypt.o N 00000170
encrypt.o N 00000176
encrypt.o N 0000017b
encrypt.o N 0000017e
encrypt.o N 00000182
encrypt.o N 00000186
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 0000018e
encrypt.o N 00000190
encrypt.o N 00000195
encrypt.o N 0000019c
encrypt.o N 0000019e
encrypt.o N 000001a2
encrypt.o N 000001a6
encrypt.o N 000001ae
encrypt.o N 000001b6
encrypt.o N 000001bc
encrypt.o N 000001c3
encrypt.o N 000001c9
encrypt.o N 000001cd
encrypt.o N 000001d2
encrypt.o N 000001d8
encrypt.o N 00000209
encrypt.o N 0000023a
encrypt.o N 0000023c
encrypt.o N 00000240
encrypt.o N 00000242
encrypt.o N 00000245
encrypt.o N 00000247
encrypt.o N 00000251
encrypt.o N 00000258
encrypt.o N 0000025e
encrypt.o N 00000260
encrypt.o N 00000265
encrypt.o N 00000269
encrypt.o N 0000026b
encrypt.o N 00000274
encrypt.o N 0000027f
encrypt.o N 00000282
encrypt.o N 00000284
encrypt.o N 0000028b
encrypt.o N 00000292
encrypt.o N 00000295
encrypt.o N 00000299
encrypt.o N 0000029e
encrypt.o N 000002a0
encrypt.o N 000002a2
encrypt.o N 000002a7
encrypt.o N 000002ac
encrypt.o N 000002b2
encrypt.o N 000002b5
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 DFunc T
encrypt.o EFunc T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000109
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000125
encrypt.o N 00000139
encrypt.o N 00000146
encrypt.o N 0000014d
encrypt.o N 0000014f
encrypt.o N 00000166
encrypt.o N 0000016d
encrypt.o N 0000016f
encrypt.o N 00000175
encrypt.o N 00000179
encrypt.o N 0000017b
encrypt.o N 0000017d
encrypt.o N 0000017f
encrypt.o N 00000184
encrypt.o N 00000187
encrypt.o N 0000018b
encrypt.o N 0000018d
encrypt.o N 00000191
encrypt.o N 00000193
encrypt.o N 00000198
encrypt.o N 0000019f
encrypt.o N 000001a3
encrypt.o N 000001a7
encrypt.o N 000001ab
encrypt.o N 000001b3
encrypt.o N 000001bb
encrypt.o N 000001c1
encrypt.o N 000001c8
encrypt.o N 000001ce
encrypt.o N 000001d3
encrypt.o N 000001d9
encrypt.o N 0000020a
encrypt.o N 0000023b
encrypt.o N 0000023e
encrypt.o N 00000240
encrypt.o N 0000024a
encrypt.o N 00000251
encrypt.o N 00000257
encrypt.o N 00000259
encrypt.o N 0000025b
encrypt.o N 00000264
encrypt.o N 0000026f
encrypt.o N 00000274
encrypt.o N 00000278
encrypt.o N 0000027b
encrypt.o N 0000027d
encrypt.o N 0000027f
encrypt.o N 00000283
encrypt.o N 0000028a
encrypt.o N 00000291
encrypt.o N 00000294
encrypt.o N 00000298
encrypt.o N 0000029d
encrypt.o N 0000029f
encrypt.o N 000002a1
encrypt.o N 000002a6
encrypt.o N 000002ab
encrypt.o N 000002b1
encrypt.o N 000002b4
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000110
t-aes_enc_only.o N 00000113
t-aes_enc_only.o N 00000120
t-aes_enc_only.o N 00000134
t-aes_enc_only.o N 00000136
t-aes_enc_only.o N 00000144
t-aes_enc_only.o N 00000147
t-aes_enc_only.o N 0000014a
t-aes_enc_only.o N 0000014d
t-aes_enc_only.o N 00000150
t-aes_enc_only.o N 00000155
t-aes_enc_only.o N 00000161
t-aes_enc_only.o N 00000165
t-aes_enc_only.o N 00000170
t-aes_enc_only.o N 00000178
t-aes_enc_only.o N 0000017d
t-aes_enc_only.o N 00000182
t-aes_enc_only.o N 00000185
t-aes_enc_only.o N 00000188
t-aes_enc_only.o N 0000018a
t-aes_enc_only.o N 0000018e
t-aes_enc_only.o N 00000194
t-aes_enc_only.o N 0000019b
t-aes_enc_only.o N 000001a2
t-aes_enc_only.o N 000001a4
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 DFunc T
encrypt.o EFunc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D

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