Implementation notes: amd64, bitvise, crypto_hash/atelopus32

Computer: bitvise
Architecture: amd64
CPU ID: GenuineIntel-000906ea-bfebfbff
SUPERCOP version: 20190910
Operation: crypto_hash
Primitive: atelopus32

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: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -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: 4, namely:
CompilerImplementations
clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref