Implementation notes: aarch64, lionheart30, crypto_hash/sha512

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: sha512
TimeImplementationCompilerBenchmark dateSUPERCOP version
13317refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
13421refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
13683refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
13685refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
13708refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
19538sphlib-smallclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
19561sphlibclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
23315sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
23378sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
25687sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
25717sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
25819sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
26089sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
26957sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
27270sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
43123opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
43135opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
43137opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
43175opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
43190opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
hash.cpp: hash.cpp:1:10: fatal error: 'cryptopp/sha.h' file not found
hash.cpp: #include gt;
hash.cpp: ^
hash.cpp: 1 error generated.

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

Compiler output

Implementation: crypto_hash/sha512/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hash.cpp: hash.cpp:1:26: fatal error: cryptopp/sha.h: No such file or directory
hash.cpp: #include gt;
hash.cpp: ^
hash.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv cryptopp