Test results for armeabi, bblack, crypto_aead/knot192
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/knot192
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: knot192
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1053208 | 4712 127 0 | 14677 583 776 | T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1055992 | 8868 127 0 | 19894 587 776 | T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1211112 | 6920 127 0 | 17950 587 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1220736 | 4144 127 0 | 13809 575 776 | T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1284320 | 5716 127 0 | 15765 583 776 | T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1309568 | 7660 127 0 | 24275 539 776 | T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1310024 | 7660 127 0 | 24275 539 776 | T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1311488 | 7872 127 0 | 32307 539 792 | T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1319016 | 7872 127 0 | 23499 539 784 | T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1325320 | 2680 127 0 | 12645 583 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1367568 | 7464 127 0 | 22409 535 776 | T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1564856 | 5376 127 0 | 29771 539 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1575928 | 5336 127 0 | 21907 539 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1575976 | 5336 127 0 | 21907 539 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1576056 | 5336 127 0 | 20923 539 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1768344 | 3592 127 0 | 18497 535 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1834792 | 2368 127 0 | 12413 583 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
1911336 | 2044 127 0 | 11705 575 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
Compiler output
encrypt.c: encrypt.c:121:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c: u32 capacity = size - rate; //36 288/8=36
encrypt.c: ^
encrypt.c: encrypt.c:202:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c: u32 capacity = size - rate; //24
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | 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:ref | 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:ref | 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:ref | 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
encrypt.c: encrypt.c: In function 'crypto_aead_knot192_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:121:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c: u32 capacity = size - rate; //36 288/8=36
encrypt.c: ^~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_knot192_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:202:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c: u32 capacity = size - rate; //24
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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000010f
encrypt.o N 0000011d
encrypt.o N 00000120
encrypt.o N 00000134
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 0000018c
encrypt.o N 00000190
encrypt.o N 000001bc
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c5
encrypt.o N 000001ca
encrypt.o N 000001cc
encrypt.o N 000001d1
encrypt.o N 000001d6
encrypt.o N 000001dc
encrypt.o N 000001df
encrypt.o N 000001e4
encrypt.o N 000001e8
encrypt.o N 000001ec
encrypt.o N 000001f0
encrypt.o N 000001f4
encrypt.o N 000001f8
encrypt.o N 000001fc
encrypt.o N 00000200
encrypt.o N 00000204
encrypt.o N 00000206
encrypt.o N 00000209
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000213
encrypt.o N 00000216
encrypt.o N 0000021a
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000224
encrypt.o N 00000228
encrypt.o N 0000022c
encrypt.o N 00000230
encrypt.o N 00000233
encrypt.o N 00000237
encrypt.o N 0000023b
encrypt.o constant7 D
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opt | 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:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000104
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 0000011f
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000015b
encrypt.o N 0000015f
encrypt.o N 0000018b
encrypt.o N 0000018f
encrypt.o N 000001bb
encrypt.o N 000001bd
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001d5
encrypt.o N 000001db
encrypt.o N 000001de
encrypt.o N 000001e3
encrypt.o N 000001e7
encrypt.o N 000001eb
encrypt.o N 000001ef
encrypt.o N 000001f3
encrypt.o N 000001f7
encrypt.o N 000001fb
encrypt.o N 000001ff
encrypt.o N 00000203
encrypt.o N 00000205
encrypt.o N 00000208
encrypt.o N 0000020b
encrypt.o N 0000020e
encrypt.o N 00000212
encrypt.o N 00000215
encrypt.o N 00000219
encrypt.o N 0000021c
encrypt.o N 0000021f
encrypt.o N 00000223
encrypt.o N 00000227
encrypt.o N 0000022b
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023a
encrypt.o constant7 D
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opt | 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:opt | 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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000010f
encrypt.o N 0000011d
encrypt.o N 00000120
encrypt.o N 00000134
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 0000018c
encrypt.o N 00000190
encrypt.o N 000001bc
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c5
encrypt.o N 000001ca
encrypt.o N 000001cc
encrypt.o N 000001d1
encrypt.o N 000001d6
encrypt.o N 000001dc
encrypt.o N 000001df
encrypt.o N 000001e4
encrypt.o N 000001e8
encrypt.o N 000001ec
encrypt.o N 000001f0
encrypt.o N 000001f4
encrypt.o N 000001f8
encrypt.o N 000001fc
encrypt.o N 00000200
encrypt.o N 00000204
encrypt.o N 00000206
encrypt.o N 00000209
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000213
encrypt.o N 00000217
encrypt.o N 0000021a
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000224
encrypt.o N 00000228
encrypt.o N 0000022c
encrypt.o N 00000230
encrypt.o N 00000233
encrypt.o N 00000237
encrypt.o N 0000023b
encrypt.o constant7 D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | 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
encrypt.o constant7 D
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000010f
encrypt.o N 0000011d
encrypt.o N 00000120
encrypt.o N 00000134
encrypt.o N 0000014b
encrypt.o N 0000014f
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 00000167
encrypt.o N 00000169
encrypt.o N 0000016b
encrypt.o N 0000016d
encrypt.o N 00000171
encrypt.o N 00000178
encrypt.o N 00000180
encrypt.o N 00000188
encrypt.o N 00000197
encrypt.o N 000001c3
encrypt.o N 000001ef
encrypt.o N 000001f6
encrypt.o N 000001f8
encrypt.o N 000001fc
encrypt.o N 00000200
encrypt.o N 00000204
encrypt.o N 00000208
encrypt.o N 0000020c
encrypt.o N 00000210
encrypt.o N 00000214
encrypt.o N 00000218
encrypt.o N 0000021b
encrypt.o N 0000021e
encrypt.o N 00000221
encrypt.o N 00000225
encrypt.o N 00000229
encrypt.o N 0000022d
encrypt.o N 00000230
encrypt.o N 00000233
encrypt.o N 00000236
encrypt.o N 0000023a
encrypt.o N 0000023e
encrypt.o N 00000242
encrypt.o N 00000246
encrypt.o N 00000249
encrypt.o N 0000024d
encrypt.o N 00000251
encrypt.o N 00000256
encrypt.o N 00000258
encrypt.o N 0000025a
encrypt.o N 0000025f
encrypt.o N 00000264
encrypt.o N 0000026a
encrypt.o N 0000026d
encrypt.o N 00000272
encrypt.o N 00000274
encrypt.o N 00000276
encrypt.o N 0000027f
encrypt.o N 00000284
encrypt.o N 00000289
encrypt.o N 00000290
encrypt.o N 00000295
encrypt.o N 0000029a
encrypt.o N 0000029e
encrypt.o N 000002a1
encrypt.o N 000002a5
encrypt.o N 000002a7
encrypt.o N 000002a9
encrypt.o N 000002ab
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.o store64 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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000104
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 0000011f
encrypt.o N 00000133
encrypt.o N 0000014a
encrypt.o N 0000014e
encrypt.o N 0000015b
encrypt.o N 0000015f
encrypt.o N 00000166
encrypt.o N 00000168
encrypt.o N 0000016a
encrypt.o N 0000016c
encrypt.o N 00000170
encrypt.o N 00000177
encrypt.o N 0000017f
encrypt.o N 00000187
encrypt.o N 00000196
encrypt.o N 000001c2
encrypt.o N 000001ee
encrypt.o N 000001f5
encrypt.o N 000001f7
encrypt.o N 000001fb
encrypt.o N 000001ff
encrypt.o N 00000203
encrypt.o N 00000207
encrypt.o N 0000020b
encrypt.o N 0000020f
encrypt.o N 00000213
encrypt.o N 00000217
encrypt.o N 0000021a
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000224
encrypt.o N 00000228
encrypt.o N 0000022c
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000239
encrypt.o N 0000023d
encrypt.o N 00000241
encrypt.o N 00000245
encrypt.o N 00000248
encrypt.o N 0000024c
encrypt.o N 00000250
encrypt.o N 00000255
encrypt.o N 00000257
encrypt.o N 00000259
encrypt.o N 0000025e
encrypt.o N 00000263
encrypt.o N 00000269
encrypt.o N 0000026c
encrypt.o N 00000271
encrypt.o N 00000273
encrypt.o N 00000275
encrypt.o N 0000027e
encrypt.o N 00000283
encrypt.o N 00000288
encrypt.o N 0000028f
encrypt.o N 00000294
encrypt.o N 00000299
encrypt.o N 0000029d
encrypt.o N 000002a0
encrypt.o N 000002a4
encrypt.o N 000002a6
encrypt.o N 000002a8
encrypt.o N 000002aa
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.o store64 T
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | 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:ref | 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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000105
encrypt.o N 0000010f
encrypt.o N 0000011d
encrypt.o N 00000120
encrypt.o N 00000134
encrypt.o N 0000014b
encrypt.o N 0000014f
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 00000167
encrypt.o N 00000169
encrypt.o N 0000016b
encrypt.o N 0000016d
encrypt.o N 00000171
encrypt.o N 00000178
encrypt.o N 00000180
encrypt.o N 00000188
encrypt.o N 00000197
encrypt.o N 000001c3
encrypt.o N 000001ef
encrypt.o N 000001f6
encrypt.o N 000001f8
encrypt.o N 000001fc
encrypt.o N 00000200
encrypt.o N 00000204
encrypt.o N 00000208
encrypt.o N 0000020c
encrypt.o N 00000210
encrypt.o N 00000214
encrypt.o N 00000218
encrypt.o N 0000021b
encrypt.o N 0000021e
encrypt.o N 00000221
encrypt.o N 00000225
encrypt.o N 00000229
encrypt.o N 0000022c
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023a
encrypt.o N 0000023e
encrypt.o N 00000242
encrypt.o N 00000245
encrypt.o N 00000249
encrypt.o N 0000024d
encrypt.o N 00000251
encrypt.o N 00000256
encrypt.o N 00000258
encrypt.o N 0000025a
encrypt.o N 0000025f
encrypt.o N 00000264
encrypt.o N 0000026a
encrypt.o N 0000026d
encrypt.o N 00000272
encrypt.o N 00000274
encrypt.o N 0000027d
encrypt.o N 00000282
encrypt.o N 00000287
encrypt.o N 0000028e
encrypt.o N 00000293
encrypt.o N 00000298
encrypt.o N 0000029c
encrypt.o N 0000029f
encrypt.o N 000002a3
encrypt.o N 000002a5
encrypt.o N 000002a7
encrypt.o N 000002a9
encrypt.o N 000002ab
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.o store64 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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.o store64 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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |