Test results for armeabi, bblack, crypto_aead/gimli24v1

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/gimli24v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: gimli24v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5364324868 0 015906 460 776T:littleendiangcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
5883844096 0 028519 412 792T:littleendianclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
5968883112 0 018751 412 784T:littleendianclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
5968963112 0 019751 412 776T:littleendianclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
5969283112 0 019751 412 776T:littleendianclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
6619281104 0 010781 448 776T:littleendiangcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
6788881308 0 011281 456 776T:littleendiangcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
7040481400 0 016349 408 776T:littleendianclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
9138321202 0 011273 456 776T:littleendiangcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
13164322928 0 019555 412 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
13165282928 0 019555 412 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
13473601576 0 016517 408 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
14751444280 0 015314 460 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
15589281492 0 011457 456 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
23034325692 0 030099 412 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
23170644708 0 020339 412 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
36765441462 0 011521 456 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
38651201324 0 010989 448 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716

Compiler output


cipher.c: In file included from cipher.c:5:
cipher.c: In file included from ./gimli.inc:1:
cipher.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/x86intrin.h:29:
cipher.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
cipher.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
cipher.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.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
cipher.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
cipher.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.c: ...

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


cipher.c: In file included from cipher.c:5:
cipher.c: gimli.inc:1:10: fatal error: x86intrin.h: No such file or directory
cipher.c:  #include <x86intrin.h>
cipher.c:           ^~~~~~~~~~~~~
cipher.c: compilation terminated.

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

Namespace violations


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 0000010f
cipher.o N 0000011d
cipher.o N 00000127
cipher.o N 0000012f
cipher.o N 00000133
cipher.o N 0000013d
cipher.o N 00000145
cipher.o N 0000014c
cipher.o N 00000159
cipher.o N 00000164
cipher.o N 0000016d
cipher.o N 0000016f
cipher.o N 00000174
cipher.o N 000001ab
cipher.o N 000001b1
cipher.o N 000001e8
cipher.o N 000001f1
cipher.o N 00000205
cipher.o N 00000207
cipher.o N 0000020c
cipher.o N 00000223
cipher.o N 00000225
cipher.o N 00000227
cipher.o N 0000022c
cipher.o N 00000231
cipher.o N 00000237
cipher.o N 0000023a
cipher.o N 0000023f
cipher.o N 00000245
cipher.o N 00000247
cipher.o N 0000024d
cipher.o N 0000024f
cipher.o N 00000256
cipher.o N 00000258
cipher.o N 0000025d

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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 0000010e
cipher.o N 0000011c
cipher.o N 00000126
cipher.o N 0000012e
cipher.o N 00000132
cipher.o N 0000013c
cipher.o N 00000144
cipher.o N 0000014b
cipher.o N 00000158
cipher.o N 00000163
cipher.o N 0000016c
cipher.o N 0000016e
cipher.o N 00000173
cipher.o N 000001aa
cipher.o N 000001b0
cipher.o N 000001e7
cipher.o N 000001f0
cipher.o N 00000204
cipher.o N 00000206
cipher.o N 0000020b
cipher.o N 00000222
cipher.o N 00000224
cipher.o N 00000226
cipher.o N 0000022b
cipher.o N 00000230
cipher.o N 00000236
cipher.o N 00000239
cipher.o N 0000023e
cipher.o N 00000244
cipher.o N 00000246
cipher.o N 0000024c
cipher.o N 0000024e
cipher.o N 00000255
cipher.o N 00000257
cipher.o N 0000025c

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 0000010f
cipher.o N 0000011d
cipher.o N 00000127
cipher.o N 0000012f
cipher.o N 00000133
cipher.o N 0000013d
cipher.o N 00000145
cipher.o N 0000014c
cipher.o N 00000159
cipher.o N 00000164
cipher.o N 0000016d
cipher.o N 0000016f
cipher.o N 00000174
cipher.o N 000001ab
cipher.o N 000001b1
cipher.o N 000001e8
cipher.o N 000001f1
cipher.o N 00000205
cipher.o N 00000207
cipher.o N 0000020c
cipher.o N 00000223
cipher.o N 00000225
cipher.o N 0000022b
cipher.o N 0000022d
cipher.o N 00000232
cipher.o N 00000237
cipher.o N 0000023d
cipher.o N 00000240
cipher.o N 00000245
cipher.o N 00000247
cipher.o N 0000024d
cipher.o N 00000254
cipher.o N 00000256
cipher.o N 00000258
cipher.o N 0000025d

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 0000010e
cipher.o N 0000011c
cipher.o N 00000126
cipher.o N 0000012e
cipher.o N 00000132
cipher.o N 0000013c
cipher.o N 00000144
cipher.o N 0000014b
cipher.o N 00000158
cipher.o N 00000163
cipher.o N 0000016c
cipher.o N 0000016e
cipher.o N 00000173
cipher.o N 000001aa
cipher.o N 000001b0
cipher.o N 000001e7
cipher.o N 000001f0
cipher.o N 00000204
cipher.o N 00000206
cipher.o N 0000020b
cipher.o N 00000222
cipher.o N 00000224
cipher.o N 0000022a
cipher.o N 0000022c
cipher.o N 00000231
cipher.o N 00000236
cipher.o N 0000023c
cipher.o N 0000023f
cipher.o N 00000244
cipher.o N 00000246
cipher.o N 0000024c
cipher.o N 0000024e
cipher.o N 00000255
cipher.o N 00000257
cipher.o N 0000025c

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 00000106
cipher.o N 0000010a
cipher.o N 00000114
cipher.o N 0000011c
cipher.o N 00000121
cipher.o N 0000012e
cipher.o N 00000139
cipher.o N 00000142
cipher.o N 00000148
cipher.o N 00000156
cipher.o N 00000160
cipher.o N 00000168
cipher.o N 0000016c
cipher.o N 00000173
cipher.o N 0000017a
cipher.o N 0000017c
cipher.o N 00000181
cipher.o N 00000187
cipher.o N 000001b5
cipher.o N 000001bb
cipher.o N 000001e9
cipher.o N 000001fd
cipher.o N 000001ff
cipher.o N 00000204
cipher.o N 0000021b
cipher.o N 0000021d
cipher.o N 0000021f
cipher.o N 00000224
cipher.o N 00000229
cipher.o N 0000022f
cipher.o N 00000232
cipher.o N 00000237
cipher.o N 00000239
cipher.o N 0000023f
cipher.o N 00000246
cipher.o N 00000248
cipher.o N 0000024a

Number of similar (implementation,compiler) pairs: 2, 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 -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 00000106
cipher.o N 0000010a
cipher.o N 00000114
cipher.o N 0000011c
cipher.o N 00000121
cipher.o N 0000012e
cipher.o N 00000139
cipher.o N 00000142
cipher.o N 00000148
cipher.o N 00000156
cipher.o N 00000160
cipher.o N 00000168
cipher.o N 0000016c
cipher.o N 00000173
cipher.o N 00000179
cipher.o N 0000017b
cipher.o N 00000182
cipher.o N 00000187
cipher.o N 000001b5
cipher.o N 000001bb
cipher.o N 000001e9
cipher.o N 000001fd
cipher.o N 000001ff
cipher.o N 00000204
cipher.o N 0000021b
cipher.o N 0000021d
cipher.o N 0000021f
cipher.o N 00000224
cipher.o N 00000229
cipher.o N 0000022f
cipher.o N 00000232
cipher.o N 00000237
cipher.o N 00000239
cipher.o N 0000023f
cipher.o N 00000246
cipher.o N 00000248
cipher.o N 0000024a

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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 00000105
cipher.o N 00000109
cipher.o N 00000113
cipher.o N 0000011b
cipher.o N 00000120
cipher.o N 0000012d
cipher.o N 00000138
cipher.o N 00000141
cipher.o N 00000147
cipher.o N 00000155
cipher.o N 0000015f
cipher.o N 00000167
cipher.o N 0000016b
cipher.o N 00000172
cipher.o N 00000179
cipher.o N 0000017b
cipher.o N 00000180
cipher.o N 00000186
cipher.o N 000001b4
cipher.o N 000001ba
cipher.o N 000001e8
cipher.o N 000001fc
cipher.o N 000001fe
cipher.o N 00000203
cipher.o N 0000021a
cipher.o N 0000021c
cipher.o N 0000021e
cipher.o N 00000223
cipher.o N 00000228
cipher.o N 0000022e
cipher.o N 00000231
cipher.o N 00000236
cipher.o N 00000238
cipher.o N 0000023e
cipher.o N 00000245
cipher.o N 00000247
cipher.o N 00000249

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


cipher.o N 00000000
cipher.o N 00000037
cipher.o N 00000040
cipher.o N 00000105
cipher.o N 00000109
cipher.o N 00000113
cipher.o N 0000011b
cipher.o N 00000120
cipher.o N 0000012d
cipher.o N 00000138
cipher.o N 00000141
cipher.o N 00000147
cipher.o N 00000155
cipher.o N 0000015f
cipher.o N 00000167
cipher.o N 0000016b
cipher.o N 00000172
cipher.o N 00000178
cipher.o N 0000017a
cipher.o N 00000181
cipher.o N 00000186
cipher.o N 000001b4
cipher.o N 000001ba
cipher.o N 000001e8
cipher.o N 000001fc
cipher.o N 000001fe
cipher.o N 00000203
cipher.o N 0000021a
cipher.o N 0000021c
cipher.o N 0000021e
cipher.o N 00000223
cipher.o N 00000228
cipher.o N 0000022e
cipher.o N 00000231
cipher.o N 00000236
cipher.o N 00000238
cipher.o N 0000023e
cipher.o N 00000245
cipher.o N 00000247
cipher.o N 00000249

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))