Test results for amd64, hydra7, crypto_kem/mceliece460896f

[Page version: 20260319 16:42:36]

Measurements for amd64, hydra7, crypto_kem Test results for amd64, hydra7, crypto_kem Test results for crypto_kem/mceliece460896f
Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20260217
Operation: crypto_kem
Primitive: mceliece460896f
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
606168134839 0 0291612 1240 2336ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
633862106591 0 0262933 1288 2272sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
637980123564 0 0280765 1288 2272sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
67990479559 0 0234428 1240 2336ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
68742985263 0 0240572 1240 2336ssegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
69562678033 0 0232487 1280 2272sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
69667375650 0 0229132 1232 2304ssegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
69864283027 0 0237957 1288 2272sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
192850486868 0 0248324 1240 2336vecgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
201520382304 0 0244261 1288 2272vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
211101884716 0 0246989 1288 2272vecclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
221444570086 0 0231453 1288 2272vecclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
267084847903 0 0207885 1296 2272vecclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
297970350402 0 0210556 1240 2336vecgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
333942747829 0 0206519 1288 2272vecclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
371587449046 0 0208804 1240 2336vecgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
372158440471 0 0198940 1232 2304vecgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
20970731149850 0 0208853 1288 2272refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
21061837031259 0 0189309 1288 2272refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
21181321531228 0 0189910 1248 2336refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
21352374117759 0 0173345 1288 2272refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
21590171144522 0 0203303 1296 2272refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
32012583917696 0 0174734 1248 2336refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
32323852516253 0 0172853 1288 2272refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
33411491513798 0 0168982 1240 2304refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217
33888730716500 0 0172980 1240 2336refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026031420260217

Compiler output


bm.c: bm.c:61:2: error: always_inline function '_mm256_slli_epi64' requires target feature 'avx2', but would be inlined into function 'interleave' that is compiled without support for 'avx2'
bm.c:         vec256_sll_4x(vec256_and(in[idx1], mask[0]), s));
bm.c:         ^
bm.c: ./vec256.h:87:39: note: expanded from macro 'vec256_sll_4x'
bm.c: #define vec256_sll_4x(a, s) ((vec256) _mm256_slli_epi64((vec256) (a), (s)))
bm.c:                                       ^
bm.c: bm.c:63:16: error: always_inline function '_mm256_srli_epi64' requires target feature 'avx2', but would be inlined into function 'interleave' that is compiled without support for 'avx2'
bm.c:         y = vec256_or(vec256_srl_4x(vec256_and(in[idx0], mask[1]), s),
bm.c:                       ^
bm.c: ./vec256.h:88:39: note: expanded from macro 'vec256_srl_4x'
bm.c: #define vec256_srl_4x(a, s) ((vec256) _mm256_srli_epi64((vec256) (a), (s)))
bm.c:                                       ^
bm.c: ./vec256.h:84:9: error: always_inline function '_mm256_or_si256' requires target feature 'avx2', but would be inlined into function 'vec256_or' that is compiled without support for 'avx2'
bm.c:         return _mm256_or_si256(a, b);
bm.c:                ^
bm.c: ./vec256.h:74:9: error: always_inline function '_mm256_and_si256' requires target feature 'avx2', but would be inlined into function 'vec256_and' that is compiled without support for 'avx2'
bm.c:         return _mm256_and_si256(a, b);
bm.c:                ^
bm.c: 4 errors generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avxclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
avxclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
avxclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
avxclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


bm.c: bm.c:80:37: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         for (i = 13; i < 16; i++) buf[i] = vec256_setzero();
bm.c:                                            ^
bm.c: bm.c:82:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[0][0] = vec256_set1_16b(0x5555);
bm.c:                      ^
bm.c: bm.c:83:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[0][1] = vec256_set1_16b(0xAAAA);
bm.c:                      ^
bm.c: bm.c:84:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[1][0] = vec256_set1_16b(0x3333);
bm.c:                      ^
bm.c: bm.c:85:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[1][1] = vec256_set1_16b(0xCCCC);
bm.c:                      ^
bm.c: bm.c:86:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[2][0] = vec256_set1_16b(0x0F0F);
bm.c:                      ^
bm.c: bm.c:87:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[2][1] = vec256_set1_16b(0xF0F0);
bm.c:                      ^
bm.c: bm.c:88:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c:         mask[3][0] = vec256_set1_16b(0x00FF);
bm.c:                      ^
bm.c: bm.c:89:15: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
bm.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
avxclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Compiler output


bm.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:47,
bm.c:                  from vec256.h:9,
bm.c:                  from bm.h:12,
bm.c:                  from bm.c:23:
bm.c: vec256.h: In function 'vec256_and':
bm.c: /usr/lib/gcc/x86_64-linux-gnu/11/include/avx2intrin.h:179:1: error: inlining failed in call to 'always_inline' '_mm256_and_si256': target specific option mismatch
bm.c:   179 | _mm256_and_si256 (__m256i __A, __m256i __B)
bm.c:       | ^~~~~~~~~~~~~~~~
bm.c: In file included from bm.h:12,
bm.c:                  from bm.c:23:
bm.c: vec256.h:74:16: note: called from here
bm.c:    74 |         return _mm256_and_si256(a, b);
bm.c:       |                ^~~~~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avxgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avxgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avxgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avxgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


decrypt.c: In file included from decrypt.c:10:
decrypt.c: In file included from ./vec128_gf.h:11:
decrypt.c: ./vec128.h:33:9: error: always_inline function '_mm_testz_si128' requires target feature 'sse4.1', but would be inlined into function 'vec128_testz' that is compiled without support for 'sse4.1'
decrypt.c:         return _mm_testz_si128(a, a);
decrypt.c:                ^
decrypt.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

TIMECOP error (can be valgrind bug)


error 99
336803333571fa075c4aa88698cf75eb45621fa5076cffc2f3eb505084e6f67b 236075919 52845934987 3400000000 crypto_kem/mceliece460896f/sse +0
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

TIMECOP error (can be valgrind bug)


error 132
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)


Process terminating with default action of signal 4 (SIGILL)
 Illegal opcode at address 0x1224D9
   at 0x...: vec128_set2x (vec128.h:56)
   by 0x...: postprocess (fft_tr.c:285)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_fft_tr (fft_tr.c:294)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_decrypt (decrypt.c:175)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_dec (kem_dec.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:344)
timeout: the monitored command dumped core
Illegal instruction

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

TIMECOP error (can be valgrind bug)


error 99
336803333571fa075c4aa88698cf75eb45621fa5076cffc2f3eb505084e6f67b 223499901 55614285634 3400000000 crypto_kem/mceliece460896f/sse +0
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:93)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece460896f_sse_constbranchindex_operation_enc (kem_enc.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)

Passed TIMECOP


TIMECOP iterations: 1

Number of similar (implementation,compiler) pairs: 23, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
ssegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
ssegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
vecclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
vecclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
vecclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
vecclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0)
vecgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
vecgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
vecgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
vecgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)