Test results for armeabi, tinker, crypto_aead/trivia128v1
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_aead
Test results for armeabi, tinker, crypto_aead
Test results for crypto_aead/trivia128v1
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: trivia128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
333448 | 11360 0 0 | 25046 412 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
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: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
encrypt.c: encrypt.c: In function ‘load64’:
encrypt.c: encrypt.c:52:13: warning: unused variable ‘temp’ [-Wunused-variable]
encrypt.c: 52 | {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: 56 | {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:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
encrypt.c: 118 | 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:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
encrypt.c: 143 | 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: 178 | if(b&1==1) result=a;
encrypt.c: | ^
encrypt.c: encrypt.c:184:13: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
encrypt.c: 184 | 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 (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.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 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 (Debian_Clang_14.0.6) |