Implementation notes: amd64, sectionthirtyone, crypto_stream/amastrid

Computer: sectionthirtyone
Architecture: amd64
CPU ID: GenuineIntel-000906e9-bfebfbff
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: amastrid
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10674819226 24 235037117 1088 3192refclang++_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011020191221
10824516404 24 235030047 1064 3176refclang++_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011020191221
10906919301 24 246235786 1640 3368refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011020191221
11082920348 24 235038170 1072 3192refclang++_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011020191221
11224821368 24 246240595 1648 3368refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011020191221
11389718978 24 246235087 1624 3368refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011020191221
11636219226 24 235037117 1088 3192refclang++_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020011020191221
12764112027 24 246226191 1072 3336refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020011020191221

Compiler output

Implementation: ref
Security model: unknown
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: ...
Counter.cpp: Counter.cpp:9:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Counter.cpp: register int i = 0;
Counter.cpp: ^~~~~~~~~
Counter.cpp: 1 warning generated.
CounterMode.cpp: In file included from CounterMode.cpp:2:
CounterMode.cpp: In file included from ./CounterMode.h:6:
CounterMode.cpp: ./Amastrid.h:241:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
CounterMode.cpp: for(register int i=0; i<len; i++)
CounterMode.cpp: ^~~~~~~~~
CounterMode.cpp: ./Amastrid.h:250:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
CounterMode.cpp: for(register int i=0; i<len; i++,pbytes+=4)
CounterMode.cpp: ^~~~~~~~~
CounterMode.cpp: In file included from CounterMode.cpp:2:
CounterMode.cpp: ./CounterMode.h:38:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
CounterMode.cpp: for (register int i = 0; i < n; i++)
CounterMode.cpp: ^~~~~~~~~
CounterMode.cpp: ./CounterMode.h:46:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
CounterMode.cpp: for (register int i = 0; i < n; i++)
CounterMode.cpp: ^~~~~~~~~
CounterMode.cpp: 4 warnings generated.
Expansion.cpp: In file included from Expansion.cpp:3:
Expansion.cpp: ./Expansion.h:55:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE *p1, *p2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:55:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE *p1, *p2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE temp, v1, v2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE temp, v1, v2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:56:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE temp, v1, v2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:75:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE *p1, *p2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:75:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE *p1, *p2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ./Expansion.h:76:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
Expansion.cpp: register BYTE temp, v1, v2;
Expansion.cpp: ^~~~~~~~~
Expansion.cpp: ...
stream.cpp: In file included from stream.cpp:3:
stream.cpp: In file included from ./CounterMode.h:6:
stream.cpp: ./Amastrid.h:241:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
stream.cpp: for(register int i=0; i<len; i++)
stream.cpp: ^~~~~~~~~
stream.cpp: ./Amastrid.h:250:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
stream.cpp: for(register int i=0; i<len; i++,pbytes+=4)
stream.cpp: ^~~~~~~~~
stream.cpp: In file included from stream.cpp:3:
stream.cpp: ./CounterMode.h:38:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
stream.cpp: for (register int i = 0; i < n; i++)
stream.cpp: ^~~~~~~~~
stream.cpp: ./CounterMode.h:46:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
stream.cpp: for (register int i = 0; i < n; i++)
stream.cpp: ^~~~~~~~~
stream.cpp: 4 warnings generated.

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