Implementation notes: aarch64, ten64, crypto_stream/tango642

Computer: ten64
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20210604
Operation: crypto_stream
Primitive: tango642
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
37764104 0 019144 888 816refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021082120210604

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -march=native -mtune=native -O2 -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: 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: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -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