Test results for armeabi, bblack, crypto_stream/tpy
[Page version: 20250923 20:25:05]
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: 20250415
Operation: crypto_stream
Primitive: tpy
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
22032 | 2984 218 34084 | 14154 678 35088 | T:e/tpy | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
22248 | 2848 218 34084 | 12873 674 35088 | T:e/tpy | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
23536 | 3938 0 34081 | 19107 412 35088 | T:e/tpy | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
23544 | 3938 0 34081 | 19107 412 35088 | T:e/tpy | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
23704 | 3954 0 34081 | 18803 412 35096 | T:e/tpy | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
23744 | 3930 0 34081 | 17401 408 35080 | T:e/tpy | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
23840 | 4838 0 34081 | 28451 412 35096 | T:e/tpy | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
29464 | 2556 218 34084 | 12033 666 35080 | T:e/tpy | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
30912 | 2920 218 34084 | 12929 674 35088 | T:e/tpy | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250324 | 20250307 |
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 0000016c
tpy.o N 0000017c
tpy.o N 0000018c
tpy.o N 00000197
tpy.o N 000001a0
tpy.o N 000001d4
tpy.o N 00000207
tpy.o N 00000240
tpy.o N 0000027b
tpy.o N 000002ab
tpy.o N 000002af
tpy.o N 000002b3
tpy.o N 000002b9
tpy.o N 000002bb
tpy.o N 000002c3
tpy.o N 000002c7
tpy.o N 000002ce
tpy.o N 000002d9
tpy.o N 000002dd
tpy.o N 000002df
tpy.o N 000002e8
tpy.o N 000002ea
tpy.o N 000002f2
tpy.o N 000002f5
tpy.o N 000002f8
tpy.o N 000002fa
tpy.o N 000002fc
tpy.o N 000002ff
tpy.o N 00000307
tpy.o N 0000030e
tpy.o N 00000314
tpy.o N 0000031b
tpy.o N 00000322
tpy.o N 0000032b
tpy.o N 00000333
tpy.o N 0000033c
tpy.o N 00000344
tpy.o N 00000347
tpy.o N 0000034a
tpy.o N 00000354
tpy.o N 0000035b
tpy.o N 0000035d
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 0000016b
tpy.o N 0000017b
tpy.o N 0000018b
tpy.o N 00000196
tpy.o N 0000019f
tpy.o N 000001d3
tpy.o N 00000206
tpy.o N 0000023f
tpy.o N 0000027a
tpy.o N 000002aa
tpy.o N 000002ae
tpy.o N 000002b2
tpy.o N 000002b8
tpy.o N 000002ba
tpy.o N 000002c2
tpy.o N 000002c6
tpy.o N 000002cd
tpy.o N 000002d8
tpy.o N 000002dc
tpy.o N 000002de
tpy.o N 000002e7
tpy.o N 000002e9
tpy.o N 000002f1
tpy.o N 000002f4
tpy.o N 000002f7
tpy.o N 000002f9
tpy.o N 000002fb
tpy.o N 000002fe
tpy.o N 00000306
tpy.o N 0000030d
tpy.o N 00000313
tpy.o N 0000031a
tpy.o N 00000321
tpy.o N 0000032a
tpy.o N 00000332
tpy.o N 0000033b
tpy.o N 00000343
tpy.o N 00000346
tpy.o N 00000349
tpy.o N 00000353
tpy.o N 0000035a
tpy.o N 0000035c
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) |