Test results for armeabi, bblack, crypto_aead/aes128n8t8clocv2

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aes128n8t8clocv2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aes128n8t8clocv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
36493624127 0 035294 460 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
37476822655 0 032794 460 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39752823053 0 047535 412 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39764822753 0 039447 412 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39765622753 0 039447 412 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
39811222933 0 038623 412 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
40644022585 0 037581 408 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
43373620733 0 030598 452 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
52001620937 0 031174 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_aes128n8t8clocv2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:63: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:68: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 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 00000151
encrypt.o N 00000155
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b1
encrypt.o N 000001b6
encrypt.o N 000001bc
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001e4
encrypt.o N 000001e7
encrypt.o N 000001ec
encrypt.o N 000001f3
encrypt.o N 00000200
encrypt.o N 00000207
encrypt.o N 00000216
encrypt.o N 0000021e
encrypt.o N 00000226
encrypt.o N 0000022e
encrypt.o N 00000233
encrypt.o N 00000239
encrypt.o N 0000023e
encrypt.o N 00000241
encrypt.o N 00000247
encrypt.o N 0000024a
encrypt.o N 00000250
encrypt.o N 00000254
encrypt.o N 00000259
encrypt.o N 00000261
encrypt.o N 00000268
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: 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 0000010e
aes_core.o N 00000112
aes_core.o N 0000011f
aes_core.o N 00000123
aes_core.o N 00000137
aes_core.o N 0000013c
aes_core.o N 00000140
aes_core.o N 00000144
aes_core.o N 00000148
aes_core.o N 0000014c
aes_core.o N 00000150
aes_core.o N 00000154
aes_core.o N 00000158
aes_core.o N 0000015c
aes_core.o N 00000160
aes_core.o N 0000016e
aes_core.o N 00000171
aes_core.o N 0000017d
aes_core.o N 00000191
aes_core.o N 00000195
aes_core.o N 000001a9
aes_core.o N 000001b5
aes_core.o N 000001c1
aes_core.o N 000001c7
aes_core.o N 000001cf
aes_core.o N 000001d4
aes_core.o N 000001d8
aes_core.o N 000001df
aes_core.o N 000001e6
aes_core.o N 000001f5
aes_core.o N 000001fd
aes_core.o N 00000200
aes_core.o N 00000202
aes_core.o N 00000207
aes_core.o N 0000020e
aes_core.o N 00000210
aes_core.o N 00000213
aes_core.o N 00000217
aes_core.o N 0000021a
aes_core.o N 0000021d
aes_core.o N 00000220
aes_core.o N 00000223
aes_core.o N 00000226
aes_core.o N 00000229
aes_core.o N 0000022c
aes_core.o print_state T
cloc.o N 00000000
cloc.o N 00000037
cloc.o N 0000003e
cloc.o N 0000010a
cloc.o N 00000118
cloc.o N 0000011d
cloc.o N 0000012a
cloc.o N 0000012e
cloc.o N 00000145
cloc.o N 00000147
cloc.o N 0000014b
cloc.o N 0000014d
cloc.o N 00000153
cloc.o N 0000015b
cloc.o N 0000015f
cloc.o N 0000016a
cloc.o N 00000175
cloc.o N 00000179
cloc.o N 0000017c
cloc.o N 00000190
cloc.o N 00000193
cloc.o N 00000198
cloc.o N 0000019f
cloc.o N 000001a6
cloc.o N 000001b5
cloc.o N 000001bd
cloc.o N 000001c5
cloc.o N 000001cd
cloc.o N 000001d2
cloc.o N 000001d5
cloc.o N 000001db
cloc.o N 000001e1
cloc.o N 000001e6
cloc.o N 000001e9
cloc.o N 000001ef
cloc.o N 000001f2
cloc.o N 000001f8
cloc.o N 000001fc
cloc.o N 00000201
cloc.o N 00000209
cloc.o N 00000210
cloc.o N 00000217
cloc.o N 0000021d
cloc.o N 00000220
cloc.o N 00000224
cloc.o N 00000226
cloc.o N 00000233
cloc.o N 00000235
cloc.o N 0000023a
cloc.o N 0000023f
cloc.o N 00000247
cloc.o N 0000024c
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 0000010d
encrypt.o N 0000011b
encrypt.o N 00000150
encrypt.o N 00000154
encrypt.o N 00000189
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b0
encrypt.o N 000001b5
encrypt.o N 000001bb
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c7
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001e3
encrypt.o N 000001e6
encrypt.o N 000001eb
encrypt.o N 000001f2
encrypt.o N 000001ff
encrypt.o N 00000206
encrypt.o N 00000215
encrypt.o N 0000021d
encrypt.o N 00000225
encrypt.o N 0000022d
encrypt.o N 00000232
encrypt.o N 00000238
encrypt.o N 0000023d
encrypt.o N 00000240
encrypt.o N 00000246
encrypt.o N 00000249
encrypt.o N 0000024f
encrypt.o N 00000253
encrypt.o N 00000258
encrypt.o N 00000260
encrypt.o N 00000267
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010b
utils.o N 00000116
utils.o N 0000011d
utils.o N 0000012b
utils.o N 00000130
utils.o N 00000132
utils.o N 00000134
utils.o N 00000137
utils.o N 0000013b
utils.o N 0000013d
utils.o N 00000147
utils.o N 00000151
utils.o N 00000158
utils.o N 00000160
utils.o N 0000016a
utils.o N 0000016c
utils.o N 00000183
utils.o N 00000187
utils.o N 00000189
utils.o N 0000018f
utils.o N 00000192
utils.o N 00000196
utils.o N 0000019c
utils.o N 000001a1
utils.o N 000001a5
utils.o N 000001a8
utils.o N 000001bc
utils.o N 000001bf
utils.o N 000001c4
utils.o N 000001cb
utils.o N 000001d8
utils.o N 000001df
utils.o N 000001ee
utils.o N 000001f6
utils.o N 000001fe
utils.o N 00000206
utils.o N 0000020b
utils.o N 0000020e
utils.o N 00000214
utils.o N 0000021a
utils.o N 0000021f
utils.o N 00000222
utils.o N 00000228
utils.o N 0000022b
utils.o N 00000231
utils.o N 00000235
utils.o N 0000023a
utils.o N 00000242
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)