Test results for amd64, hertz, crypto_stream/simon6496ctr
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_stream
Test results for amd64, hertz, crypto_stream
Test results for crypto_stream/simon6496ctr
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_stream
Primitive: simon6496ctr
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3094 | 77739 0 0 | 93869 804 1128 | T:sse4 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
3109 | 60978 0 0 | 78310 828 1032 | T:sse4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
3754 | 87308 0 0 | 99944 780 1000 | T:avx2 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5483 | 60344 0 0 | 74112 820 1032 | T:sse4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
6065 | 79807 0 0 | 92400 780 1000 | T:sse4 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
Test failure
error 111
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:sse4 | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
stream.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:53,
stream.c: from Intrinsics_AVX2_64block.h:5,
stream.c: from Simon6496AVX2.h:17,
stream.c: from stream.c:20:
stream.c: In function '_mm256_unpacklo_epi32',
stream.c: inlined from 'Encrypt' at stream.c:188:5:
stream.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:901:19: warning: '*(__m256i *)(&X[5])' may be used uninitialized [-Wmaybe-uninitialized]
stream.c: 901 | return (__m256i)__builtin_ia32_punpckldq256 ((__v8si)__A, (__v8si)__B);
stream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stream.c: stream.c: In function 'Encrypt':
stream.c: stream.c:113:8: note: '*(__m256i *)(&X[5])' was declared here
stream.c: 113 | u256 X[8],Y[8];
stream.c: | ^
stream.c: In function '_mm256_unpacklo_epi32',
stream.c: inlined from 'Encrypt' at stream.c:189:5:
stream.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:901:19: warning: 'X[6]' may be used uninitialized [-Wmaybe-uninitialized]
stream.c: 901 | return (__m256i)__builtin_ia32_punpckldq256 ((__v8si)__A, (__v8si)__B);
stream.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stream.c: stream.c: In function 'Encrypt':
stream.c: stream.c:113:8: note: 'X[6]' was declared here
stream.c: 113 | u256 X[8],Y[8];
stream.c: | ^
stream.c: In function '_mm256_unpacklo_epi32',
stream.c: inlined from 'Encrypt' at stream.c:184:22:
stream.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:901:19: warning: 'X[2]' may be used uninitialized [-Wmaybe-uninitialized]
stream.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx2 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt_Xor':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o):.../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333: more undefined references to `Transpose' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt_Xor':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o):.../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333: more undefined references to `Transpose' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:165:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:174:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o): in function `Encrypt_Xor':
try.c: .../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon6496ctr.a(stream.o):.../supercop-data/hertz/amd64/try/c/clang_-mllvm_-polly_-mllvm_-polly-vectorizer=stripmine_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon6496ctr/avx2/work/stream.c:333: more undefined references to `Transpose' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx2 | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
Namespace violations
stream.o Encrypt T
stream.o Encrypt_Xor T
stream.o ExpandKeyBS T
stream.o ExpandKeyNBS T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:avx2 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
stream.o ExpandKeyBS T
stream.o ExpandKeyNBS T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:sse4 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:sse4 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:sse4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:sse4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |