Test results for armeabi, bblack, crypto_stream/tpy
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_stream
Test results for armeabi, bblack, crypto_stream
Test results for crypto_stream/tpy
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_stream
Primitive: tpy
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
22000 | 2984 218 34084 | 14154 678 35088 | T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
22208 | 2848 218 34084 | 12873 674 35088 | T:e/tpy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
23536 | 3938 0 34081 | 19107 412 35088 | T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
23624 | 3938 0 34081 | 19107 412 35088 | T:e/tpy | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
23792 | 3954 0 34081 | 18803 412 35096 | T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
23832 | 4838 0 34081 | 28451 412 35096 | T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
23872 | 3930 0 34081 | 17401 408 35080 | T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
25496 | 2568 218 34084 | 12049 666 35080 | T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
30912 | 2920 218 34084 | 12929 674 35088 | T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240806 | 20240716 |
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
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: 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: 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: u8 output1b[4];
tpy.c: ^~~~~~~~
tpy.c: e/tpy.c:310:7: warning: unused variable 'bl' [-Wunused-variable]
tpy.c: 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 (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000101
api.o N 00000111
api.o N 00000115
api.o N 0000014f
api.o N 00000173
api.o N 0000019b
api.o N 000001a2
api.o N 000001a6
api.o N 000001aa
api.o N 000001b7
api.o N 000001bb
api.o N 000001cf
api.o N 000001d2
api.o N 000001d8
api.o N 000001da
api.o N 000001e2
api.o N 000001e9
api.o N 000001f4
api.o N 000001f7
api.o N 00000205
api.o N 00000208
api.o N 0000020e
api.o N 00000215
api.o N 0000021c
api.o N 0000021e
api.o N 00000223
api.o N 0000023a
api.o N 0000023c
api.o N 0000023e
api.o N 00000240
tpy.o N 00000000
tpy.o N 00000037
tpy.o N 0000003d
tpy.o N 00000101
tpy.o N 00000105
tpy.o N 0000010a
tpy.o N 0000011e
tpy.o N 00000133
tpy.o N 00000141
tpy.o N 00000144
tpy.o N 00000147
tpy.o N 00000154
tpy.o N 00000158
tpy.o N 0000018c
tpy.o N 000001bf
tpy.o N 000001f8
tpy.o N 00000233
tpy.o N 00000263
tpy.o N 00000267
tpy.o N 0000026b
tpy.o N 00000271
tpy.o N 00000273
tpy.o N 0000027b
tpy.o N 0000027f
tpy.o N 00000286
tpy.o N 00000291
tpy.o N 00000295
tpy.o N 00000297
tpy.o N 000002a0
tpy.o N 000002a2
tpy.o N 000002aa
tpy.o N 000002ad
tpy.o N 000002b0
tpy.o N 000002b2
tpy.o N 000002b4
tpy.o N 000002b7
tpy.o N 000002bf
tpy.o N 000002c6
tpy.o N 000002cc
tpy.o N 000002d3
tpy.o N 000002da
tpy.o N 000002e3
tpy.o N 000002eb
tpy.o N 000002f4
tpy.o N 000002fc
tpy.o N 000002ff
tpy.o N 00000302
tpy.o N 0000030c
tpy.o N 00000313
tpy.o N 00000315
tpy.o internal_permutation C
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000100
api.o N 00000110
api.o N 00000114
api.o N 0000014e
api.o N 00000172
api.o N 0000019a
api.o N 000001a1
api.o N 000001a5
api.o N 000001a9
api.o N 000001b6
api.o N 000001ba
api.o N 000001ce
api.o N 000001d1
api.o N 000001d7
api.o N 000001d9
api.o N 000001e1
api.o N 000001e8
api.o N 000001f3
api.o N 000001f6
api.o N 00000204
api.o N 00000207
api.o N 0000020d
api.o N 00000214
api.o N 0000021b
api.o N 0000021d
api.o N 00000222
api.o N 00000239
api.o N 0000023b
api.o N 0000023d
api.o N 0000023f
tpy.o N 00000000
tpy.o N 00000037
tpy.o N 0000003d
tpy.o N 00000100
tpy.o N 00000104
tpy.o N 00000109
tpy.o N 0000011d
tpy.o N 00000132
tpy.o N 00000140
tpy.o N 00000143
tpy.o N 00000146
tpy.o N 00000153
tpy.o N 00000157
tpy.o N 0000018b
tpy.o N 000001be
tpy.o N 000001f7
tpy.o N 00000232
tpy.o N 00000262
tpy.o N 00000266
tpy.o N 0000026a
tpy.o N 00000270
tpy.o N 00000272
tpy.o N 0000027a
tpy.o N 0000027e
tpy.o N 00000285
tpy.o N 00000290
tpy.o N 00000294
tpy.o N 00000296
tpy.o N 0000029f
tpy.o N 000002a1
tpy.o N 000002a9
tpy.o N 000002ac
tpy.o N 000002af
tpy.o N 000002b1
tpy.o N 000002b3
tpy.o N 000002b6
tpy.o N 000002be
tpy.o N 000002c5
tpy.o N 000002cb
tpy.o N 000002d2
tpy.o N 000002d9
tpy.o N 000002e2
tpy.o N 000002ea
tpy.o N 000002f3
tpy.o N 000002fb
tpy.o N 000002fe
tpy.o N 00000301
tpy.o N 0000030b
tpy.o N 00000312
tpy.o N 00000314
tpy.o internal_permutation C
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
tpy.o internal_permutation 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 (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |