Test results for armeabi, berry0, crypto_stream/tpy6
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_stream
Test results for armeabi, berry0, crypto_stream
Test results for crypto_stream/tpy6
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: tpy6
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
26367 | 4082 0 32801 | 18956 384 33600 | T:e/tpy6 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
26385 | 4062 0 32801 | 19768 384 33592 | T:e/tpy6 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
26767 | 4062 0 32801 | 17858 380 33584 | T:e/tpy6 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
27692 | 4070 0 32801 | 18944 384 33600 | T:e/tpy6 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
29665 | 3942 0 32801 | 17694 380 33584 | T:e/tpy6 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
30490 | 3972 218 32804 | 16135 574 33592 | T:e/tpy6 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
30590 | 3716 218 32804 | 14951 566 33584 | T:e/tpy6 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
30895 | 4144 218 32804 | 18059 574 33592 | T:e/tpy6 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
32212 | 4012 218 32804 | 16042 570 33592 | T:e/tpy6 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
Compiler output
tpy6.c: In file included from tpy6.c:1:
tpy6.c: ./e/tpy6.c:96:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy6.c: int keysizeb=(keysize+7)>>3;
tpy6.c: ^
tpy6.c: ./e/tpy6.c:222:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c: int bl;
tpy6.c: ^
tpy6.c: ./e/tpy6.c:362:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy6.c: u8 output1b[4];
tpy6.c: ^
tpy6.c: ./e/tpy6.c:317:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c: int bl;
tpy6.c: ^
tpy6.c: 4 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:e/tpy6 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
tpy6.c: In file included from tpy6.c:1:
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_ivsetup':
tpy6.c: e/tpy6.c:96:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy6.c: 96 | int keysizeb=(keysize+7)>>3;
tpy6.c: | ^~~~~~~~
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_process_bytes':
tpy6.c: e/tpy6.c:222:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c: 222 | int bl;
tpy6.c: | ^~
tpy6.c: e/tpy6.c: In function 'crypto_stream_tpy6_e_tpy6_timingleaks_ECRYPT_keystream_bytes':
tpy6.c: e/tpy6.c:362:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy6.c: 362 | u8 output1b[4];
tpy6.c: | ^~~~~~~~
tpy6.c: e/tpy6.c:317:7: warning: unused variable 'bl' [-Wunused-variable]
tpy6.c: 317 | int bl;
tpy6.c: | ^~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:e/tpy6 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
api.o N 0
api.o N 132
api.o N 136
api.o N 143
api.o N 147
api.o N 15b
api.o N 15e
api.o N 164
api.o N 166
api.o N 16e
api.o N 175
api.o N 183
api.o N 1be
api.o N 1f0
api.o N 226
api.o N 25
api.o N 263
api.o N 29f
api.o N 2b
api.o N 2c5
api.o N 2ef
api.o N 2f6
api.o N 2fa
api.o N 305
api.o N 308
api.o N 30b
api.o N 311
api.o N 318
api.o N 31f
api.o N 321
api.o N 323
api.o N 325
api.o N 32a
api.o N 341
api.o N 343
api.o N e9
api.o N f9
api.o N fd
tpy6.o N 0
tpy6.o N 107
tpy6.o N 11c
tpy6.o N 12a
tpy6.o N 12d
tpy6.o N 130
tpy6.o N 13d
tpy6.o N 141
tpy6.o N 177
tpy6.o N 1ac
tpy6.o N 1e7
tpy6.o N 224
tpy6.o N 25
tpy6.o N 256
tpy6.o N 25a
tpy6.o N 25e
tpy6.o N 264
tpy6.o N 266
tpy6.o N 26e
tpy6.o N 272
tpy6.o N 279
tpy6.o N 284
tpy6.o N 288
tpy6.o N 290
tpy6.o N 299
tpy6.o N 29b
tpy6.o N 29e
tpy6.o N 2a0
tpy6.o N 2a3
tpy6.o N 2a5
tpy6.o N 2a7
tpy6.o N 2aa
tpy6.o N 2ad
tpy6.o N 2b5
tpy6.o N 2bc
tpy6.o N 2c
tpy6.o N 2c2
tpy6.o N 2c9
tpy6.o N 2d0
tpy6.o N 2d9
tpy6.o N 2e1
tpy6.o N 2ea
tpy6.o N 2f2
tpy6.o N 2f5
tpy6.o N 2f8
tpy6.o N 302
tpy6.o N 309
tpy6.o N 30b
tpy6.o N ea
tpy6.o N ee
tpy6.o N f3
tpy6.o internal_permutation B
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:e/tpy6 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy6 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
api.o N 0
api.o N 131
api.o N 135
api.o N 142
api.o N 146
api.o N 15a
api.o N 15d
api.o N 163
api.o N 165
api.o N 16d
api.o N 174
api.o N 182
api.o N 1bd
api.o N 1ef
api.o N 225
api.o N 25
api.o N 262
api.o N 29e
api.o N 2b
api.o N 2c4
api.o N 2ee
api.o N 2f5
api.o N 2f9
api.o N 304
api.o N 307
api.o N 30a
api.o N 310
api.o N 317
api.o N 31e
api.o N 320
api.o N 322
api.o N 324
api.o N 329
api.o N 340
api.o N 342
api.o N e8
api.o N f8
api.o N fc
tpy6.o N 0
tpy6.o N 106
tpy6.o N 11b
tpy6.o N 129
tpy6.o N 12c
tpy6.o N 12f
tpy6.o N 13c
tpy6.o N 140
tpy6.o N 176
tpy6.o N 1ab
tpy6.o N 1e6
tpy6.o N 223
tpy6.o N 25
tpy6.o N 255
tpy6.o N 259
tpy6.o N 25d
tpy6.o N 263
tpy6.o N 265
tpy6.o N 26d
tpy6.o N 271
tpy6.o N 278
tpy6.o N 283
tpy6.o N 287
tpy6.o N 28f
tpy6.o N 298
tpy6.o N 29a
tpy6.o N 29d
tpy6.o N 29f
tpy6.o N 2a2
tpy6.o N 2a4
tpy6.o N 2a6
tpy6.o N 2a9
tpy6.o N 2ac
tpy6.o N 2b4
tpy6.o N 2bb
tpy6.o N 2c
tpy6.o N 2c1
tpy6.o N 2c8
tpy6.o N 2cf
tpy6.o N 2d8
tpy6.o N 2e0
tpy6.o N 2e9
tpy6.o N 2f1
tpy6.o N 2f4
tpy6.o N 2f7
tpy6.o N 301
tpy6.o N 308
tpy6.o N 30a
tpy6.o N e9
tpy6.o N ed
tpy6.o N f2
tpy6.o internal_permutation B
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/tpy6 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
api.o N 0
api.o N 131
api.o N 135
api.o N 142
api.o N 146
api.o N 15a
api.o N 15d
api.o N 163
api.o N 165
api.o N 16d
api.o N 174
api.o N 182
api.o N 1bd
api.o N 1ef
api.o N 225
api.o N 25
api.o N 262
api.o N 29e
api.o N 2b
api.o N 2c4
api.o N 2ee
api.o N 2f5
api.o N 2f9
api.o N 304
api.o N 307
api.o N 30a
api.o N 310
api.o N 317
api.o N 31e
api.o N 320
api.o N 322
api.o N 324
api.o N 329
api.o N 340
api.o N 342
api.o N e8
api.o N f8
api.o N fc
tpy6.o N 0
tpy6.o N 106
tpy6.o N 11b
tpy6.o N 129
tpy6.o N 12c
tpy6.o N 12f
tpy6.o N 13c
tpy6.o N 140
tpy6.o N 176
tpy6.o N 1ab
tpy6.o N 1e6
tpy6.o N 223
tpy6.o N 25
tpy6.o N 255
tpy6.o N 259
tpy6.o N 25d
tpy6.o N 263
tpy6.o N 265
tpy6.o N 26d
tpy6.o N 271
tpy6.o N 278
tpy6.o N 283
tpy6.o N 287
tpy6.o N 28f
tpy6.o N 291
tpy6.o N 29a
tpy6.o N 29d
tpy6.o N 29f
tpy6.o N 2a2
tpy6.o N 2a4
tpy6.o N 2a6
tpy6.o N 2a9
tpy6.o N 2ac
tpy6.o N 2b4
tpy6.o N 2bb
tpy6.o N 2c
tpy6.o N 2c1
tpy6.o N 2c8
tpy6.o N 2cf
tpy6.o N 2d8
tpy6.o N 2e0
tpy6.o N 2e9
tpy6.o N 2f1
tpy6.o N 2f4
tpy6.o N 2f7
tpy6.o N 301
tpy6.o N 308
tpy6.o N 30a
tpy6.o N e9
tpy6.o N ed
tpy6.o N f2
tpy6.o internal_permutation B
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/tpy6 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
tpy6.o internal_permutation B
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:e/tpy6 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy6 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |