Implementation notes: amd64, intelnuci7, crypto_stream/rijn256ctr

Computer: intelnuci7
Architecture: amd64
CPU ID: GenuineIntel-000806e9-bfebfbff
SUPERCOP version: 20211108
Operation: crypto_stream
Primitive: rijn256ctr

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: libcrypto_stream_rijn256ctr.a(stream.o): In function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_expandkey'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: libcrypto_stream_rijn256ctr.a(stream.o): In function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_expandkey'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: T:gil
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: libcrypto_stream_rijn256ctr.a(stream.o): In function `crypto_stream_rijn256ctr_gil_timingleaks_xor':
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_expandkey'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: libcrypto_stream_rijn256ctr.a(stream.o): In function `crypto_stream_rijn256ctr_gil_timingleaks':
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_expandkey'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: stream.c:(.text+0x...): undefined reference to `Rijndael_k32b32_encrypt_x4'
try.c: collect2: error: ld returned 1 exit status

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