Implementation notes: amd64, floodyberry, crypto_encrypt/ronald1536

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_encrypt
Primitive: ronald1536
TimeImplementationCompilerBenchmark dateSUPERCOP version
4270187opensslgcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
4283587opensslclang -O1 -march=native -m64 -fomit-frame-pointer2014050820140505
4283775opensslgcc -m64 -O3 -fomit-frame-pointer2014050820140505
4319425opensslgcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
4337588opensslgcc -m64 -O2 -fomit-frame-pointer2014050820140505

Test failure

Implementation: crypto_encrypt/ronald1536/openssl
Compiler: clang -O3 -march=native -m64 -fomit-frame-pointer
error 111

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -march=native -m64 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_encrypt/ronald1536/openssl
Compiler: icc -m64 -O1 -static -xHost -fomit-frame-pointer
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(dso_dlfcn.o):function dlfcn_globallookup: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(dso_dlfcn.o):function dlfcn_load: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_free: error: undefined reference to 'inflateEnd'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_free: error: undefined reference to 'deflateEnd'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_ctrl: error: undefined reference to 'deflate'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_ctrl: error: undefined reference to 'zError'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_expand_block: error: undefined reference to 'inflate'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_compress_block: error: undefined reference to 'deflate'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_finish: error: undefined reference to 'inflateEnd'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_finish: error: undefined reference to 'deflateEnd'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_init: error: undefined reference to 'inflateInit_'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function zlib_stateful_init: error: undefined reference to 'deflateInit_'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_read: error: undefined reference to 'inflate'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_read: error: undefined reference to 'zError'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_read: error: undefined reference to 'inflateInit_'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_write: error: undefined reference to 'deflate'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_write: error: undefined reference to 'zError'
try.c: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu//libcrypto.a(c_zlib.o):function bio_zlib_write: error: undefined reference to 'deflateInit_'

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -m64 -O1 -static -xHost -fomit-frame-pointer openssl
icc -m64 -O3 -static -xHost -fomit-frame-pointer openssl