Implementation notes: amd64, beelink, crypto_stream/amastrid

Computer: beelink
Microarchitecture: amd64; Zen3 (a50f00)
Architecture: amd64
CPU ID: AuthenticAMD-00a50f00-178bfbff
SUPERCOP version: 20221122
Operation: crypto_stream
Primitive: amastrid

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
Amastrid.cpp: In file included from Amastrid.cpp:3:
Amastrid.cpp: ./Amastrid.h:241:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: for(register int i=0; i<len; i++)
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Amastrid.h:250:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: for(register int i=0; i<len; i++,pbytes+=4)
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: In file included from Amastrid.cpp:4:
Amastrid.cpp: ./Expansion.h:55:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE *p1, *p2;
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Expansion.h:55:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE *p1, *p2;
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE temp, v1, v2;
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE temp, v1, v2;
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE temp, v1, v2;
Amastrid.cpp: ^~~~~~~~~
Amastrid.cpp: ./Expansion.h:75:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Amastrid.cpp: register BYTE *p1, *p2;
Amastrid.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
Amastrid.cpp: In file included from Amastrid.cpp:3:
Amastrid.cpp: Amastrid.h: In member function 'void Amastrid::Bytes2Words(unsigned int*, unsigned int*, const int&)':
Amastrid.cpp: Amastrid.h:241:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 241 | for(register int i=0; i<len; i++)
Amastrid.cpp: | ^
Amastrid.cpp: Amastrid.h: In member function 'void Amastrid::Words2Bytes(unsigned int*, unsigned char*, const int&)':
Amastrid.cpp: Amastrid.h:250:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 250 | for(register int i=0; i<len; i++,pbytes+=4)
Amastrid.cpp: | ^
Amastrid.cpp: In file included from Amastrid.cpp:4:
Amastrid.cpp: Expansion.h: In member function 'void Expansion::SwapLE(const unsigned int&, const unsigned int&)':
Amastrid.cpp: Expansion.h:55:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 55 | register BYTE *p1, *p2;
Amastrid.cpp: | ^~
Amastrid.cpp: Expansion.h:55:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 55 | register BYTE *p1, *p2;
Amastrid.cpp: | ^~
Amastrid.cpp: Expansion.h:56:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 56 | register BYTE temp, v1, v2;
Amastrid.cpp: | ^~~~
Amastrid.cpp: Expansion.h:56:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 56 | register BYTE temp, v1, v2;
Amastrid.cpp: | ^~
Amastrid.cpp: Expansion.h:56:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Amastrid.cpp: 56 | register BYTE temp, v1, v2;
Amastrid.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