Test results for armeabi, berry0, crypto_aead/minalpherv1
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/minalpherv1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: minalpherv1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
8162690 | 10104 0 0 | 24233 360 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
11527915 | 18600 0 0 | 33848 384 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
11880681 | 12564 0 0 | 29796 384 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
12303320 | 18452 0 0 | 33716 384 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
14451698 | 5956 0 0 | 18437 360 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
15466081 | 5348 0 0 | 17025 352 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
18409548 | 4988 0 0 | 20306 380 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
20035082 | 5660 0 0 | 20946 380 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
21545166 | 5992 0 0 | 18322 352 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
Compiler output
encrypt.c: encrypt.c:223:53: warning: '&' within '^' [-Wbitwise-op-parentheses]
encrypt.c: t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: ~ ~~~~~~~~~~~~~~~~~~~^~~~~
encrypt.c: encrypt.c:223:53: note: place parentheses around the '&' expression to silence this warning
encrypt.c: t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: ^
encrypt.c: ( )
encrypt.c: encrypt.c:223:110: warning: '&' within '^' [-Wbitwise-op-parentheses]
encrypt.c: t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: ~ ~~~~~~~~~~~~~~~~~~~^~~~~
encrypt.c: encrypt.c:223:110: note: place parentheses around the '&' expression to silence this warning
encrypt.c: t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: ^
encrypt.c: ( )
encrypt.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
encrypt.c: encrypt.c: In function 'E':
encrypt.c: encrypt.c:223:53: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
encrypt.c: 223 | t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: | ~~~~~~~~~~~~~~~~~~~^~~~~
encrypt.c: encrypt.c:223:110: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
encrypt.c: 223 | t = ( ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f )<<4 ) | ( ((unsigned char)i) ^ ((unsigned char)_r)&0x0f );
encrypt.c: | ~~~~~~~~~~~~~~~~~~~^~~~~
encrypt.c: encrypt.c: In function 'AEAD_TGEN':
encrypt.c: encrypt.c:483:25: warning: variable 'j' set but not used [-Wunused-but-set-variable]
encrypt.c: 483 | unsigned long long i, j, blocknum;
encrypt.c: | ^
encrypt.c: encrypt.c: In function 'AEAD_MGEN':
encrypt.c: encrypt.c:570:14: warning: variable 'cnt' set but not used [-Wunused-but-set-variable]
encrypt.c: 570 | int d, pad, cnt;
encrypt.c: | ^~~
encrypt.c: encrypt.c:570:9: warning: variable 'pad' set but not used [-Wunused-but-set-variable]
encrypt.c: 570 | int d, pad, cnt;
encrypt.c: | ^~~
encrypt.c: encrypt.c: In function 'crypto_mac_gen':
encrypt.c: encrypt.c:800:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
encrypt.c: 800 | int ret;
encrypt.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
encrypt.o N 0
encrypt.o N 113
encrypt.o N 117
encrypt.o N 11b
encrypt.o N 11f
encrypt.o N 124
encrypt.o N 129
encrypt.o N 12b
encrypt.o N 135
encrypt.o N 138
encrypt.o N 13b
encrypt.o N 13e
encrypt.o N 144
encrypt.o N 15b
encrypt.o N 15e
encrypt.o N 164
encrypt.o N 167
encrypt.o N 16b
encrypt.o N 174
encrypt.o N 176
encrypt.o N 179
encrypt.o N 17c
encrypt.o N 180
encrypt.o N 182
encrypt.o N 184
encrypt.o N 18e
encrypt.o N 191
encrypt.o N 197
encrypt.o N 19a
encrypt.o N 1a0
encrypt.o N 1a4
encrypt.o N 1a8
encrypt.o N 1b2
encrypt.o N 1b6
encrypt.o N 1bd
encrypt.o N 1bf
encrypt.o N 1c3
encrypt.o N 1c8
encrypt.o N 1cb
encrypt.o N 1ce
encrypt.o N 1d1
encrypt.o N 1d4
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1da
encrypt.o N 1dd
encrypt.o N 1df
encrypt.o N 1e1
encrypt.o N 1ea
encrypt.o N 1ee
encrypt.o N 1f1
encrypt.o N 1f4
encrypt.o N 1f8
encrypt.o N 228
encrypt.o N 232
encrypt.o N 25
encrypt.o N 262
encrypt.o N 271
encrypt.o N 279
encrypt.o N 28a
encrypt.o N 292
encrypt.o N 29e
encrypt.o N 2a6
encrypt.o N 2a8
encrypt.o N 2ad
encrypt.o N 2af
encrypt.o N 2b1
encrypt.o N 2b6
encrypt.o N 2bb
encrypt.o N 2c1
encrypt.o N 2c4
encrypt.o N 2c9
encrypt.o N 2cc
encrypt.o N 2d1
encrypt.o N 2d4
encrypt.o N 2d9
encrypt.o N 2df
encrypt.o N 2e2
encrypt.o N 2e6
encrypt.o N 2e8
encrypt.o N 2ee
encrypt.o N 2f
encrypt.o N 2f4
encrypt.o N 2f9
encrypt.o N 2fb
encrypt.o N ef
encrypt.o N f1
encrypt.o N ff
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif T
Number of similar (implementation,compiler) pairs: 2, 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) |
Namespace violations
encrypt.o N 0
encrypt.o N 112
encrypt.o N 116
encrypt.o N 11a
encrypt.o N 11e
encrypt.o N 123
encrypt.o N 128
encrypt.o N 12a
encrypt.o N 15a
encrypt.o N 164
encrypt.o N 16e
encrypt.o N 19e
encrypt.o N 1a8
encrypt.o N 1b7
encrypt.o N 1bf
encrypt.o N 1d0
encrypt.o N 1da
encrypt.o N 1e2
encrypt.o N 1ee
encrypt.o N 1f7
encrypt.o N 1f9
encrypt.o N 1fb
encrypt.o N 1fd
encrypt.o N 1ff
encrypt.o N 207
encrypt.o N 20b
encrypt.o N 20d
encrypt.o N 212
encrypt.o N 229
encrypt.o N 22b
encrypt.o N 22d
encrypt.o N 232
encrypt.o N 237
encrypt.o N 23d
encrypt.o N 240
encrypt.o N 245
encrypt.o N 248
encrypt.o N 24a
encrypt.o N 24d
encrypt.o N 25
encrypt.o N 251
encrypt.o N 254
encrypt.o N 257
encrypt.o N 25a
encrypt.o N 260
encrypt.o N 263
encrypt.o N 269
encrypt.o N 272
encrypt.o N 274
encrypt.o N 277
encrypt.o N 27a
encrypt.o N 27e
encrypt.o N 280
encrypt.o N 282
encrypt.o N 287
encrypt.o N 28a
encrypt.o N 28f
encrypt.o N 295
encrypt.o N 298
encrypt.o N 29e
encrypt.o N 2a1
encrypt.o N 2a3
encrypt.o N 2a7
encrypt.o N 2ab
encrypt.o N 2af
encrypt.o N 2b5
encrypt.o N 2b8
encrypt.o N 2bf
encrypt.o N 2c1
encrypt.o N 2c7
encrypt.o N 2ca
encrypt.o N 2cd
encrypt.o N 2d1
encrypt.o N 2d7
encrypt.o N 2dc
encrypt.o N 2de
encrypt.o N 2e1
encrypt.o N 2e5
encrypt.o N 2e9
encrypt.o N 2ee
encrypt.o N 2f
encrypt.o N 2f1
encrypt.o N 2f4
encrypt.o N 2f7
encrypt.o N 2fa
encrypt.o N ee
encrypt.o N f0
encrypt.o N fe
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif 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
encrypt.o N 0
encrypt.o N 113
encrypt.o N 117
encrypt.o N 11b
encrypt.o N 11f
encrypt.o N 124
encrypt.o N 129
encrypt.o N 12b
encrypt.o N 135
encrypt.o N 138
encrypt.o N 13b
encrypt.o N 13e
encrypt.o N 144
encrypt.o N 15b
encrypt.o N 15e
encrypt.o N 164
encrypt.o N 167
encrypt.o N 16b
encrypt.o N 174
encrypt.o N 176
encrypt.o N 179
encrypt.o N 17c
encrypt.o N 180
encrypt.o N 182
encrypt.o N 184
encrypt.o N 18e
encrypt.o N 191
encrypt.o N 197
encrypt.o N 19a
encrypt.o N 1a0
encrypt.o N 1a4
encrypt.o N 1a8
encrypt.o N 1b2
encrypt.o N 1b6
encrypt.o N 1bd
encrypt.o N 1bf
encrypt.o N 1c3
encrypt.o N 1c5
encrypt.o N 1c7
encrypt.o N 1cc
encrypt.o N 1cf
encrypt.o N 1d2
encrypt.o N 1d5
encrypt.o N 1d8
encrypt.o N 1da
encrypt.o N 20a
encrypt.o N 214
encrypt.o N 244
encrypt.o N 25
encrypt.o N 253
encrypt.o N 25b
encrypt.o N 26c
encrypt.o N 274
encrypt.o N 280
encrypt.o N 289
encrypt.o N 28b
encrypt.o N 28d
encrypt.o N 295
encrypt.o N 297
encrypt.o N 29c
encrypt.o N 29e
encrypt.o N 2a0
encrypt.o N 2a5
encrypt.o N 2aa
encrypt.o N 2b0
encrypt.o N 2b3
encrypt.o N 2b8
encrypt.o N 2bb
encrypt.o N 2c0
encrypt.o N 2c3
encrypt.o N 2c8
encrypt.o N 2ce
encrypt.o N 2d1
encrypt.o N 2d5
encrypt.o N 2d7
encrypt.o N 2dd
encrypt.o N 2e0
encrypt.o N 2e3
encrypt.o N 2e7
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2f2
encrypt.o N 2f4
encrypt.o N 2f7
encrypt.o N 2fb
encrypt.o N ef
encrypt.o N f1
encrypt.o N ff
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
encrypt.o N 0
encrypt.o N 112
encrypt.o N 116
encrypt.o N 11a
encrypt.o N 11e
encrypt.o N 123
encrypt.o N 128
encrypt.o N 12a
encrypt.o N 134
encrypt.o N 137
encrypt.o N 13a
encrypt.o N 13d
encrypt.o N 143
encrypt.o N 15a
encrypt.o N 15d
encrypt.o N 163
encrypt.o N 166
encrypt.o N 16a
encrypt.o N 173
encrypt.o N 175
encrypt.o N 178
encrypt.o N 17b
encrypt.o N 17f
encrypt.o N 181
encrypt.o N 183
encrypt.o N 18d
encrypt.o N 190
encrypt.o N 196
encrypt.o N 199
encrypt.o N 19f
encrypt.o N 1a3
encrypt.o N 1a7
encrypt.o N 1b1
encrypt.o N 1b5
encrypt.o N 1bc
encrypt.o N 1be
encrypt.o N 1c2
encrypt.o N 1c7
encrypt.o N 1ca
encrypt.o N 1cd
encrypt.o N 1d0
encrypt.o N 1d3
encrypt.o N 1d5
encrypt.o N 1d7
encrypt.o N 1d9
encrypt.o N 1dc
encrypt.o N 1de
encrypt.o N 1e0
encrypt.o N 1e9
encrypt.o N 1ed
encrypt.o N 1f0
encrypt.o N 1f3
encrypt.o N 1f7
encrypt.o N 227
encrypt.o N 231
encrypt.o N 25
encrypt.o N 261
encrypt.o N 270
encrypt.o N 278
encrypt.o N 289
encrypt.o N 291
encrypt.o N 29d
encrypt.o N 2a5
encrypt.o N 2a7
encrypt.o N 2ac
encrypt.o N 2ae
encrypt.o N 2b0
encrypt.o N 2b5
encrypt.o N 2ba
encrypt.o N 2c0
encrypt.o N 2c3
encrypt.o N 2c8
encrypt.o N 2cb
encrypt.o N 2d0
encrypt.o N 2d3
encrypt.o N 2d6
encrypt.o N 2db
encrypt.o N 2e1
encrypt.o N 2e5
encrypt.o N 2e7
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2f3
encrypt.o N 2f8
encrypt.o N 2fa
encrypt.o N ee
encrypt.o N f0
encrypt.o N fe
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif 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
encrypt.o crypto_mac_gen T
encrypt.o crypto_mac_verif 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) |