Test results for amd64, hertz, crypto_kem/smaugt1
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_kem
Test results for amd64, hertz, crypto_kem
Test results for crypto_kem/smaugt1
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: smaugt1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
43814 | 158870 0 0 | 189017 868 1832 | avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
44170 | 174842 0 0 | 205009 868 1832 | avx2 | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
45218 | 146754 512 0 | 175387 1372 1864 | avx2 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
52861 | 102289 0 0 | 129123 860 1832 | avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
114411 | 64118 0 0 | 92396 844 1864 | ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
116406 | 61317 0 0 | 91905 868 1832 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
117067 | 68958 0 0 | 99505 868 1832 | ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
377163 | 21863 0 0 | 49115 860 1832 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241025 | 20241022 |
Compiler output
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
measure.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
measure.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: libcrypto_kem_smaugt1.a(poly.o): in function `cryptolab_smaug1_vec_vec_mult_add_p':
try.c: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/avx2/work/poly.c:58:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_smaugt1.a(poly.o): in function `cryptolab_smaug1_vec_vec_mult_add_q':
try.c: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/avx2/work/poly.c:74:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_smaugt1.a(poly.o): in function `cryptolab_smaug1_matrix_vec_mult_sub':
try.c: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/avx2/work/poly.c:136:(.text+0x...): undefined reference to `poly_sub'
try.c: /usr/bin/ld: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/avx2/work/poly.c:136:(.text+0x...): undefined reference to `poly_sub'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
ntt.c: ntt.c:18:23: warning: unused function 'reduce' [-Wunused-function]
ntt.c: 18 | static inline __m256i reduce(const __m256i a, const __m256i p,
ntt.c: | ^~~~~~
ntt.c: 1 warning generated.
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
measure.c: /usr/bin/ld: warning: ntt-asm.o: missing .note.GNU-stack section implies executable stack
measure.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
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)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_smaugt1.a(poly.o): in function `cryptolab_smaug1_vec_vec_mult_add':
try.c: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/ref/work/poly.c:77:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_smaugt1.a(poly.o): in function `cryptolab_smaug1_matrix_vec_mult_sub':
try.c: .../supercop-data/hertz/amd64/try/c/cc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/smaugt1/ref/work/poly.c:132:(.text+0x...): undefined reference to `poly_sub'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
KeccakP-1600-AVX2.o ALLON a
KeccakP-1600-AVX2.o KeccakF1600_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_12rounds_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_AddByte_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_AddBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_ExtractAndAddBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_ExtractBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Initialize_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_OverwriteBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_OverwriteWithZeroes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_12rounds_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_24rounds_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_Nrounds_avx2 T
KeccakP-1600-AVX2.o _KeccakF1600_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_12rounds_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_AddByte_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_AddBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_ExtractAndAddBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_ExtractBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Initialize_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_OverwriteBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_OverwriteWithZeroes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_12rounds_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_24rounds_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_Nrounds_avx2 T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakF1600times4_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_12rounds_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_AddBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_PermuteAll_24rounds T
basemul.o smaug1_nttmul_poly_basemul_montgomery T
basemul.o smaug1_nttmul_polyvec_basemul_acc_montgomery T
cbd.o cryptolab_smaug1_poly_cbd T
ciphertext.o cryptolab_smaug1_computeC1 T
ciphertext.o cryptolab_smaug1_computeC2 T
consts10753.o smaug1_nttmul_pdata10753 R
consts7681.o smaug1_nttmul_pdata7681 R
dg.o cryptolab_smaug1_addGaussianError T
dg.o cryptolab_smaug1_addGaussianErrorVec T
fips202.o fips202avx_sha3_256 T
fips202.o fips202avx_sha3_256_absorb T
fips202.o fips202avx_sha3_256_finalize T
fips202.o fips202avx_sha3_256_init T
fips202.o fips202avx_sha3_512 T
fips202.o fips202avx_sha3_512_absorb T
fips202.o fips202avx_sha3_512_finalize T
fips202.o fips202avx_sha3_512_init T
fips202.o fips202avx_shake128 T
fips202.o fips202avx_shake128_absorb T
fips202.o fips202avx_shake128_finalize T
fips202.o fips202avx_shake128_init T
fips202.o fips202avx_shake128_squeeze T
fips202.o fips202avx_shake256 T
fips202.o fips202avx_shake256_absorb T
fips202.o fips202avx_shake256_finalize T
fips202.o fips202avx_shake256_init T
fips202.o fips202avx_shake256_squeeze T
fips202x4.o fips202x4_shake128x4 T
fips202x4.o fips202x4_shake128x4_absorb_once T
fips202x4.o fips202x4_shake128x4_squeezeblocks T
fips202x4.o fips202x4_shake256x4 T
fips202x4.o fips202x4_shake256x4_absorb_once T
fips202x4.o fips202x4_shake256x4_squeezeblocks T
hash.o cryptolab_smaug1_shake256_absorb_twice_squeeze T
hwt.o cryptolab_smaug1_hwt T
indcpa.o cryptolab_smaug1_genRx_vec T
indcpa.o cryptolab_smaug1_indcpa_dec T
indcpa.o cryptolab_smaug1_indcpa_enc T
indcpa.o cryptolab_smaug1_indcpa_keypair T
invntt.o smaug1_nttmul_poly_invntt_tomont T
io.o cryptolab_smaug1_load_from_file T
io.o cryptolab_smaug1_load_from_file_pk T
io.o cryptolab_smaug1_load_from_file_sk T
io.o cryptolab_smaug1_load_from_string T
io.o cryptolab_smaug1_load_from_string_pk T
io.o cryptolab_smaug1_load_from_string_sk T
io.o cryptolab_smaug1_save_to_file T
io.o cryptolab_smaug1_save_to_file_pk T
io.o cryptolab_smaug1_save_to_file_sk T
io.o cryptolab_smaug1_save_to_string T
io.o cryptolab_smaug1_save_to_string_pk T
io.o cryptolab_smaug1_save_to_string_sk T
key.o cryptolab_smaug1_genAx T
key.o cryptolab_smaug1_genBx T
key.o cryptolab_smaug1_genPubkey T
key.o cryptolab_smaug1_genSx_vec T
ntt-asm.o smaug1_nttmul_poly_ntt T
ntt.o smaug1_nttmul_poly_crt T
ntt.o smaug1_nttmul_poly_mul T
ntt.o smaug1_nttmul_polyvec_crt T
ntt.o smaug1_nttmul_polyvec_invntt_tomont T
ntt.o smaug1_nttmul_polyvec_iprod T
ntt.o smaug1_nttmul_polyvec_iprod_ntt T
ntt.o smaug1_nttmul_polyvec_matrix_vector_mul T
ntt.o smaug1_nttmul_polyvec_ntt T
pack.o cryptolab_smaug1_Rp2_to_bytes T
pack.o cryptolab_smaug1_Rp_to_bytes T
pack.o cryptolab_smaug1_Rp_vec_to_bytes T
pack.o cryptolab_smaug1_Rq_mat_to_bytes T
pack.o cryptolab_smaug1_Rq_to_bytes T
pack.o cryptolab_smaug1_Rq_vec_to_bytes T
pack.o cryptolab_smaug1_Sx_to_bytes T
pack.o cryptolab_smaug1_bytes_to_Rp T
pack.o cryptolab_smaug1_bytes_to_Rp2 T
pack.o cryptolab_smaug1_bytes_to_Rp_vec T
pack.o cryptolab_smaug1_bytes_to_Rq T
pack.o cryptolab_smaug1_bytes_to_Rq_mat T
pack.o cryptolab_smaug1_bytes_to_Rq_vec T
pack.o cryptolab_smaug1_bytes_to_Sx T
poly.o cryptolab_smaug1_matrix_vec_mult_add T
poly.o cryptolab_smaug1_matrix_vec_mult_sub T
poly.o cryptolab_smaug1_vec_vec_mult_add_p T
poly.o cryptolab_smaug1_vec_vec_mult_add_q T
verify.o cryptolab_smaug1_cmov T
verify.o cryptolab_smaug1_verify T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
avx2 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
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
cbd.o cryptolab_smaug1_poly_cbd T
ciphertext.o cryptolab_smaug1_computeC1 T
ciphertext.o cryptolab_smaug1_computeC2 T
dg.o cryptolab_smaug1_addGaussianError T
dg.o cryptolab_smaug1_addGaussianErrorVec T
fips202.o KeccakF_RoundConstants R
fips202.o sha3_256 T
fips202.o sha3_512 T
fips202.o shake128 T
fips202.o shake128_absorb T
fips202.o shake128_absorb_once T
fips202.o shake128_finalize T
fips202.o shake128_init T
fips202.o shake128_squeeze T
fips202.o shake128_squeezeblocks T
fips202.o shake256 T
fips202.o shake256_absorb T
fips202.o shake256_absorb_once T
fips202.o shake256_finalize T
fips202.o shake256_init T
fips202.o shake256_squeeze T
fips202.o shake256_squeezeblocks T
hash.o cryptolab_smaug1_shake256_absorb_twice_squeeze T
hwt.o cryptolab_smaug1_hwt T
indcpa.o cryptolab_smaug1_genRx_vec T
indcpa.o cryptolab_smaug1_indcpa_dec T
indcpa.o cryptolab_smaug1_indcpa_enc T
indcpa.o cryptolab_smaug1_indcpa_keypair T
io.o cryptolab_smaug1_load_from_file T
io.o cryptolab_smaug1_load_from_file_pk T
io.o cryptolab_smaug1_load_from_file_sk T
io.o cryptolab_smaug1_load_from_string T
io.o cryptolab_smaug1_load_from_string_pk T
io.o cryptolab_smaug1_load_from_string_sk T
io.o cryptolab_smaug1_save_to_file T
io.o cryptolab_smaug1_save_to_file_pk T
io.o cryptolab_smaug1_save_to_file_sk T
io.o cryptolab_smaug1_save_to_string T
io.o cryptolab_smaug1_save_to_string_pk T
io.o cryptolab_smaug1_save_to_string_sk T
key.o cryptolab_smaug1_genAx T
key.o cryptolab_smaug1_genBx T
key.o cryptolab_smaug1_genPubkey T
key.o cryptolab_smaug1_genSx_vec T
pack.o cryptolab_smaug1_Rp2_to_bytes T
pack.o cryptolab_smaug1_Rp_to_bytes T
pack.o cryptolab_smaug1_Rp_vec_to_bytes T
pack.o cryptolab_smaug1_Rq_mat_to_bytes T
pack.o cryptolab_smaug1_Rq_to_bytes T
pack.o cryptolab_smaug1_Rq_vec_to_bytes T
pack.o cryptolab_smaug1_Sx_to_bytes T
pack.o cryptolab_smaug1_bytes_to_Rp T
pack.o cryptolab_smaug1_bytes_to_Rp2 T
pack.o cryptolab_smaug1_bytes_to_Rp_vec T
pack.o cryptolab_smaug1_bytes_to_Rq T
pack.o cryptolab_smaug1_bytes_to_Rq_mat T
pack.o cryptolab_smaug1_bytes_to_Rq_vec T
pack.o cryptolab_smaug1_bytes_to_Sx T
poly.o cryptolab_smaug1_matrix_vec_mult_add T
poly.o cryptolab_smaug1_matrix_vec_mult_sub T
poly.o cryptolab_smaug1_vec_vec_mult_add T
poly.o vec_vec_mult T
toomcook.o cryptolab_smaug1_poly_mul_acc T
verify.o cryptolab_smaug1_cmov T
verify.o cryptolab_smaug1_verify T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A33B
at 0x...: st32 (try-anything.c:47)
by 0x...: core (try-anything.c:78)
by 0x...: salsa20.part.0 (try-anything.c:89)
by 0x...: salsa20 (try-anything.c:85)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
avx2 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10B2D4
at 0x...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A0D6
at 0x...: core (try-anything.c:64)
by 0x...: salsa20 (try-anything.c:89)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10B2F0
at 0x...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10B2A4
at 0x...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A0A6
at 0x...: core (try-anything.c:64)
by 0x...: salsa20 (try-anything.c:89)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
TIMECOP error (can be valgrind bug)
error 111
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10B2C0
at 0x...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |