Implementation notes: amd64, hedera, crypto_stream/tango642

Computer: hedera
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20210326
Operation: crypto_stream
Primitive: tango642
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
32662252 0 017119 828 1000refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021032920210326
63791990 0 015071 828 1000refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021032920210326
64631988 0 015319 828 1000refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021032920210326

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_stream_tango642.a(stream.o): in function `crypto_stream_tango642_ref_constbranchindex':
try.c: stream.c:(.text+0x...): undefined reference to `tango642_init'
try.c: /usr/bin/ld: libcrypto_stream_tango642.a(xor.o): in function `crypto_stream_tango642_ref_constbranchindex_xor':
try.c: xor.c:(.text+0x...): undefined reference to `tango642_init'
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 ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.c: /usr/bin/ld: libcrypto_stream_tango642.a(stream.o): in function `crypto_stream_tango642_ref_constbranchindex':
try.c: stream.c:(.text+0x...): undefined reference to `tango642_init'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `tango642_xor'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `tango642_final'
try.c: /usr/bin/ld: libcrypto_stream_tango642.a(xor.o): in function `crypto_stream_tango642_ref_constbranchindex_xor':
try.c: xor.c:(.text+0x...): undefined reference to `tango642_init'
try.c: /usr/bin/ld: xor.c:(.text+0x...): undefined reference to `tango642_xor'
try.c: /usr/bin/ld: xor.c:(.text+0x...): undefined reference to `tango642_final'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref