Implementation notes: aarch64, lionheart30, crypto_hash/sha256

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: sha256
TimeImplementationCompilerBenchmark dateSUPERCOP version
19122refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
19200refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
19354refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
19355refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
19445refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
19698sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
20409sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
20613sphlib-smallclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
20627sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
21259sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
21346sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
21491sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
21542sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
22342sphlibclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
24276sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
34873opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
34895opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
34931opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
34937opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
34973opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_hash/sha256/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/sha256/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