Test results for armeabi, bblack, crypto_aead/aezv3

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aezv3
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aezv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
299524033180 0 048706 468 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
327805634688 0 066275 420 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
328323221172 0 035670 468 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
334085637388 0 060491 420 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
339147235716 0 061203 420 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
339897635716 0 061203 420 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
410748019744 0 034698 468 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
444106423420 0 047105 416 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
508585619078 0 034194 460 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716

Compiler output


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

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -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


aez_ni.c: aez_ni.c:37:10: fatal error: emmintrin.h: No such file or directory
aez_ni.c:  #include <emmintrin.h>
aez_ni.c:           ^~~~~~~~~~~~~
aez_ni.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 (8.3.0)
T:aesnigcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:aesnigcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:aesnigcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 00000000
aez_ref.o N 00000037
aez_ref.o N 00000041
aez_ref.o N 00000103
aez_ref.o N 00000111
aez_ref.o N 00000116
aez_ref.o N 00000123
aez_ref.o N 00000127
aez_ref.o N 00000130
aez_ref.o N 00000132
aez_ref.o N 00000139
aez_ref.o N 0000013f
aez_ref.o N 00000142
aez_ref.o N 0000014a
aez_ref.o N 0000014e
aez_ref.o N 00000161
aez_ref.o N 00000163
aez_ref.o N 00000167
aez_ref.o N 00000169
aez_ref.o N 00000173
aez_ref.o N 00000178
aez_ref.o N 0000017d
aez_ref.o N 0000017f
aez_ref.o N 00000183
aez_ref.o N 0000018c
aez_ref.o N 00000194
aez_ref.o N 000001a2
aez_ref.o N 000001a6
aez_ref.o N 000001ba
aez_ref.o N 000001c5
aez_ref.o N 000001c9
aez_ref.o N 000001d4
aez_ref.o N 000001d6
aez_ref.o N 000001d8
aez_ref.o N 000001da
aez_ref.o N 000001e0
aez_ref.o N 000001ec
aez_ref.o N 000001f3
aez_ref.o N 00000200
aez_ref.o N 00000204
aez_ref.o N 0000020c
aez_ref.o N 00000214
aez_ref.o N 0000021b
aez_ref.o N 00000223
aez_ref.o N 0000024d
aez_ref.o N 00000277
aez_ref.o N 00000279
aez_ref.o N 00000284
aez_ref.o N 0000028c
aez_ref.o N 00000294
aez_ref.o N 00000296
aez_ref.o N 0000029a
aez_ref.o N 0000029c
aez_ref.o N 000002a3
aez_ref.o N 000002a5
aez_ref.o N 000002ac
aez_ref.o N 000002b3
aez_ref.o N 000002bb
aez_ref.o N 000002be
aez_ref.o N 000002c0
aez_ref.o N 000002c7
aez_ref.o N 000002cb
aez_ref.o N 000002cd
aez_ref.o N 000002d3
aez_ref.o N 000002d7
aez_ref.o N 000002de
aez_ref.o N 000002e0
aez_ref.o N 000002e5
aez_ref.o N 000002fc
aez_ref.o N 000002fe
aez_ref.o N 00000303
aez_ref.o N 00000308
aez_ref.o N 0000030e
aez_ref.o N 00000311
aez_ref.o N 00000316
aez_ref.o N 00000319
aez_ref.o N 0000031c
aez_ref.o N 0000031e
aez_ref.o N 00000320
aez_ref.o N 00000322
aez_ref.o N 0000032a
aez_ref.o N 00000333
aez_ref.o N 00000337
aez_ref.o N 0000033d
aez_ref.o N 0000033f
aez_ref.o N 00000341
aez_ref.o N 00000343
aez_ref.o N 00000347
aez_ref.o N 0000034c
aez_ref.o N 0000034e
aez_ref.o N 00000355
aez_ref.o N 0000035a
aez_ref.o N 0000035c
aez_ref.o N 0000035e
aez_ref.o N 00000366
aez_ref.o N 00000373
rijndael-alg-fst.o N 00000000
rijndael-alg-fst.o N 00000037
rijndael-alg-fst.o N 0000004a
rijndael-alg-fst.o N 0000010c
rijndael-alg-fst.o N 00000110
rijndael-alg-fst.o N 0000011d
rijndael-alg-fst.o N 00000121
rijndael-alg-fst.o N 00000135
rijndael-alg-fst.o N 0000013a
rijndael-alg-fst.o N 0000013e
rijndael-alg-fst.o N 00000142
rijndael-alg-fst.o N 00000146
rijndael-alg-fst.o N 0000014a
rijndael-alg-fst.o N 0000014e
rijndael-alg-fst.o N 00000152
rijndael-alg-fst.o N 00000156
rijndael-alg-fst.o N 0000015a
rijndael-alg-fst.o N 0000015e
rijndael-alg-fst.o N 0000016c
rijndael-alg-fst.o N 0000016f
rijndael-alg-fst.o N 00000183
rijndael-alg-fst.o N 00000187
rijndael-alg-fst.o N 0000019b
rijndael-alg-fst.o N 000001ab
rijndael-alg-fst.o N 000001bb
rijndael-alg-fst.o N 000001d0
rijndael-alg-fst.o N 000001e5
rijndael-alg-fst.o N 000001e8
rijndael-alg-fst.o N 000001f2
rijndael-alg-fst.o N 000001fa
rijndael-alg-fst.o N 000001fc
rijndael-alg-fst.o N 00000201
rijndael-alg-fst.o N 00000204
rijndael-alg-fst.o N 00000206
rijndael-alg-fst.o N 00000209
rijndael-alg-fst.o N 0000020c
rijndael-alg-fst.o N 0000020e
rijndael-alg-fst.o N 00000211
rijndael-alg-fst.o N 00000214
rijndael-alg-fst.o N 00000217
rijndael-alg-fst.o N 0000021a
rijndael-alg-fst.o N 0000021d
rijndael-alg-fst.o N 00000220
rijndael-alg-fst.o N 00000223
rijndael-alg-fst.o N 00000226
rijndael-alg-fst.o N 0000022c
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

Number of similar (implementation,compiler) pairs: 3, 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))
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))
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


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 00000000
aez_ref.o N 00000037
aez_ref.o N 00000041
aez_ref.o N 00000102
aez_ref.o N 00000110
aez_ref.o N 00000115
aez_ref.o N 00000122
aez_ref.o N 00000126
aez_ref.o N 0000012f
aez_ref.o N 00000131
aez_ref.o N 00000138
aez_ref.o N 0000013e
aez_ref.o N 00000141
aez_ref.o N 00000149
aez_ref.o N 0000014d
aez_ref.o N 00000160
aez_ref.o N 00000162
aez_ref.o N 00000166
aez_ref.o N 00000168
aez_ref.o N 00000172
aez_ref.o N 00000177
aez_ref.o N 0000017c
aez_ref.o N 0000017e
aez_ref.o N 00000182
aez_ref.o N 0000018b
aez_ref.o N 00000193
aez_ref.o N 000001a1
aez_ref.o N 000001a5
aez_ref.o N 000001b9
aez_ref.o N 000001c4
aez_ref.o N 000001c8
aez_ref.o N 000001d3
aez_ref.o N 000001d5
aez_ref.o N 000001d7
aez_ref.o N 000001d9
aez_ref.o N 000001df
aez_ref.o N 000001eb
aez_ref.o N 000001f2
aez_ref.o N 000001ff
aez_ref.o N 00000203
aez_ref.o N 0000020b
aez_ref.o N 00000213
aez_ref.o N 0000021a
aez_ref.o N 00000222
aez_ref.o N 0000024c
aez_ref.o N 00000276
aez_ref.o N 00000278
aez_ref.o N 00000283
aez_ref.o N 0000028b
aez_ref.o N 00000293
aez_ref.o N 00000295
aez_ref.o N 00000299
aez_ref.o N 0000029b
aez_ref.o N 000002a2
aez_ref.o N 000002a4
aez_ref.o N 000002ab
aez_ref.o N 000002b2
aez_ref.o N 000002ba
aez_ref.o N 000002bd
aez_ref.o N 000002bf
aez_ref.o N 000002c6
aez_ref.o N 000002ca
aez_ref.o N 000002cc
aez_ref.o N 000002d2
aez_ref.o N 000002d6
aez_ref.o N 000002dd
aez_ref.o N 000002df
aez_ref.o N 000002e4
aez_ref.o N 000002fb
aez_ref.o N 000002fd
aez_ref.o N 00000302
aez_ref.o N 00000307
aez_ref.o N 0000030d
aez_ref.o N 00000310
aez_ref.o N 00000315
aez_ref.o N 00000318
aez_ref.o N 0000031b
aez_ref.o N 0000031d
aez_ref.o N 0000031f
aez_ref.o N 00000321
aez_ref.o N 00000329
aez_ref.o N 00000332
aez_ref.o N 00000336
aez_ref.o N 0000033c
aez_ref.o N 0000033e
aez_ref.o N 00000340
aez_ref.o N 00000342
aez_ref.o N 00000346
aez_ref.o N 0000034b
aez_ref.o N 0000034d
aez_ref.o N 00000354
aez_ref.o N 00000359
aez_ref.o N 0000035b
aez_ref.o N 0000035d
aez_ref.o N 00000365
aez_ref.o N 00000372
rijndael-alg-fst.o N 00000000
rijndael-alg-fst.o N 00000037
rijndael-alg-fst.o N 0000004a
rijndael-alg-fst.o N 0000010b
rijndael-alg-fst.o N 0000010f
rijndael-alg-fst.o N 0000011c
rijndael-alg-fst.o N 00000120
rijndael-alg-fst.o N 00000134
rijndael-alg-fst.o N 00000139
rijndael-alg-fst.o N 0000013d
rijndael-alg-fst.o N 00000141
rijndael-alg-fst.o N 00000145
rijndael-alg-fst.o N 00000149
rijndael-alg-fst.o N 0000014d
rijndael-alg-fst.o N 00000151
rijndael-alg-fst.o N 00000155
rijndael-alg-fst.o N 00000159
rijndael-alg-fst.o N 0000015d
rijndael-alg-fst.o N 0000016b
rijndael-alg-fst.o N 0000016e
rijndael-alg-fst.o N 00000182
rijndael-alg-fst.o N 00000186
rijndael-alg-fst.o N 0000019a
rijndael-alg-fst.o N 000001aa
rijndael-alg-fst.o N 000001ba
rijndael-alg-fst.o N 000001cf
rijndael-alg-fst.o N 000001e4
rijndael-alg-fst.o N 000001e7
rijndael-alg-fst.o N 000001f1
rijndael-alg-fst.o N 000001f9
rijndael-alg-fst.o N 000001fb
rijndael-alg-fst.o N 00000200
rijndael-alg-fst.o N 00000203
rijndael-alg-fst.o N 00000205
rijndael-alg-fst.o N 00000208
rijndael-alg-fst.o N 0000020b
rijndael-alg-fst.o N 0000020d
rijndael-alg-fst.o N 00000210
rijndael-alg-fst.o N 00000213
rijndael-alg-fst.o N 00000216
rijndael-alg-fst.o N 00000219
rijndael-alg-fst.o N 0000021c
rijndael-alg-fst.o N 0000021f
rijndael-alg-fst.o N 00000222
rijndael-alg-fst.o N 00000225
rijndael-alg-fst.o N 0000022b
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

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


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 00000000
aez_ref.o N 00000037
aez_ref.o N 00000041
aez_ref.o N 00000102
aez_ref.o N 00000110
aez_ref.o N 00000115
aez_ref.o N 00000122
aez_ref.o N 00000126
aez_ref.o N 0000012f
aez_ref.o N 00000131
aez_ref.o N 00000138
aez_ref.o N 0000013e
aez_ref.o N 00000141
aez_ref.o N 00000149
aez_ref.o N 0000014d
aez_ref.o N 00000160
aez_ref.o N 00000162
aez_ref.o N 00000166
aez_ref.o N 00000168
aez_ref.o N 00000172
aez_ref.o N 00000177
aez_ref.o N 0000017c
aez_ref.o N 0000017e
aez_ref.o N 00000182
aez_ref.o N 0000018b
aez_ref.o N 00000193
aez_ref.o N 000001a1
aez_ref.o N 000001ac
aez_ref.o N 000001b0
aez_ref.o N 000001c4
aez_ref.o N 000001cf
aez_ref.o N 000001d1
aez_ref.o N 000001d3
aez_ref.o N 000001d5
aez_ref.o N 000001db
aez_ref.o N 000001df
aez_ref.o N 000001eb
aez_ref.o N 000001f2
aez_ref.o N 000001ff
aez_ref.o N 00000203
aez_ref.o N 0000020b
aez_ref.o N 00000213
aez_ref.o N 0000021a
aez_ref.o N 00000222
aez_ref.o N 0000024c
aez_ref.o N 00000276
aez_ref.o N 00000278
aez_ref.o N 00000283
aez_ref.o N 0000028b
aez_ref.o N 00000293
aez_ref.o N 00000295
aez_ref.o N 00000299
aez_ref.o N 0000029b
aez_ref.o N 000002a2
aez_ref.o N 000002a4
aez_ref.o N 000002ab
aez_ref.o N 000002b2
aez_ref.o N 000002ba
aez_ref.o N 000002bd
aez_ref.o N 000002bf
aez_ref.o N 000002c6
aez_ref.o N 000002ca
aez_ref.o N 000002cc
aez_ref.o N 000002d2
aez_ref.o N 000002d6
aez_ref.o N 000002dd
aez_ref.o N 000002df
aez_ref.o N 000002e4
aez_ref.o N 000002fb
aez_ref.o N 000002fd
aez_ref.o N 00000302
aez_ref.o N 00000307
aez_ref.o N 0000030d
aez_ref.o N 00000310
aez_ref.o N 00000315
aez_ref.o N 00000317
aez_ref.o N 00000319
aez_ref.o N 0000031b
aez_ref.o N 00000323
aez_ref.o N 0000032c
aez_ref.o N 00000330
aez_ref.o N 00000336
aez_ref.o N 00000339
aez_ref.o N 0000033c
aez_ref.o N 0000033e
aez_ref.o N 00000340
aez_ref.o N 00000344
aez_ref.o N 00000349
aez_ref.o N 0000034b
aez_ref.o N 00000352
aez_ref.o N 00000357
aez_ref.o N 00000359
aez_ref.o N 0000035b
aez_ref.o N 0000035d
aez_ref.o N 00000365
aez_ref.o N 00000372
rijndael-alg-fst.o N 00000000
rijndael-alg-fst.o N 00000037
rijndael-alg-fst.o N 0000004a
rijndael-alg-fst.o N 0000010b
rijndael-alg-fst.o N 0000010f
rijndael-alg-fst.o N 0000011c
rijndael-alg-fst.o N 00000120
rijndael-alg-fst.o N 00000134
rijndael-alg-fst.o N 00000139
rijndael-alg-fst.o N 0000013d
rijndael-alg-fst.o N 00000141
rijndael-alg-fst.o N 00000145
rijndael-alg-fst.o N 00000149
rijndael-alg-fst.o N 0000014d
rijndael-alg-fst.o N 00000151
rijndael-alg-fst.o N 00000155
rijndael-alg-fst.o N 00000159
rijndael-alg-fst.o N 0000015d
rijndael-alg-fst.o N 0000016b
rijndael-alg-fst.o N 0000016e
rijndael-alg-fst.o N 00000182
rijndael-alg-fst.o N 00000186
rijndael-alg-fst.o N 0000019a
rijndael-alg-fst.o N 000001aa
rijndael-alg-fst.o N 000001ba
rijndael-alg-fst.o N 000001cf
rijndael-alg-fst.o N 000001e4
rijndael-alg-fst.o N 000001e7
rijndael-alg-fst.o N 000001f1
rijndael-alg-fst.o N 000001f9
rijndael-alg-fst.o N 000001fb
rijndael-alg-fst.o N 00000200
rijndael-alg-fst.o N 00000203
rijndael-alg-fst.o N 00000205
rijndael-alg-fst.o N 00000208
rijndael-alg-fst.o N 0000020b
rijndael-alg-fst.o N 0000020d
rijndael-alg-fst.o N 00000210
rijndael-alg-fst.o N 00000213
rijndael-alg-fst.o N 00000216
rijndael-alg-fst.o N 00000219
rijndael-alg-fst.o N 0000021c
rijndael-alg-fst.o N 0000021f
rijndael-alg-fst.o N 00000222
rijndael-alg-fst.o N 00000225
rijndael-alg-fst.o N 0000022b
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

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


aez_ref.o Decrypt T
aez_ref.o Encrypt T
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

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)