Implementation notes: amd64, rumba7, crypto_hash/atelopus64

Computer: rumba7
Microarchitecture: amd64; Zen (800f11)
Architecture: amd64
CPU ID: AuthenticAMD-00800f11-178bfbff
SUPERCOP version: 20240107
Operation: crypto_hash
Primitive: atelopus64

Compiler output

Implementation: T:ref
Security model: timingleaks
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 T:ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
Atelopus.cpp: In file included from Atelopus.cpp:3:
Atelopus.cpp: Atelopus.h: In member function 'void Atelopus::SwapLE(const unsigned int&, const unsigned int&)':
Atelopus.cpp: Atelopus.h:189:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 189 | register BYTE *p1, *p2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h:189:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 189 | register BYTE *p1, *p2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h:190:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 190 | register BYTE temp, v1, v2;
Atelopus.cpp: | ^~~~
Atelopus.cpp: Atelopus.h:190:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 190 | register BYTE temp, v1, v2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h:190:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 190 | register BYTE temp, v1, v2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h: In member function 'void Atelopus::SwapBE(const unsigned int&, const unsigned int&)':
Atelopus.cpp: Atelopus.h:209:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 209 | register BYTE *p1, *p2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h:209:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: 209 | register BYTE *p1, *p2;
Atelopus.cpp: | ^~
Atelopus.cpp: Atelopus.h:210:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Atelopus.cpp: ...

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