Test results for armeabi, bblack, crypto_aead/aes128n12t8clocv3

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aes128n12t8clocv3
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aes128n12t8clocv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
36519224151 0 035326 460 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
37489622679 0 032826 460 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39756823093 0 047575 412 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39869622805 0 039503 412 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39869622805 0 039503 412 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
40532022641 0 037649 408 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
40660822973 0 038671 412 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
43327220755 0 030626 452 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
52031220961 0 031206 460 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716

Compiler output


encrypt.c: In file included from encrypt.c:5:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/xmmintrin.h:27:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
encrypt.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:301:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ...

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


encrypt.c: encrypt.c:5:10: fatal error: xmmintrin.h: No such file or directory
encrypt.c:  #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
encrypt.c:           ^~~~~~~~~~~~~
encrypt.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)

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_aes128n12t8clocv3_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:65:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
encrypt.c:      for(i = 0; i < CRYPTO_ABYTES; i++)
encrypt.c:      ^~~
encrypt.c: encrypt.c:70:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
encrypt.c:   return RETURN_SUCCESS;
encrypt.c:   ^~~~~~

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)

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_encrypt T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 00000110
aes_core.o N 00000114
aes_core.o N 00000121
aes_core.o N 00000125
aes_core.o N 00000139
aes_core.o N 0000013e
aes_core.o N 00000142
aes_core.o N 00000146
aes_core.o N 0000014a
aes_core.o N 0000014e
aes_core.o N 00000152
aes_core.o N 00000156
aes_core.o N 0000015a
aes_core.o N 0000015e
aes_core.o N 00000162
aes_core.o N 00000170
aes_core.o N 00000173
aes_core.o N 0000017f
aes_core.o N 00000193
aes_core.o N 00000197
aes_core.o N 000001ab
aes_core.o N 000001b7
aes_core.o N 000001c3
aes_core.o N 000001c9
aes_core.o N 000001d1
aes_core.o N 000001d6
aes_core.o N 000001da
aes_core.o N 000001e1
aes_core.o N 000001e8
aes_core.o N 000001f7
aes_core.o N 000001ff
aes_core.o N 00000202
aes_core.o N 00000204
aes_core.o N 00000209
aes_core.o N 00000210
aes_core.o N 00000212
aes_core.o N 00000215
aes_core.o N 00000219
aes_core.o N 0000021c
aes_core.o N 0000021f
aes_core.o N 00000222
aes_core.o N 00000225
aes_core.o N 00000228
aes_core.o N 0000022b
aes_core.o N 0000022e
aes_core.o print_state T
cloc.o N 00000000
cloc.o N 00000037
cloc.o N 0000003e
cloc.o N 0000010c
cloc.o N 0000011a
cloc.o N 0000011f
cloc.o N 0000012c
cloc.o N 00000130
cloc.o N 00000147
cloc.o N 00000149
cloc.o N 0000014d
cloc.o N 0000014f
cloc.o N 00000155
cloc.o N 0000015d
cloc.o N 00000161
cloc.o N 0000016c
cloc.o N 00000177
cloc.o N 0000017b
cloc.o N 0000017e
cloc.o N 00000192
cloc.o N 00000195
cloc.o N 0000019a
cloc.o N 000001a1
cloc.o N 000001a8
cloc.o N 000001b7
cloc.o N 000001bf
cloc.o N 000001c7
cloc.o N 000001cf
cloc.o N 000001d4
cloc.o N 000001d7
cloc.o N 000001dd
cloc.o N 000001e3
cloc.o N 000001e8
cloc.o N 000001eb
cloc.o N 000001f1
cloc.o N 000001f4
cloc.o N 000001fa
cloc.o N 000001fe
cloc.o N 00000203
cloc.o N 0000020b
cloc.o N 00000212
cloc.o N 00000219
cloc.o N 0000021f
cloc.o N 00000222
cloc.o N 00000226
cloc.o N 00000228
cloc.o N 00000235
cloc.o N 00000237
cloc.o N 0000023c
cloc.o N 00000241
cloc.o N 00000249
cloc.o N 0000024e
cloc.o ae_encrypt T
cloc.o ae_init T
cloc.o process_ad T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010f
encrypt.o N 0000011d
encrypt.o N 00000153
encrypt.o N 00000157
encrypt.o N 0000018d
encrypt.o N 0000018f
encrypt.o N 00000194
encrypt.o N 000001ab
encrypt.o N 000001ad
encrypt.o N 000001af
encrypt.o N 000001b4
encrypt.o N 000001b9
encrypt.o N 000001bf
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cb
encrypt.o N 000001ce
encrypt.o N 000001d3
encrypt.o N 000001e7
encrypt.o N 000001ea
encrypt.o N 000001ef
encrypt.o N 000001f6
encrypt.o N 00000203
encrypt.o N 0000020a
encrypt.o N 00000219
encrypt.o N 00000221
encrypt.o N 00000229
encrypt.o N 00000231
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000241
encrypt.o N 00000244
encrypt.o N 0000024a
encrypt.o N 0000024d
encrypt.o N 00000253
encrypt.o N 00000257
encrypt.o N 0000025c
encrypt.o N 00000264
encrypt.o N 0000026b
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010d
utils.o N 00000118
utils.o N 0000011f
utils.o N 0000012d
utils.o N 00000132
utils.o N 00000134
utils.o N 00000136
utils.o N 00000139
utils.o N 0000013d
utils.o N 0000013f
utils.o N 00000149
utils.o N 00000153
utils.o N 0000015a
utils.o N 00000162
utils.o N 0000016c
utils.o N 0000016e
utils.o N 00000185
utils.o N 00000189
utils.o N 0000018b
utils.o N 00000191
utils.o N 00000194
utils.o N 00000198
utils.o N 0000019e
utils.o N 000001a3
utils.o N 000001a7
utils.o N 000001aa
utils.o N 000001be
utils.o N 000001c1
utils.o N 000001c6
utils.o N 000001cd
utils.o N 000001da
utils.o N 000001e1
utils.o N 000001f0
utils.o N 000001f8
utils.o N 00000200
utils.o N 00000208
utils.o N 0000020d
utils.o N 00000210
utils.o N 00000216
utils.o N 0000021c
utils.o N 00000221
utils.o N 00000224
utils.o N 0000022a
utils.o N 0000022d
utils.o N 00000233
utils.o N 00000237
utils.o N 0000023c
utils.o N 00000244
utils.o print_cxt T
utils.o pstate T
utils.o pstate2 T
utils.o xor_block T
utils.o xor_bytes T
utils.o xor_bytes2 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


aes_core.o AES_decrypt T
aes_core.o AES_encrypt T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010f
aes_core.o N 00000113
aes_core.o N 00000120
aes_core.o N 00000124
aes_core.o N 00000138
aes_core.o N 0000013d
aes_core.o N 00000141
aes_core.o N 00000145
aes_core.o N 00000149
aes_core.o N 0000014d
aes_core.o N 00000151
aes_core.o N 00000155
aes_core.o N 00000159
aes_core.o N 0000015d
aes_core.o N 00000161
aes_core.o N 0000016f
aes_core.o N 00000172
aes_core.o N 0000017e
aes_core.o N 00000192
aes_core.o N 00000196
aes_core.o N 000001aa
aes_core.o N 000001b6
aes_core.o N 000001c2
aes_core.o N 000001c8
aes_core.o N 000001d0
aes_core.o N 000001d5
aes_core.o N 000001d9
aes_core.o N 000001e0
aes_core.o N 000001e7
aes_core.o N 000001f6
aes_core.o N 000001fe
aes_core.o N 00000201
aes_core.o N 00000203
aes_core.o N 00000208
aes_core.o N 0000020f
aes_core.o N 00000211
aes_core.o N 00000214
aes_core.o N 00000218
aes_core.o N 0000021b
aes_core.o N 0000021e
aes_core.o N 00000221
aes_core.o N 00000224
aes_core.o N 00000227
aes_core.o N 0000022a
aes_core.o N 0000022d
aes_core.o print_state T
cloc.o N 00000000
cloc.o N 00000037
cloc.o N 0000003e
cloc.o N 0000010b
cloc.o N 00000119
cloc.o N 0000011e
cloc.o N 0000012b
cloc.o N 0000012f
cloc.o N 00000146
cloc.o N 00000148
cloc.o N 0000014c
cloc.o N 0000014e
cloc.o N 00000154
cloc.o N 0000015c
cloc.o N 00000160
cloc.o N 0000016b
cloc.o N 00000176
cloc.o N 0000017a
cloc.o N 0000017d
cloc.o N 00000191
cloc.o N 00000194
cloc.o N 00000199
cloc.o N 000001a0
cloc.o N 000001a7
cloc.o N 000001b6
cloc.o N 000001be
cloc.o N 000001c6
cloc.o N 000001ce
cloc.o N 000001d3
cloc.o N 000001d6
cloc.o N 000001dc
cloc.o N 000001e2
cloc.o N 000001e7
cloc.o N 000001ea
cloc.o N 000001f0
cloc.o N 000001f3
cloc.o N 000001f9
cloc.o N 000001fd
cloc.o N 00000202
cloc.o N 0000020a
cloc.o N 00000211
cloc.o N 00000218
cloc.o N 0000021e
cloc.o N 00000221
cloc.o N 00000225
cloc.o N 00000227
cloc.o N 00000234
cloc.o N 00000236
cloc.o N 0000023b
cloc.o N 00000240
cloc.o N 00000248
cloc.o N 0000024d
cloc.o ae_encrypt T
cloc.o ae_init T
cloc.o process_ad T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 00000152
encrypt.o N 00000156
encrypt.o N 0000018c
encrypt.o N 0000018e
encrypt.o N 00000193
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001ae
encrypt.o N 000001b3
encrypt.o N 000001b8
encrypt.o N 000001be
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001ca
encrypt.o N 000001cd
encrypt.o N 000001d2
encrypt.o N 000001e6
encrypt.o N 000001e9
encrypt.o N 000001ee
encrypt.o N 000001f5
encrypt.o N 00000202
encrypt.o N 00000209
encrypt.o N 00000218
encrypt.o N 00000220
encrypt.o N 00000228
encrypt.o N 00000230
encrypt.o N 00000235
encrypt.o N 0000023b
encrypt.o N 00000240
encrypt.o N 00000243
encrypt.o N 00000249
encrypt.o N 0000024c
encrypt.o N 00000252
encrypt.o N 00000256
encrypt.o N 0000025b
encrypt.o N 00000263
encrypt.o N 0000026a
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010c
utils.o N 00000117
utils.o N 0000011e
utils.o N 0000012c
utils.o N 00000131
utils.o N 00000133
utils.o N 00000135
utils.o N 00000138
utils.o N 0000013c
utils.o N 0000013e
utils.o N 00000148
utils.o N 00000152
utils.o N 00000159
utils.o N 00000161
utils.o N 0000016b
utils.o N 0000016d
utils.o N 00000184
utils.o N 00000188
utils.o N 0000018a
utils.o N 00000190
utils.o N 00000193
utils.o N 00000197
utils.o N 0000019d
utils.o N 000001a2
utils.o N 000001a6
utils.o N 000001a9
utils.o N 000001bd
utils.o N 000001c0
utils.o N 000001c5
utils.o N 000001cc
utils.o N 000001d9
utils.o N 000001e0
utils.o N 000001ef
utils.o N 000001f7
utils.o N 000001ff
utils.o N 00000207
utils.o N 0000020c
utils.o N 0000020f
utils.o N 00000215
utils.o N 0000021b
utils.o N 00000220
utils.o N 00000223
utils.o N 00000229
utils.o N 0000022c
utils.o N 00000232
utils.o N 00000236
utils.o N 0000023b
utils.o N 00000243
utils.o print_cxt T
utils.o pstate T
utils.o pstate2 T
utils.o xor_block T
utils.o xor_bytes T
utils.o xor_bytes2 T

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


aes_core.o AES_decrypt T
aes_core.o AES_encrypt T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o print_state T
cloc.o ae_encrypt T
cloc.o ae_init T
cloc.o process_ad T
utils.o print_cxt T
utils.o pstate T
utils.o pstate2 T
utils.o xor_block T
utils.o xor_bytes T
utils.o xor_bytes2 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)