Test results for ppc64, power9, crypto_stream/ocelot2

[Page version: 20250927 20:45:55]

Measurements for ppc64, power9, crypto_stream Test results for ppc64, power9, crypto_stream Test results for crypto_stream/ocelot2
Computer: power9
Microarchitecture: ppc64; POWER9 (004e1203)
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_stream
Primitive: ocelot2

Compiler output


Counter.cpp: Counter.cpp:11:10: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Counter.cpp:     for (register int i = 0; i < _size; i++)
Counter.cpp:          ^~~~~~~~~
Counter.cpp: Counter.cpp:27:10: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Counter.cpp:     for (register int i = 0; i < _size4; i++,pbytes++)
Counter.cpp:          ^~~~~~~~~
Counter.cpp: 2 warnings generated.
Ocelot2.cpp: In file included from Ocelot2.cpp:3:
Ocelot2.cpp: ./Ocelot2.h:118:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         for (register int i = 0; i < n; i++)
Ocelot2.cpp:              ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:126:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         for (register int i = 0; i < n; i++)
Ocelot2.cpp:              ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:143:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE *p1, *p2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:143:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE *p1, *p2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE temp, v1, v2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE temp, v1, v2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE temp, v1, v2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ./Ocelot2.h:163:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot2.cpp:         register BYTE *p1, *p2;
Ocelot2.cpp:         ^~~~~~~~~
Ocelot2.cpp: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)