Implementation notes: amd64, ghf51, crypto_kem/hqcrmrs256

Computer: ghf51
Architecture: amd64
CPU ID: AuthenticAMD-00810f81-178bfbff
SUPERCOP version: 20200702
Operation: crypto_kem
Primitive: hqcrmrs256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
616694078106 8 24576126656 880 54120avxgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020071720200702
667505838534 8 2457685568 880 54120avxgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020071720200702
694184430153 8 2457675648 872 54088avxgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020071720200702
709199438167 8 2457684744 880 54120avxgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020071720200702

Test failure

Implementation: avx
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
error 111

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx

Compiler output

Implementation: avx
Security model: unknown
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
gf2x.c: gf2x.c:365:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U0[i] = _mm256_lddqu_si256((__m256i const *)(& A[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:366:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V0[i] = _mm256_lddqu_si256((__m256i const *)(& B[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:367:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U1[i] = _mm256_lddqu_si256((__m256i const *)(& A[i42 + T_TM3_3W_64]));
gf2x.c: ^
gf2x.c: gf2x.c:368:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V1[i] = _mm256_lddqu_si256((__m256i const *)(& B[i42 + T_TM3_3W_64]));
gf2x.c: ^
gf2x.c: gf2x.c:369:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: U2[i] = _mm256_lddqu_si256((__m256i const *)(& A[i4 + T2 - 4]));
gf2x.c: ^
gf2x.c: gf2x.c:370:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: V2[i] = _mm256_lddqu_si256((__m256i const *)(& B[i4 + T2 - 4]));
gf2x.c: ^
gf2x.c: gf2x.c:414:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: W0[i] = _mm256_lddqu_si256((__m256i const *)(& U1_64[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:415:12: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: W0[i] ^= _mm256_lddqu_si256((__m256i const *)(& U2_64[i4]));
gf2x.c: ^
gf2x.c: gf2x.c:417:11: error: always_inline function '_mm256_lddqu_si256' requires target feature 'avx', but would be inlined into function 'TOOM3Mult' that is compiled without support for 'avx'
gf2x.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE avx

Namespace violations

Implementation: avx
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
code.o code_decode T
code.o code_encode T
fft.o fft T
fft.o fft_retrieve_error_poly T
gf.o gf_exp T
gf.o gf_generate T
gf.o gf_inverse T
gf.o gf_log T
gf.o gf_mod T
gf.o gf_mul T
gf.o gf_reduce T
gf.o gf_square T
gf2x.o TOOM3Mult T
gf2x.o TOOM3RecMult T
gf2x.o a1_times_a2 C
gf2x.o bit64 C
gf2x.o bloc64 C
gf2x.o o256 D
gf2x.o tmp_reduce C
gf2x.o vect_mul T
hqc.o hqc_pke_decrypt T
hqc.o hqc_pke_encrypt T
hqc.o hqc_pke_keygen T
parsing.o hqc_ciphertext_from_string T
parsing.o hqc_ciphertext_to_string T
parsing.o hqc_public_key_from_string T
parsing.o hqc_public_key_to_string T
parsing.o hqc_secret_key_from_string T
parsing.o hqc_secret_key_to_string T
reed_muller.o bit_vector R
reed_muller.o count_vector R
reed_muller.o encode T
reed_muller.o expand_and_sum T
reed_muller.o find_peaks T
reed_muller.o hadamard T
reed_muller.o reed_muller_decode T
reed_muller.o reed_muller_encode T
reed_solomon.o compute_generator_poly T
reed_solomon.o reed_solomon_decode T
reed_solomon.o reed_solomon_encode T
rng.o AES256_CTR_DRBG_Update T
rng.o AES256_ECB T
rng.o DRBG_ctx C
rng.o handleErrors T
rng.o seedexpander T
rng.o seedexpander_init T
vector.o vect_add T
vector.o vect_compare T
vector.o vect_print T
vector.o vect_print_sparse T
vector.o vect_resize T
vector.o vect_set_random T
vector.o vect_set_random_fixed_weight T
vector.o vect_set_random_from_randombytes T

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE avx
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE avx
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE avx