Test results for armeabi, berry0, crypto_aead/gimli24v1

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/gimli24v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: gimli24v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
8576565012 0 019131 356 816T:littleendiangcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
10462981672 0 014139 356 816T:littleendiangcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
10658261564 0 013191 348 816T:littleendiangcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
10814423284 0 018612 384 824T:littleendianclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
11524141436 0 016834 380 816T:littleendianclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
12309553384 0 020680 384 816T:littleendianclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
12310923384 0 018696 384 824T:littleendianclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
12875281704 0 014074 352 816T:littleendiangcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
20416201796 0 017194 380 816T:littleendianclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
24859775060 0 019171 356 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
25010102100 0 014559 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
30019493372 0 020656 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
30567901844 0 017234 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
34562024800 0 020116 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
35581534936 0 020236 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
56730171844 0 013463 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
56791042072 0 014434 352 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
79033932228 0 017602 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909

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-11/lib/clang/11.0.1/include/x86intrin.h:15:
cipher.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
cipher.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50: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-11/lib/clang/11.0.1/include/mmintrin.h:129: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-11/lib/clang/11.0.1/include/mmintrin.h:159: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-11/lib/clang/11.0.1/include/mmintrin.h:189: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-11/lib/clang/11.0.1/include/mmintrin.h:216: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-11/lib/clang/11.0.1/include/mmintrin.h:239: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-11/lib/clang/11.0.1/include/mmintrin.h:260: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 (Raspbian_Clang_11.0.1)
T:sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:sseclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ssealtclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ssealtclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ssealtclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ssealtclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ssealtclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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:     1 | #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 (10.2.1_20210110)
T:ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssealtgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssealtgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssealtgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:ssealtgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


cipher.o N 0
cipher.o N 103
cipher.o N 10d
cipher.o N 115
cipher.o N 119
cipher.o N 123
cipher.o N 12b
cipher.o N 132
cipher.o N 13f
cipher.o N 14a
cipher.o N 153
cipher.o N 155
cipher.o N 15a
cipher.o N 191
cipher.o N 197
cipher.o N 1ce
cipher.o N 1d7
cipher.o N 1eb
cipher.o N 1ed
cipher.o N 1f2
cipher.o N 209
cipher.o N 20b
cipher.o N 20d
cipher.o N 212
cipher.o N 217
cipher.o N 21d
cipher.o N 220
cipher.o N 225
cipher.o N 22b
cipher.o N 22d
cipher.o N 233
cipher.o N 235
cipher.o N 237
cipher.o N 23e
cipher.o N 243
cipher.o N 25
cipher.o N 2e
cipher.o N f5

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:littleendianclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:littleendianclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 102
cipher.o N 10c
cipher.o N 114
cipher.o N 118
cipher.o N 122
cipher.o N 12a
cipher.o N 161
cipher.o N 167
cipher.o N 19e
cipher.o N 1a5
cipher.o N 1b2
cipher.o N 1bd
cipher.o N 1c6
cipher.o N 1cf
cipher.o N 1e3
cipher.o N 1e5
cipher.o N 1ea
cipher.o N 201
cipher.o N 203
cipher.o N 205
cipher.o N 20a
cipher.o N 20f
cipher.o N 215
cipher.o N 218
cipher.o N 21d
cipher.o N 223
cipher.o N 225
cipher.o N 22b
cipher.o N 232
cipher.o N 234
cipher.o N 236
cipher.o N 238
cipher.o N 23d
cipher.o N 244
cipher.o N 25
cipher.o N 2e
cipher.o N f4

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 103
cipher.o N 10d
cipher.o N 115
cipher.o N 119
cipher.o N 123
cipher.o N 12b
cipher.o N 132
cipher.o N 13f
cipher.o N 14a
cipher.o N 153
cipher.o N 155
cipher.o N 15a
cipher.o N 191
cipher.o N 197
cipher.o N 1ce
cipher.o N 1d7
cipher.o N 1eb
cipher.o N 1ed
cipher.o N 1f2
cipher.o N 209
cipher.o N 20b
cipher.o N 211
cipher.o N 213
cipher.o N 218
cipher.o N 21d
cipher.o N 223
cipher.o N 226
cipher.o N 22b
cipher.o N 22d
cipher.o N 233
cipher.o N 23a
cipher.o N 23c
cipher.o N 23e
cipher.o N 243
cipher.o N 25
cipher.o N 2e
cipher.o N f5

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 102
cipher.o N 10c
cipher.o N 114
cipher.o N 118
cipher.o N 122
cipher.o N 12a
cipher.o N 131
cipher.o N 13e
cipher.o N 149
cipher.o N 152
cipher.o N 154
cipher.o N 159
cipher.o N 190
cipher.o N 196
cipher.o N 1cd
cipher.o N 1d6
cipher.o N 1ea
cipher.o N 1ec
cipher.o N 1f1
cipher.o N 208
cipher.o N 20a
cipher.o N 20c
cipher.o N 211
cipher.o N 216
cipher.o N 21c
cipher.o N 21f
cipher.o N 224
cipher.o N 22a
cipher.o N 22c
cipher.o N 232
cipher.o N 239
cipher.o N 23b
cipher.o N 23d
cipher.o N 242
cipher.o N 25
cipher.o N 2e
cipher.o N f4

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:littleendianclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 102
cipher.o N 107
cipher.o N 114
cipher.o N 11f
cipher.o N 128
cipher.o N 12e
cipher.o N 13c
cipher.o N 146
cipher.o N 14e
cipher.o N 152
cipher.o N 159
cipher.o N 15f
cipher.o N 161
cipher.o N 168
cipher.o N 16d
cipher.o N 19b
cipher.o N 1a1
cipher.o N 1cf
cipher.o N 1e3
cipher.o N 1e5
cipher.o N 1ea
cipher.o N 201
cipher.o N 203
cipher.o N 205
cipher.o N 20a
cipher.o N 20f
cipher.o N 215
cipher.o N 218
cipher.o N 21d
cipher.o N 21f
cipher.o N 225
cipher.o N 22c
cipher.o N 22e
cipher.o N 230
cipher.o N 25
cipher.o N 2e
cipher.o N ec
cipher.o N f0
cipher.o N fa

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 101
cipher.o N 12f
cipher.o N 135
cipher.o N 163
cipher.o N 16a
cipher.o N 177
cipher.o N 182
cipher.o N 18b
cipher.o N 190
cipher.o N 196
cipher.o N 19c
cipher.o N 1aa
cipher.o N 1b4
cipher.o N 1bc
cipher.o N 1d0
cipher.o N 1d2
cipher.o N 1d7
cipher.o N 1ee
cipher.o N 1f0
cipher.o N 1f2
cipher.o N 1f7
cipher.o N 1fc
cipher.o N 202
cipher.o N 205
cipher.o N 20a
cipher.o N 20c
cipher.o N 212
cipher.o N 214
cipher.o N 21b
cipher.o N 21d
cipher.o N 21f
cipher.o N 224
cipher.o N 22b
cipher.o N 230
cipher.o N 25
cipher.o N 2e
cipher.o N eb
cipher.o N ef
cipher.o N f9

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 102
cipher.o N 107
cipher.o N 114
cipher.o N 11f
cipher.o N 128
cipher.o N 12e
cipher.o N 13c
cipher.o N 146
cipher.o N 14e
cipher.o N 152
cipher.o N 159
cipher.o N 160
cipher.o N 162
cipher.o N 167
cipher.o N 16d
cipher.o N 19b
cipher.o N 1a1
cipher.o N 1cf
cipher.o N 1e3
cipher.o N 1e5
cipher.o N 1ea
cipher.o N 201
cipher.o N 203
cipher.o N 205
cipher.o N 20a
cipher.o N 20f
cipher.o N 215
cipher.o N 218
cipher.o N 21d
cipher.o N 21f
cipher.o N 225
cipher.o N 22c
cipher.o N 22e
cipher.o N 230
cipher.o N 25
cipher.o N 2e
cipher.o N ec
cipher.o N f0
cipher.o N fa

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


cipher.o N 0
cipher.o N 101
cipher.o N 106
cipher.o N 113
cipher.o N 11e
cipher.o N 127
cipher.o N 12d
cipher.o N 13b
cipher.o N 145
cipher.o N 14d
cipher.o N 151
cipher.o N 158
cipher.o N 15e
cipher.o N 160
cipher.o N 167
cipher.o N 16c
cipher.o N 19a
cipher.o N 1a0
cipher.o N 1ce
cipher.o N 1e2
cipher.o N 1e4
cipher.o N 1e9
cipher.o N 200
cipher.o N 202
cipher.o N 204
cipher.o N 209
cipher.o N 20e
cipher.o N 214
cipher.o N 217
cipher.o N 21c
cipher.o N 21e
cipher.o N 224
cipher.o N 226
cipher.o N 22d
cipher.o N 22f
cipher.o N 25
cipher.o N 2e
cipher.o N eb
cipher.o N ef
cipher.o N f9

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)