Implementation notes: armeabi, odroid, crypto_hash/sha512

Computer: odroid
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: sha512
TimeImplementationCompilerBenchmark dateSUPERCOP version
42632opensslgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806
42633opensslgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
42646opensslgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806
42648opensslclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
42651opensslgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
99200refclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
99278refgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
99768sphlib-smallclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
99842refgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
99904sphlibclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
99913refgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806
100488refgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806
144428sphlib-smallgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806
144609sphlibgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806
151254sphlibgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
151429sphlib-smallgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
160864sphlibgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
160930sphlib-smallgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
202617sphlibgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806
202633sphlib-smallgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.cpp: crypto_hash_sha512.a(hash.o): In function `crypto_hash_sha512_cryptopp':
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, true>gt;::IteratedHashWithStaticTransform()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEC2Ev[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEC2Ev]+0x10): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEC2Ev[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEC2Ev]+0x58): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, true>gt;::Init()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EE4InitEv[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EE4InitEv]+0x4): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, true>gt;::HashEndianCorrectedBlock(unsigned long long const*)':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EE24HashEndianCorrectedBlockEPKy[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EE24HashEndianCorrectedBlockEPKy]+0x4): undefined reference to `CryptoPP::SHA512::Transform(unsigned long long*, unsigned long long const*)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE[_ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE]+0x8): undefined reference to `typeinfo for CryptoPP::HashTransformation'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb1EEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments cryptopp

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
try.cpp: crypto_hash_sha512.a(hash.o): In function `crypto_hash_sha512_cryptopp':
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::HashEndianCorrectedBlock(unsigned long long const*)':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy]+0x4): undefined reference to `CryptoPP::SHA512::Transform(unsigned long long*, unsigned long long const*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::Init()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv]+0x4): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE[_ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE]+0x8): undefined reference to `typeinfo for CryptoPP::HashTransformation'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv
try.cpp: crypto_hash_sha512.a(hash.o): In function `crypto_hash_sha512_cryptopp':
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: hash.cpp:(.text+0x...): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::HashEndianCorrectedBlock(unsigned long long const*)':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy]+0x8): undefined reference to `CryptoPP::SHA512::Transform(unsigned long long*, unsigned long long const*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::Init()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv]+0x8): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE[_ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE]+0x8): undefined reference to `typeinfo for CryptoPP::HashTransformation'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::HashEndianCorrectedBlock(unsigned long long const*)':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE24HashEndianCorrectedBlockEPKy]+0x4): undefined reference to `CryptoPP::SHA512::Transform(unsigned long long*, unsigned long long const*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::Init()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EE4InitEv]+0x4): undefined reference to `CryptoPP::SHA512::InitState(unsigned long long*)'
try.cpp: crypto_hash_sha512.a(hash.o): In function `CryptoPP::IteratedHashWithStaticTransformgt;, 128u, 64u, CryptoPP::SHA512, 64u, false>gt;::IteratedHashWithStaticTransform()':
try.cpp: hash.cpp:(.text._ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEC2Ev[_ZN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEC5Ev]+0x14): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE[_ZTIN8CryptoPP16IteratedHashBaseIyNS_18HashTransformationEEE]+0x8): undefined reference to `typeinfo for CryptoPP::HashTransformation'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE[_ZTVN8CryptoPP12IteratedHashIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ENS_18HashTransformationEEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE[_ZTVN8CryptoPP31IteratedHashWithStaticTransformIyNS_10EnumToTypeINS_9ByteOrderELi1EEELj128ELj64ENS_6SHA512ELj64ELb0EEE]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x18): undefined reference to `CryptoPP::IteratedHashBasegt;::Update(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x1c): undefined reference to `CryptoPP::IteratedHashBasegt;::CreateUpdateSpace(unsigned int&)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x24): undefined reference to `CryptoPP::IteratedHashBasegt;::Restart()'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x44): undefined reference to `CryptoPP::IteratedHashBasegt;::TruncatedFinal(unsigned char*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x4c): undefined reference to `CryptoPP::HashTransformation::TruncatedVerify(unsigned char const*, unsigned int)'
try.cpp: crypto_hash_sha512.a(hash.o):(.rodata._ZTVN8CryptoPP6SHA512E[_ZTVN8CryptoPP6SHA512E]+0x60): undefined reference to `CryptoPP::IteratedHashBasegt;::HashMultipleBlocks(unsigned long long const*, unsigned int)'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv cryptopp