Implementation notes: aarch64, jetsontx1, crypto_stream/ocelot1

Computer: jetsontx1
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20191017
Operation: crypto_stream
Primitive: ocelot1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
447319536 4 2120755 836 824refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101720190910
460816112 4 2116014 828 816refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101720190910
493696296 4 2116150 828 816refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101720190910
674764912 4 2113810 812 808refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2019101720190910

Compiler output

Implementation: ref
Security model: unknown
Compiler: armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O2 -fPIC -fPIE
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.
Ocelot1.cpp: In file included from Ocelot1.cpp:3:
Ocelot1.cpp: ./Ocelot1.h:118:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: for (register int i = 0; i < n; i++)
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:126:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: for (register int i = 0; i < n; i++)
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:143:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE *p1, *p2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:143:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE *p1, *p2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE temp, v1, v2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE temp, v1, v2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:144:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE temp, v1, v2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ./Ocelot1.h:163:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Ocelot1.cpp: register BYTE *p1, *p2;
Ocelot1.cpp: ^~~~~~~~~
Ocelot1.cpp: ...

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O2 -fPIC -fPIE ref
armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O3 -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref