Implementation notes: ppc64, power9, crypto_stream/tango642

Computer: power9
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_stream
Primitive: tango642
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
437711832 0 031439 676 1160refgcc_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021042220210326
440011840 0 031703 676 1160refgcc_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021042220210326
442111832 0 031439 676 1160refgcc_-mcpu=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021042220210326

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: clang -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: 6, namely:
CompilerImplementations
clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
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 -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: clang -O3 -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)
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: 1, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: clang -O -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: 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: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

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

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: constbranchindex
Compiler: gcc -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: 3, namely:
CompilerImplementations
gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref