Implementation notes: amd64, ygritte, crypto_kem/hqcrmrs128

Computer: ygritte
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20200525
Operation: crypto_kem
Primitive: hqcrmrs128
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
67193849826 8 24576104495 880 36200avxgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020052820200525
68271826925 8 2457678911 880 36200avxgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020052820200525
76577027678 8 2457679271 880 36200avxgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020052820200525
83045618453 8 2457669071 872 36168avxgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020052820200525

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: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: U0[i] = _mm256_lddqu_si256((__m256i const *)(& A[i4]));
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: V0[i] = _mm256_lddqu_si256((__m256i const *)(& B[i4]));
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: U1[i] = _mm256_lddqu_si256((__m256i const *)(& A[i42 + T_TM3_3W_64]));
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: V1[i] = _mm256_lddqu_si256((__m256i const *)(& B[i42 + T_TM3_3W_64]));
gf2x.c: ^
gf2x.c: gf2x.c:371: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:372: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:416: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:417: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:419: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_square T
gf2x.o TOOM3Mult 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