Test results for armeabi, bblack, crypto_aead/trivia128v1
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/trivia128v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: trivia128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
377952 | 13484 0 0 | 37863 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
378576 | 12420 0 0 | 28007 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
502184 | 10224 0 0 | 21250 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
557640 | 4104 0 0 | 14065 456 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
593848 | 16852 0 0 | 33423 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
593856 | 16852 0 0 | 33423 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
614600 | 5512 0 0 | 20405 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
828664 | 3180 0 0 | 13185 456 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240812 | 20240716 |
991664 | 2880 0 0 | 12549 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, Block = Bytes[0];
encrypt.c: ^
encrypt.c: encrypt.c:56:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u32 temp, Block = (u8)Bytes[0];
encrypt.c: ^
encrypt.c: encrypt.c:118: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:118: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:118: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:143: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:143: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:143: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, Block = Bytes[0];
encrypt.c: ^~~~
encrypt.c: encrypt.c: In function 'load32':
encrypt.c: encrypt.c:56:13: warning: unused variable 'temp' [-Wunused-variable]
encrypt.c: {int i; u32 temp, Block = (u8)Bytes[0];
encrypt.c: ^~~~
encrypt.c: encrypt.c: In function 'Mult_by_alpha_power':
encrypt.c: encrypt.c:118: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:143: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:178:8: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
encrypt.c: if(b&1==1) result=a;
encrypt.c: ^
encrypt.c: encrypt.c:184: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:228: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 00000109
encrypt.o N 00000120
encrypt.o N 00000124
encrypt.o N 00000132
encrypt.o N 00000135
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000014d
encrypt.o N 00000153
encrypt.o N 00000155
encrypt.o N 00000159
encrypt.o N 0000015f
encrypt.o N 00000164
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 0000017c
encrypt.o N 00000183
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a3
encrypt.o N 000001b1
encrypt.o N 000001bd
encrypt.o N 000001c3
encrypt.o N 000001cc
encrypt.o N 000001d1
encrypt.o N 000001dc
encrypt.o N 000001e0
encrypt.o N 000001eb
encrypt.o N 000001f7
encrypt.o N 000001fb
encrypt.o N 00000209
encrypt.o N 00000212
encrypt.o N 00000214
encrypt.o N 0000021f
encrypt.o N 00000224
encrypt.o N 00000228
encrypt.o N 00000232
encrypt.o N 00000246
encrypt.o N 0000024b
encrypt.o N 0000024f
encrypt.o N 00000258
encrypt.o N 00000262
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 00000271
encrypt.o N 0000027d
encrypt.o N 0000027f
encrypt.o N 00000282
encrypt.o N 00000285
encrypt.o N 00000288
encrypt.o N 00000290
encrypt.o N 0000029a
encrypt.o N 000002a1
encrypt.o N 000002c4
encrypt.o N 000002f4
encrypt.o N 00000324
encrypt.o N 00000327
encrypt.o N 0000032e
encrypt.o N 00000334
encrypt.o N 0000033f
encrypt.o N 00000346
encrypt.o N 00000348
encrypt.o N 0000034d
encrypt.o N 00000352
encrypt.o N 00000357
encrypt.o N 0000035f
encrypt.o N 0000036a
encrypt.o N 00000372
encrypt.o N 0000037a
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 00000109
encrypt.o N 00000120
encrypt.o N 00000124
encrypt.o N 00000132
encrypt.o N 00000135
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000014d
encrypt.o N 00000153
encrypt.o N 00000155
encrypt.o N 00000159
encrypt.o N 0000015f
encrypt.o N 00000164
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 0000017c
encrypt.o N 00000183
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a6
encrypt.o N 000001b2
encrypt.o N 000001b8
encrypt.o N 000001bc
encrypt.o N 000001c1
encrypt.o N 000001cd
encrypt.o N 000001d6
encrypt.o N 000001e1
encrypt.o N 000001e5
encrypt.o N 000001f0
encrypt.o N 000001f4
encrypt.o N 000001fd
encrypt.o N 00000207
encrypt.o N 00000210
encrypt.o N 00000218
encrypt.o N 0000021a
encrypt.o N 0000021f
encrypt.o N 0000022b
encrypt.o N 0000022d
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000238
encrypt.o N 00000246
encrypt.o N 00000251
encrypt.o N 00000256
encrypt.o N 0000025a
encrypt.o N 00000264
encrypt.o N 00000278
encrypt.o N 0000027d
encrypt.o N 00000285
encrypt.o N 0000028f
encrypt.o N 00000296
encrypt.o N 000002a1
encrypt.o N 000002c4
encrypt.o N 000002f4
encrypt.o N 00000324
encrypt.o N 00000327
encrypt.o N 0000032e
encrypt.o N 00000334
encrypt.o N 0000033f
encrypt.o N 00000346
encrypt.o N 00000348
encrypt.o N 0000034d
encrypt.o N 00000352
encrypt.o N 00000357
encrypt.o N 0000035f
encrypt.o N 0000036a
encrypt.o N 00000372
encrypt.o N 0000037a
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 00000108
encrypt.o N 0000011f
encrypt.o N 00000123
encrypt.o N 00000131
encrypt.o N 00000134
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 0000014c
encrypt.o N 00000152
encrypt.o N 00000154
encrypt.o N 00000158
encrypt.o N 0000015e
encrypt.o N 00000163
encrypt.o N 00000177
encrypt.o N 00000179
encrypt.o N 0000017b
encrypt.o N 00000182
encrypt.o N 00000195
encrypt.o N 00000197
encrypt.o N 000001a2
encrypt.o N 000001b0
encrypt.o N 000001bc
encrypt.o N 000001c2
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001db
encrypt.o N 000001df
encrypt.o N 000001ea
encrypt.o N 000001f6
encrypt.o N 000001fa
encrypt.o N 00000208
encrypt.o N 00000211
encrypt.o N 00000213
encrypt.o N 0000021e
encrypt.o N 00000223
encrypt.o N 00000227
encrypt.o N 00000231
encrypt.o N 00000245
encrypt.o N 0000024a
encrypt.o N 0000024e
encrypt.o N 00000257
encrypt.o N 00000261
encrypt.o N 00000269
encrypt.o N 0000026b
encrypt.o N 00000270
encrypt.o N 0000027c
encrypt.o N 0000027e
encrypt.o N 00000281
encrypt.o N 00000284
encrypt.o N 00000287
encrypt.o N 0000028f
encrypt.o N 00000299
encrypt.o N 000002a0
encrypt.o N 000002c3
encrypt.o N 000002f3
encrypt.o N 00000323
encrypt.o N 00000326
encrypt.o N 0000032d
encrypt.o N 00000333
encrypt.o N 0000033e
encrypt.o N 00000345
encrypt.o N 00000347
encrypt.o N 0000034c
encrypt.o N 00000351
encrypt.o N 00000356
encrypt.o N 0000035e
encrypt.o N 00000369
encrypt.o N 00000371
encrypt.o N 00000379
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 00000109
encrypt.o N 00000120
encrypt.o N 00000124
encrypt.o N 00000132
encrypt.o N 00000135
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000014d
encrypt.o N 00000153
encrypt.o N 00000159
encrypt.o N 0000015b
encrypt.o N 0000015f
encrypt.o N 00000164
encrypt.o N 00000178
encrypt.o N 0000017a
encrypt.o N 0000017c
encrypt.o N 00000183
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a3
encrypt.o N 000001ae
encrypt.o N 000001b2
encrypt.o N 000001bd
encrypt.o N 000001c1
encrypt.o N 000001ca
encrypt.o N 000001d4
encrypt.o N 000001dd
encrypt.o N 000001e1
encrypt.o N 000001e9
encrypt.o N 000001ee
encrypt.o N 000001f5
encrypt.o N 00000201
encrypt.o N 00000209
encrypt.o N 00000213
encrypt.o N 0000021f
encrypt.o N 0000022b
encrypt.o N 00000239
encrypt.o N 00000247
encrypt.o N 0000026a
encrypt.o N 0000029a
encrypt.o N 000002ca
encrypt.o N 000002cc
encrypt.o N 000002ce
encrypt.o N 000002d1
encrypt.o N 000002d4
encrypt.o N 000002d7
encrypt.o N 000002d9
encrypt.o N 000002de
encrypt.o N 000002e4
encrypt.o N 000002e9
encrypt.o N 000002f2
encrypt.o N 000002f6
encrypt.o N 000002fb
encrypt.o N 00000306
encrypt.o N 00000310
encrypt.o N 00000324
encrypt.o N 00000327
encrypt.o N 0000032d
encrypt.o N 00000334
encrypt.o N 0000033f
encrypt.o N 00000346
encrypt.o N 00000348
encrypt.o N 0000034d
encrypt.o N 00000352
encrypt.o N 00000357
encrypt.o N 0000035f
encrypt.o N 0000036a
encrypt.o N 00000372
encrypt.o N 0000037a
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 00000108
encrypt.o N 0000011f
encrypt.o N 00000123
encrypt.o N 00000131
encrypt.o N 00000134
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 0000014c
encrypt.o N 00000152
encrypt.o N 00000154
encrypt.o N 00000158
encrypt.o N 0000015e
encrypt.o N 00000163
encrypt.o N 00000177
encrypt.o N 00000179
encrypt.o N 0000017b
encrypt.o N 00000182
encrypt.o N 00000195
encrypt.o N 00000197
encrypt.o N 000001a5
encrypt.o N 000001b1
encrypt.o N 000001b7
encrypt.o N 000001bb
encrypt.o N 000001c0
encrypt.o N 000001cc
encrypt.o N 000001d5
encrypt.o N 000001e0
encrypt.o N 000001e4
encrypt.o N 000001ef
encrypt.o N 000001f3
encrypt.o N 000001fc
encrypt.o N 00000206
encrypt.o N 0000020f
encrypt.o N 00000217
encrypt.o N 00000219
encrypt.o N 0000021e
encrypt.o N 0000022a
encrypt.o N 0000022c
encrypt.o N 0000022e
encrypt.o N 00000231
encrypt.o N 00000234
encrypt.o N 00000237
encrypt.o N 00000245
encrypt.o N 00000250
encrypt.o N 00000255
encrypt.o N 00000259
encrypt.o N 00000263
encrypt.o N 00000277
encrypt.o N 0000027c
encrypt.o N 00000284
encrypt.o N 0000028e
encrypt.o N 00000295
encrypt.o N 000002a0
encrypt.o N 000002c3
encrypt.o N 000002f3
encrypt.o N 00000323
encrypt.o N 00000326
encrypt.o N 0000032d
encrypt.o N 00000333
encrypt.o N 0000033e
encrypt.o N 00000345
encrypt.o N 00000347
encrypt.o N 0000034c
encrypt.o N 00000351
encrypt.o N 00000356
encrypt.o N 0000035e
encrypt.o N 00000369
encrypt.o N 00000371
encrypt.o N 00000379
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) |