Implementation notes: x86, thoth, crypto_aead/aes256gcmv1

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes256gcmv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
334059cryptoppg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
334077cryptoppg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
339714cryptoppg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724
355794cryptoppg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
436114opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724
436325opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
436492opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
436611opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
436987opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
18650733refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
23491493refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
23746776refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
24523829refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
25396722refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_encrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_decrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL'
try.cpp: 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 cryptopp