Test results for armeabi, berry0, crypto_stream/tpy
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_stream
Test results for armeabi, berry0, crypto_stream
Test results for crypto_stream/tpy
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: tpy
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
40953 | 3944 218 34340 | 16103 574 35128 | T:e/tpy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
41268 | 4158 0 34337 | 19028 384 35136 | T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
41484 | 4146 0 34337 | 19848 384 35128 | T:e/tpy | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
41530 | 4120 218 34340 | 18031 574 35128 | T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
41750 | 4146 0 34337 | 17938 380 35120 | T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
42123 | 3744 218 34340 | 14979 566 35120 | T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
44217 | 4032 218 34340 | 16058 570 35128 | T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
46112 | 4150 0 34337 | 19020 384 35136 | T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
46435 | 3974 0 34337 | 17722 380 35120 | T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241003 | 20240909 |
Compiler output
tpy.c: In file included from tpy.c:1:
tpy.c: ./e/tpy.c:93:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy.c: int keysizeb=(keysize+7)>>3;
tpy.c: ^
tpy.c: ./e/tpy.c:215:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c: int bl;
tpy.c: ^
tpy.c: ./e/tpy.c:355:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy.c: u8 output1b[4];
tpy.c: ^
tpy.c: ./e/tpy.c:310:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c: int bl;
tpy.c: ^
tpy.c: 4 warnings generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:e/tpy | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
tpy.c: In file included from tpy.c:1:
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_ivsetup':
tpy.c: e/tpy.c:93:7: warning: unused variable 'keysizeb' [-Wunused-variable]
tpy.c: 93 | int keysizeb=(keysize+7)>>3;
tpy.c: | ^~~~~~~~
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_process_bytes':
tpy.c: e/tpy.c:215:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c: 215 | int bl;
tpy.c: | ^~
tpy.c: e/tpy.c: In function 'crypto_stream_tpy_e_tpy_timingleaks_ECRYPT_keystream_bytes':
tpy.c: e/tpy.c:355:7: warning: unused variable 'output1b' [-Wunused-variable]
tpy.c: 355 | u8 output1b[4];
tpy.c: | ^~~~~~~~
tpy.c: e/tpy.c:310:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c: 310 | int bl;
tpy.c: | ^~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:e/tpy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | 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 12e
api.o N 132
api.o N 13f
api.o N 143
api.o N 157
api.o N 15a
api.o N 160
api.o N 162
api.o N 16a
api.o N 171
api.o N 17f
api.o N 1b8
api.o N 1e8
api.o N 21c
api.o N 25
api.o N 257
api.o N 291
api.o N 2b
api.o N 2b5
api.o N 2dd
api.o N 2e4
api.o N 2e8
api.o N 2f3
api.o N 2f6
api.o N 2f9
api.o N 2ff
api.o N 306
api.o N 30d
api.o N 30f
api.o N 311
api.o N 313
api.o N 318
api.o N 32f
api.o N 331
api.o N e7
api.o N f7
api.o N fb
tpy.o N 0
tpy.o N 104
tpy.o N 119
tpy.o N 127
tpy.o N 12a
tpy.o N 12d
tpy.o N 13a
tpy.o N 13e
tpy.o N 172
tpy.o N 1a5
tpy.o N 1de
tpy.o N 219
tpy.o N 249
tpy.o N 24d
tpy.o N 25
tpy.o N 251
tpy.o N 257
tpy.o N 259
tpy.o N 261
tpy.o N 265
tpy.o N 26c
tpy.o N 277
tpy.o N 27b
tpy.o N 283
tpy.o N 285
tpy.o N 28e
tpy.o N 291
tpy.o N 293
tpy.o N 296
tpy.o N 298
tpy.o N 29a
tpy.o N 29d
tpy.o N 2a5
tpy.o N 2ac
tpy.o N 2b
tpy.o N 2b2
tpy.o N 2b9
tpy.o N 2c0
tpy.o N 2c9
tpy.o N 2d1
tpy.o N 2da
tpy.o N 2e2
tpy.o N 2e5
tpy.o N 2e8
tpy.o N 2f2
tpy.o N 2f9
tpy.o N 2fb
tpy.o N e7
tpy.o N eb
tpy.o N f0
tpy.o internal_permutation B
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:e/tpy | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:e/tpy | 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 12d
api.o N 131
api.o N 13e
api.o N 142
api.o N 156
api.o N 159
api.o N 15f
api.o N 161
api.o N 169
api.o N 170
api.o N 17e
api.o N 1b7
api.o N 1e7
api.o N 21b
api.o N 25
api.o N 256
api.o N 290
api.o N 2b
api.o N 2b4
api.o N 2dc
api.o N 2e3
api.o N 2e7
api.o N 2f2
api.o N 2f5
api.o N 2f8
api.o N 2fe
api.o N 305
api.o N 30c
api.o N 30e
api.o N 310
api.o N 312
api.o N 317
api.o N 32e
api.o N 330
api.o N e6
api.o N f6
api.o N fa
tpy.o N 0
tpy.o N 103
tpy.o N 118
tpy.o N 126
tpy.o N 129
tpy.o N 12c
tpy.o N 139
tpy.o N 13d
tpy.o N 171
tpy.o N 1a4
tpy.o N 1dd
tpy.o N 218
tpy.o N 248
tpy.o N 24c
tpy.o N 25
tpy.o N 250
tpy.o N 256
tpy.o N 258
tpy.o N 260
tpy.o N 264
tpy.o N 26b
tpy.o N 276
tpy.o N 27a
tpy.o N 282
tpy.o N 28b
tpy.o N 28d
tpy.o N 290
tpy.o N 292
tpy.o N 295
tpy.o N 297
tpy.o N 299
tpy.o N 29c
tpy.o N 2a4
tpy.o N 2ab
tpy.o N 2b
tpy.o N 2b1
tpy.o N 2b8
tpy.o N 2bf
tpy.o N 2c8
tpy.o N 2d0
tpy.o N 2d9
tpy.o N 2e1
tpy.o N 2e4
tpy.o N 2e7
tpy.o N 2f1
tpy.o N 2f8
tpy.o N 2fa
tpy.o N e6
tpy.o N ea
tpy.o N ef
tpy.o internal_permutation B
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/tpy | 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 12d
api.o N 131
api.o N 13e
api.o N 142
api.o N 156
api.o N 159
api.o N 15f
api.o N 161
api.o N 169
api.o N 170
api.o N 17e
api.o N 1b7
api.o N 1e7
api.o N 21b
api.o N 25
api.o N 256
api.o N 290
api.o N 2b
api.o N 2b4
api.o N 2dc
api.o N 2e3
api.o N 2e7
api.o N 2f2
api.o N 2f5
api.o N 2f8
api.o N 2fe
api.o N 305
api.o N 30c
api.o N 30e
api.o N 310
api.o N 312
api.o N 317
api.o N 32e
api.o N 330
api.o N e6
api.o N f6
api.o N fa
tpy.o N 0
tpy.o N 103
tpy.o N 118
tpy.o N 126
tpy.o N 129
tpy.o N 12c
tpy.o N 139
tpy.o N 13d
tpy.o N 171
tpy.o N 1a4
tpy.o N 1dd
tpy.o N 218
tpy.o N 248
tpy.o N 24c
tpy.o N 25
tpy.o N 250
tpy.o N 256
tpy.o N 258
tpy.o N 260
tpy.o N 264
tpy.o N 26b
tpy.o N 276
tpy.o N 27a
tpy.o N 282
tpy.o N 284
tpy.o N 28d
tpy.o N 290
tpy.o N 292
tpy.o N 295
tpy.o N 297
tpy.o N 299
tpy.o N 29c
tpy.o N 2a4
tpy.o N 2ab
tpy.o N 2b
tpy.o N 2b1
tpy.o N 2b8
tpy.o N 2bf
tpy.o N 2c8
tpy.o N 2d0
tpy.o N 2d9
tpy.o N 2e1
tpy.o N 2e4
tpy.o N 2e7
tpy.o N 2f1
tpy.o N 2f8
tpy.o N 2fa
tpy.o N e6
tpy.o N ea
tpy.o N ef
tpy.o internal_permutation B
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
tpy.o internal_permutation B
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:e/tpy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |