Test results for armeabi, berry0, crypto_aead/ascon128av11
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/ascon128av11
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: ascon128av11
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
535497 | 7348 0 0 | 21399 356 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
624270 | 7340 0 0 | 24596 384 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
625227 | 7340 0 0 | 22612 384 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
631953 | 7328 0 0 | 22616 384 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
870483 | 3484 0 0 | 15879 356 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
1006152 | 3584 0 0 | 18942 380 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
1066608 | 3360 0 0 | 15650 352 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
1138595 | 3096 0 0 | 14747 348 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
1197409 | 3156 0 0 | 18522 380 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241005 | 20240909 |
Test failure
error 111
crypto_aead_decrypt does not match m
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:opt64 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt64 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c: int capacity = size - rate;
ascon.c: ^
ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c: int capacity = size - rate;
ascon.c: ^
ascon.c: 2 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
ascon.c: ascon.c: In function 'crypto_aead_ascon128av11_ref_timingleaks_encrypt':
ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c: 98 | int capacity = size - rate;
ascon.c: | ^~~~~~~~
ascon.c: ascon.c: In function 'crypto_aead_ascon128av11_ref_timingleaks_decrypt':
ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c: 197 | int capacity = size - rate;
ascon.c: | ^~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
ascon.o N 0
ascon.o N 105
ascon.o N 109
ascon.o N 117
ascon.o N 11a
ascon.o N 121
ascon.o N 123
ascon.o N 125
ascon.o N 127
ascon.o N 12b
ascon.o N 133
ascon.o N 13e
ascon.o N 149
ascon.o N 155
ascon.o N 186
ascon.o N 1b7
ascon.o N 1bc
ascon.o N 1c1
ascon.o N 1c4
ascon.o N 1c7
ascon.o N 1ca
ascon.o N 1cd
ascon.o N 1d0
ascon.o N 1d7
ascon.o N 1da
ascon.o N 1dd
ascon.o N 1e0
ascon.o N 1e3
ascon.o N 1e6
ascon.o N 1fa
ascon.o N 1fc
ascon.o N 201
ascon.o N 203
ascon.o N 205
ascon.o N 213
ascon.o N 217
ascon.o N 219
ascon.o N 21b
ascon.o N 224
ascon.o N 229
ascon.o N 22e
ascon.o N 233
ascon.o N 235
ascon.o N 23a
ascon.o N 23f
ascon.o N 245
ascon.o N 248
ascon.o N 24d
ascon.o N 25
ascon.o N 259
ascon.o N 266
ascon.o N 268
ascon.o N 274
ascon.o N 280
ascon.o N 282
ascon.o N 284
ascon.o N 286
ascon.o N 2d
ascon.o N ee
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
ascon.o N 0
ascon.o N 104
ascon.o N 108
ascon.o N 116
ascon.o N 119
ascon.o N 124
ascon.o N 12f
ascon.o N 136
ascon.o N 13e
ascon.o N 14a
ascon.o N 17b
ascon.o N 17f
ascon.o N 1b0
ascon.o N 1b5
ascon.o N 1ba
ascon.o N 1bc
ascon.o N 1bf
ascon.o N 1c2
ascon.o N 1c5
ascon.o N 1c8
ascon.o N 1cb
ascon.o N 1cd
ascon.o N 1cf
ascon.o N 1d6
ascon.o N 1d9
ascon.o N 1dc
ascon.o N 1df
ascon.o N 1e2
ascon.o N 1e5
ascon.o N 1f9
ascon.o N 1fb
ascon.o N 200
ascon.o N 202
ascon.o N 204
ascon.o N 212
ascon.o N 216
ascon.o N 218
ascon.o N 21a
ascon.o N 223
ascon.o N 228
ascon.o N 22d
ascon.o N 232
ascon.o N 234
ascon.o N 239
ascon.o N 23e
ascon.o N 244
ascon.o N 247
ascon.o N 24c
ascon.o N 25
ascon.o N 258
ascon.o N 265
ascon.o N 267
ascon.o N 273
ascon.o N 27f
ascon.o N 281
ascon.o N 283
ascon.o N 285
ascon.o N 2d
ascon.o N ed
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
ascon.o N 0
ascon.o N 104
ascon.o N 108
ascon.o N 116
ascon.o N 119
ascon.o N 120
ascon.o N 122
ascon.o N 124
ascon.o N 126
ascon.o N 12a
ascon.o N 132
ascon.o N 13d
ascon.o N 148
ascon.o N 154
ascon.o N 185
ascon.o N 1b6
ascon.o N 1bb
ascon.o N 1c0
ascon.o N 1c3
ascon.o N 1c6
ascon.o N 1c9
ascon.o N 1cc
ascon.o N 1cf
ascon.o N 1d6
ascon.o N 1d9
ascon.o N 1dc
ascon.o N 1df
ascon.o N 1e2
ascon.o N 1e5
ascon.o N 1f9
ascon.o N 1fb
ascon.o N 200
ascon.o N 202
ascon.o N 20e
ascon.o N 21b
ascon.o N 21d
ascon.o N 222
ascon.o N 227
ascon.o N 22d
ascon.o N 230
ascon.o N 235
ascon.o N 241
ascon.o N 243
ascon.o N 245
ascon.o N 25
ascon.o N 251
ascon.o N 25f
ascon.o N 263
ascon.o N 265
ascon.o N 267
ascon.o N 270
ascon.o N 275
ascon.o N 27a
ascon.o N 27f
ascon.o N 281
ascon.o N 283
ascon.o N 285
ascon.o N 2d
ascon.o N ed
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |