Test results for armeabi, bblack, crypto_aead/trivia0v1
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/trivia0v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: trivia0v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
372696 | 12016 0 0 | 27523 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
373488 | 13036 0 0 | 37347 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
491192 | 16528 0 0 | 33035 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
491232 | 16528 0 0 | 33035 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
513232 | 9988 0 0 | 20978 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
570264 | 5184 0 0 | 20005 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
575688 | 4040 0 0 | 13961 456 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
798640 | 3092 0 0 | 13113 456 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
983288 | 2872 0 0 | 12525 448 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
Compiler output
encrypt.c: encrypt.c:52:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u64 temp,
encrypt.c: ^
encrypt.c: encrypt.c:58:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u32 temp,
encrypt.c: ^
encrypt.c: encrypt.c:123:12: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
encrypt.c: if((a>>31)&1==1) result = result^(CONST_alpha_32);
encrypt.c: ^~~~~
encrypt.c: encrypt.c:123:12: note: place parentheses around the '==' expression to silence this warning
encrypt.c: if((a>>31)&1==1) result = result^(CONST_alpha_32);
encrypt.c: ^
encrypt.c: ( )
encrypt.c: encrypt.c:123:12: note: place parentheses around the & expression to evaluate it first
encrypt.c: if((a>>31)&1==1) result = result^(CONST_alpha_32);
encrypt.c: ^
encrypt.c: ( )
encrypt.c: encrypt.c:148:12: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
encrypt.c: if((b>>63)&1==1) result = result^(CONST_beta_64);
encrypt.c: ^~~~~
encrypt.c: encrypt.c:148:12: note: place parentheses around the '==' expression to silence this warning
encrypt.c: if((b>>63)&1==1) result = result^(CONST_beta_64);
encrypt.c: ^
encrypt.c: ( )
encrypt.c: encrypt.c:148:12: note: place parentheses around the & expression to evaluate it first
encrypt.c: ...
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 'load64':
encrypt.c: encrypt.c:52:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u64 temp,
encrypt.c: ^~~~
encrypt.c: encrypt.c: In function 'load32':
encrypt.c: encrypt.c:58:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u32 temp,
encrypt.c: ^~~~
encrypt.c: encrypt.c: In function 'Mult_by_alpha_power':
encrypt.c: encrypt.c:123:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
encrypt.c: if((a>>31)&1==1) result = result^(CONST_alpha_32);
encrypt.c: ^
encrypt.c: encrypt.c: In function 'Mult_by_beta_power':
encrypt.c: encrypt.c:148:12: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
encrypt.c: if((b>>63)&1==1) result = result^(CONST_beta_64);
encrypt.c: ^
encrypt.c: encrypt.c: In function 'Field_Mult_32':
encrypt.c: encrypt.c:183:8: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
encrypt.c: if(b&1==1) result=a;
encrypt.c: ^
encrypt.c: encrypt.c:189:6: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
encrypt.c: if(b&1==1) result=result^a;
encrypt.c: ^
encrypt.c: encrypt.c: In function 'Initialize_process_AD_Reinitialize':
encrypt.c: encrypt.c:236:7: warning: unused variable 'FINISH' [-Wunused-variable]
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 Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 0000011e
encrypt.o N 00000122
encrypt.o N 00000130
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000014b
encrypt.o N 00000151
encrypt.o N 00000157
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 00000162
encrypt.o N 00000176
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 00000181
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 000001a1
encrypt.o N 000001af
encrypt.o N 000001bb
encrypt.o N 000001c1
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001da
encrypt.o N 000001de
encrypt.o N 000001e9
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 00000207
encrypt.o N 00000210
encrypt.o N 00000212
encrypt.o N 0000021d
encrypt.o N 00000222
encrypt.o N 00000226
encrypt.o N 00000230
encrypt.o N 00000244
encrypt.o N 00000249
encrypt.o N 0000024d
encrypt.o N 00000256
encrypt.o N 00000260
encrypt.o N 00000268
encrypt.o N 0000026a
encrypt.o N 0000026f
encrypt.o N 0000027b
encrypt.o N 0000027d
encrypt.o N 00000280
encrypt.o N 00000283
encrypt.o N 00000286
encrypt.o N 0000028e
encrypt.o N 00000298
encrypt.o N 0000029f
encrypt.o N 000002c2
encrypt.o N 000002f0
encrypt.o N 0000031e
encrypt.o N 00000321
encrypt.o N 00000328
encrypt.o N 0000032e
encrypt.o N 00000339
encrypt.o N 00000340
encrypt.o N 00000342
encrypt.o N 00000347
encrypt.o N 0000034c
encrypt.o N 00000351
encrypt.o N 00000359
encrypt.o N 00000364
encrypt.o N 0000036c
encrypt.o N 00000374
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block T
Number of similar (implementation,compiler) pairs: 1, 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)) |
Namespace violations
encrypt.o Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 0000011e
encrypt.o N 00000122
encrypt.o N 00000130
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000014b
encrypt.o N 00000151
encrypt.o N 00000157
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 00000162
encrypt.o N 00000176
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 00000181
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 000001a4
encrypt.o N 000001b0
encrypt.o N 000001b6
encrypt.o N 000001ba
encrypt.o N 000001bf
encrypt.o N 000001cb
encrypt.o N 000001d4
encrypt.o N 000001df
encrypt.o N 000001e3
encrypt.o N 000001ee
encrypt.o N 000001f2
encrypt.o N 000001fb
encrypt.o N 00000205
encrypt.o N 0000020e
encrypt.o N 00000216
encrypt.o N 00000218
encrypt.o N 0000021d
encrypt.o N 00000229
encrypt.o N 0000022b
encrypt.o N 0000022d
encrypt.o N 00000230
encrypt.o N 00000233
encrypt.o N 00000236
encrypt.o N 00000244
encrypt.o N 0000024f
encrypt.o N 00000254
encrypt.o N 00000258
encrypt.o N 00000262
encrypt.o N 00000276
encrypt.o N 0000027b
encrypt.o N 00000283
encrypt.o N 0000028d
encrypt.o N 00000294
encrypt.o N 0000029f
encrypt.o N 000002c2
encrypt.o N 000002f0
encrypt.o N 0000031e
encrypt.o N 00000321
encrypt.o N 00000328
encrypt.o N 0000032e
encrypt.o N 00000339
encrypt.o N 00000340
encrypt.o N 00000342
encrypt.o N 00000347
encrypt.o N 0000034c
encrypt.o N 00000351
encrypt.o N 00000359
encrypt.o N 00000364
encrypt.o N 0000036c
encrypt.o N 00000374
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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 Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000011d
encrypt.o N 00000121
encrypt.o N 0000012f
encrypt.o N 00000132
encrypt.o N 0000013f
encrypt.o N 00000143
encrypt.o N 0000014a
encrypt.o N 00000150
encrypt.o N 00000156
encrypt.o N 00000158
encrypt.o N 0000015c
encrypt.o N 00000161
encrypt.o N 00000175
encrypt.o N 00000177
encrypt.o N 00000179
encrypt.o N 00000180
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 000001a0
encrypt.o N 000001ae
encrypt.o N 000001ba
encrypt.o N 000001c0
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d9
encrypt.o N 000001dd
encrypt.o N 000001e8
encrypt.o N 000001f4
encrypt.o N 000001f8
encrypt.o N 00000206
encrypt.o N 0000020f
encrypt.o N 00000211
encrypt.o N 0000021c
encrypt.o N 00000221
encrypt.o N 00000225
encrypt.o N 0000022f
encrypt.o N 00000243
encrypt.o N 00000248
encrypt.o N 0000024c
encrypt.o N 00000255
encrypt.o N 0000025f
encrypt.o N 00000267
encrypt.o N 00000269
encrypt.o N 0000026e
encrypt.o N 0000027a
encrypt.o N 0000027c
encrypt.o N 0000027f
encrypt.o N 00000282
encrypt.o N 00000285
encrypt.o N 0000028d
encrypt.o N 00000297
encrypt.o N 0000029e
encrypt.o N 000002c1
encrypt.o N 000002ef
encrypt.o N 0000031d
encrypt.o N 00000320
encrypt.o N 00000327
encrypt.o N 0000032d
encrypt.o N 00000338
encrypt.o N 0000033f
encrypt.o N 00000341
encrypt.o N 00000346
encrypt.o N 0000034b
encrypt.o N 00000350
encrypt.o N 00000358
encrypt.o N 00000363
encrypt.o N 0000036b
encrypt.o N 00000373
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block T
Number of similar (implementation,compiler) pairs: 1, 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)) |
Namespace violations
encrypt.o Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 0000011e
encrypt.o N 00000122
encrypt.o N 00000130
encrypt.o N 00000133
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000014b
encrypt.o N 00000151
encrypt.o N 00000157
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 00000162
encrypt.o N 00000176
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 00000181
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 000001a1
encrypt.o N 000001ac
encrypt.o N 000001b0
encrypt.o N 000001bb
encrypt.o N 000001bf
encrypt.o N 000001c8
encrypt.o N 000001d2
encrypt.o N 000001db
encrypt.o N 000001df
encrypt.o N 000001e7
encrypt.o N 000001ec
encrypt.o N 000001f3
encrypt.o N 000001ff
encrypt.o N 00000207
encrypt.o N 00000211
encrypt.o N 0000021d
encrypt.o N 00000229
encrypt.o N 00000237
encrypt.o N 00000245
encrypt.o N 00000268
encrypt.o N 00000296
encrypt.o N 000002c4
encrypt.o N 000002c6
encrypt.o N 000002c8
encrypt.o N 000002cb
encrypt.o N 000002ce
encrypt.o N 000002d1
encrypt.o N 000002d3
encrypt.o N 000002d8
encrypt.o N 000002de
encrypt.o N 000002e3
encrypt.o N 000002ec
encrypt.o N 000002f0
encrypt.o N 000002f5
encrypt.o N 00000300
encrypt.o N 0000030a
encrypt.o N 0000031e
encrypt.o N 00000321
encrypt.o N 00000327
encrypt.o N 0000032e
encrypt.o N 00000339
encrypt.o N 00000340
encrypt.o N 00000342
encrypt.o N 00000347
encrypt.o N 0000034c
encrypt.o N 00000351
encrypt.o N 00000359
encrypt.o N 00000364
encrypt.o N 0000036c
encrypt.o N 00000374
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block 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 Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000011d
encrypt.o N 00000121
encrypt.o N 0000012f
encrypt.o N 00000132
encrypt.o N 0000013f
encrypt.o N 00000143
encrypt.o N 0000014a
encrypt.o N 00000150
encrypt.o N 00000156
encrypt.o N 00000158
encrypt.o N 0000015c
encrypt.o N 00000161
encrypt.o N 00000175
encrypt.o N 00000177
encrypt.o N 00000179
encrypt.o N 00000180
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 000001a3
encrypt.o N 000001af
encrypt.o N 000001b5
encrypt.o N 000001b9
encrypt.o N 000001be
encrypt.o N 000001ca
encrypt.o N 000001d3
encrypt.o N 000001de
encrypt.o N 000001e2
encrypt.o N 000001ed
encrypt.o N 000001f1
encrypt.o N 000001fa
encrypt.o N 00000204
encrypt.o N 0000020d
encrypt.o N 00000215
encrypt.o N 00000217
encrypt.o N 0000021c
encrypt.o N 00000228
encrypt.o N 0000022a
encrypt.o N 0000022c
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000243
encrypt.o N 0000024e
encrypt.o N 00000253
encrypt.o N 00000257
encrypt.o N 00000261
encrypt.o N 00000275
encrypt.o N 0000027a
encrypt.o N 00000282
encrypt.o N 0000028c
encrypt.o N 00000293
encrypt.o N 0000029e
encrypt.o N 000002c1
encrypt.o N 000002ef
encrypt.o N 0000031d
encrypt.o N 00000320
encrypt.o N 00000327
encrypt.o N 0000032d
encrypt.o N 00000338
encrypt.o N 0000033f
encrypt.o N 00000341
encrypt.o N 00000346
encrypt.o N 0000034b
encrypt.o N 00000350
encrypt.o N 00000358
encrypt.o N 00000363
encrypt.o N 0000036b
encrypt.o N 00000373
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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 Field_Mult_32 T
encrypt.o Initialize_process_AD_Reinitialize T
encrypt.o Key_Ext64 T
encrypt.o Mult_by_alpha_power T
encrypt.o Mult_by_beta_power T
encrypt.o Reverse_32 T
encrypt.o SC_Update64 T
encrypt.o V_Horner_32 T
encrypt.o V_Horner_64 T
encrypt.o insert_SC T
encrypt.o load32 T
encrypt.o load64 T
encrypt.o load_SC T
encrypt.o pad T
encrypt.o process_block 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) |