Implementation notes: aarch64, pmnod145, crypto_hash/atelopus64

Computer: pmnod145
Architecture: aarch64
CPU ID: 431f0af1
SUPERCOP version: 20191017
Operation: crypto_hash
Primitive: atelopus64

Test failure

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111
crypto_hash does not handle m=h overlap

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE
Atelopus.cpp: In file included from Atelopus.cpp:3:
Atelopus.cpp: ./Atelopus.h:189:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE *p1, *p2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:189:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE *p1, *p2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:190:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE temp, v1, v2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:190:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE temp, v1, v2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:190:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE temp, v1, v2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:209:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE *p1, *p2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:209:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE *p1, *p2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ./Atelopus.h:210:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Atelopus.cpp: register BYTE temp, v1, v2;
Atelopus.cpp: ^~~~~~~~~
Atelopus.cpp: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O2 -fPIC -fPIE ref
armclang++ -march=armv8a+crypto -mcpu=thunderx2t99 -mtune=thunderx2t99 -O3 -fPIC -fPIE ref