Implementation notes: amd64, colossus7, crypto_kem/saberx4

Computer: colossus7
Architecture: amd64
CPU ID: AuthenticAMD-00830f10-178bfbff
SUPERCOP version: 20210125
Operation: crypto_kem
Primitive: saberx4

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake128x4_squeezeblocks':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake128x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_absorb4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake256x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o):fips202x4.c:(.text+0x...): more undefined references to `KeccakP1600times4_PermuteAll_24rounds' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_squeezeblocks4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake128x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_absorb4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `shake256x4':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o):fips202x4.c:(.text+0x...): more undefined references to `KeccakP1600times4_PermuteAll_24rounds' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_squeezeblocks4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: /usr/bin/ld: crypto_kem_saberx4.a(fips202x4.o): in function `keccak_absorb4x':
try.c: fips202x4.c:(.text+0x...): undefined reference to `KeccakP1600times4_PermuteAll_24rounds'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
SABER_indcpa.c: In file included from SABER_indcpa.c:8:
SABER_indcpa.c: In file included from ././polymul/toom-cook_4way.c:6:
SABER_indcpa.c: ././polymul/scm_avx.c:43:9: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: temp = _mm256_mullo_epi16 (a0, b1);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:45:13: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: c_avx[1] = _mm256_add_epi16(temp, c_avx[1]);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:48:9: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: temp = _mm256_mullo_epi16 (a0, b2);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:51:13: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: c_avx[2] = _mm256_add_epi16(temp, c_avx[2]);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:54:9: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: temp = _mm256_mullo_epi16 (a0, b3);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:58:13: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: c_avx[3] = _mm256_add_epi16(temp, c_avx[3]);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:60:9: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: temp = _mm256_mullo_epi16 (a0, b4);
SABER_indcpa.c: ^
SABER_indcpa.c: ././polymul/scm_avx.c:65:13: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'schoolbook_avx_new3_acc' that is compiled without support for 'avx2'
SABER_indcpa.c: c_avx[4] = _mm256_add_epi16(temp, c_avx[4]);
SABER_indcpa.c: ...

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