Test results for amd64, rumba5, crypto_aead/acorn128v2
[Page version: 20241022 22:27:27]
Measurements for amd64, rumba5, crypto_aead
Test results for amd64, rumba5, crypto_aead
Test results for crypto_aead/acorn128v2
Computer: rumba5
Microarchitecture: amd64; Zen (800f11)
Architecture: amd64
CPU ID: AuthenticAMD-00800f11-178bfbff
SUPERCOP version: 20241022
Operation: crypto_aead
Primitive: acorn128v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
4016960 | 10106 0 0 | 27557 852 1056 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4024010 | 4014 0 0 | 20807 812 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4048307 | 8794 0 0 | 25869 852 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4094698 | 9939 0 0 | 26453 852 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4218103 | 2471 0 0 | 17175 844 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4239433 | 3379 0 0 | 18919 812 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
4608949 | 2755 0 0 | 16450 788 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
5471608 | 8820 0 0 | 22829 852 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
27507843 | 2928 0 0 | 17764 796 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240716 | 20240716 |
Compiler output
encrypt.c: encrypt.c:28:82: warning: unused variable 'word_0' [-Wunused-variable]
encrypt.c: unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: ^
encrypt.c: encrypt.c:28:90: warning: unused variable 'word_107' [-Wunused-variable]
encrypt.c: unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: ^
encrypt.c: encrypt.c:28:100: warning: unused variable 'word_230' [-Wunused-variable]
encrypt.c: unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: ^
encrypt.c: encrypt.c:29:32: warning: unused variable 'word_154' [-Wunused-variable]
encrypt.c: unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: ^
encrypt.c: encrypt.c:29:50: warning: unused variable 'word_61' [-Wunused-variable]
encrypt.c: unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: ^
encrypt.c: encrypt.c:29:58: warning: unused variable 'word_193' [-Wunused-variable]
encrypt.c: unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: ^
encrypt.c: encrypt.c:88:82: warning: unused variable 'word_0' [-Wunused-variable]
encrypt.c: unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: ^
encrypt.c: encrypt.c:88:90: warning: unused variable 'word_107' [-Wunused-variable]
encrypt.c: unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: ^
encrypt.c: encrypt.c:88:100: warning: unused variable 'word_230' [-Wunused-variable]
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
Compiler output
encrypt.c: encrypt.c: In function 'encrypt_32bits':
encrypt.c: encrypt.c:29:58: warning: unused variable 'word_193' [-Wunused-variable]
encrypt.c: 29 | unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: | ^~~~~~~~
encrypt.c: encrypt.c:29:50: warning: unused variable 'word_61' [-Wunused-variable]
encrypt.c: 29 | unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: | ^~~~~~~
encrypt.c: encrypt.c:29:32: warning: unused variable 'word_154' [-Wunused-variable]
encrypt.c: 29 | unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: | ^~~~~~~~
encrypt.c: encrypt.c:28:100: warning: unused variable 'word_230' [-Wunused-variable]
encrypt.c: 28 | unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: | ^~~~~~~~
encrypt.c: encrypt.c:28:90: warning: unused variable 'word_107' [-Wunused-variable]
encrypt.c: 28 | unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: | ^~~~~~~~
encrypt.c: encrypt.c:28:82: warning: unused variable 'word_0' [-Wunused-variable]
encrypt.c: 28 | unsigned long long word_244, word_23, word_160, word_111, word_66, word_196, word_0, word_107, word_230;
encrypt.c: | ^~~~~~
encrypt.c: encrypt.c: In function 'encrypt_8bits':
encrypt.c: encrypt.c:89:58: warning: unused variable 'word_193' [-Wunused-variable]
encrypt.c: 89 | unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: | ^~~~~~~~
encrypt.c: encrypt.c:89:50: warning: unused variable 'word_61' [-Wunused-variable]
encrypt.c: 89 | unsigned long long word_12,word_154,word_235,word_61,word_193;
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
Compiler output
encrypt.c: encrypt.c:67:21: warning: unused variable 't' [-Wunused-variable]
encrypt.c: unsigned char i,t[4];
encrypt.c: ^
encrypt.c: 1 warning 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 (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
Compiler output
encrypt.c: encrypt.c: In function 'acorn128_enc_onebyte':
encrypt.c: encrypt.c:67:21: warning: unused variable 't' [-Wunused-variable]
encrypt.c: 67 | unsigned char i,t[4];
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 (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
Namespace violations
encrypt.o Decrypt_StateUpdate128_1bit T
encrypt.o Encrypt_StateUpdate128_1bit T
encrypt.o FBK128 T
encrypt.o KSG128 T
encrypt.o acorn128_dec_onebyte T
encrypt.o acorn128_enc_onebyte T
encrypt.o acorn128_initialization T
encrypt.o acorn128_tag_generation T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |