Test results for amd64, hertz, crypto_stream/simon64128ctr
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_stream
Test results for amd64, hertz, crypto_stream
Test results for crypto_stream/simon64128ctr
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_stream
Primitive: simon64128ctr
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3382 | 69038 0 0 | 86382 828 1032 | T:sse4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
3450 | 92039 0 0 | 108141 804 1128 | T:sse4 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
4155 | 98568 0 0 | 111192 780 1000 | T:avx2 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
5890 | 68210 0 0 | 82008 820 1032 | T:sse4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241024 | 20241022 |
6521 | 91637 0 0 | 104224 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 Simon64128AVX2.h:17,
stream.c: from stream.c:20:
stream.c: In function '_mm256_unpacklo_epi32',
stream.c: inlined from 'Encrypt' at stream.c:187: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:112:8: note: '*(__m256i *)(&X[5])' was declared here
stream.c: 112 | u256 X[8],Y[8];
stream.c: | ^
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: '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:112:8: note: 'X[6]' was declared here
stream.c: 112 | u256 X[8],Y[8];
stream.c: | ^
stream.c: In function '_mm256_unpacklo_epi32',
stream.c: inlined from 'Encrypt' at stream.c:183: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_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:173:(.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/simon64128ctr/avx2/work/stream.c:173:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:331:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.a(stream.o):.../supercop-data/hertz/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon64128ctr/avx2/work/stream.c:331: 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_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:173:(.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/simon64128ctr/avx2/work/stream.c:173:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:331:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.a(stream.o):.../supercop-data/hertz/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_stream/simon64128ctr/avx2/work/stream.c:331: 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_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:164:(.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/simon64128ctr/avx2/work/stream.c:173:(.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/simon64128ctr/avx2/work/stream.c:173:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:331:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: libcrypto_stream_simon64128ctr.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/simon64128ctr/avx2/work/stream.c:331: 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)) |