Implementation notes: amd64, waldorf, crypto_aead/morus640128v1

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: morus640128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
15532sse2clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
18324sse2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
19016sse2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
20480sse2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
23768sse2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
48620refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
55940refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
59480refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715
78336refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715

Compiler output

Implementation: crypto_aead/morus640128v1/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: crypto_aead_morus640128v1.a(encrypt.o): In function `morus_initialization':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus640128v1.a(encrypt.o):encrypt.c:(.text+0x...): more undefined references to `morus_stateupdate' follow
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 -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref