Implementation notes: amd64, h4atom, crypto_stream/lexv2

Computer: h4atom
Architecture: amd64
CPU ID: GenuineIntel-000106ca-bfe9fbff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: lexv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
27096e/v2/refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081220160806
27992e/v2/refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081220160806
29328e/v2/refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081220160806
31560e/v2/refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081220160806
36088e/v2/refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081220160806
38808e/v2/schwabe/amd64-1clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081220160806
38816e/v2/schwabe/amd64-1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081220160806
38816e/v2/schwabe/amd64-1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081220160806
38824e/v2/schwabe/amd64-1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081220160806
38832e/v2/schwabe/amd64-1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081220160806
42616e/v2/schwabe/amd64-2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016081220160806
42616e/v2/schwabe/amd64-2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016081220160806
42616e/v2/schwabe/amd64-2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016081220160806
42616e/v2/schwabe/amd64-2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016081220160806
42656e/v2/schwabe/amd64-2clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016081220160806

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
lex.c: In file included from lex.c:1:
lex.c: ./e/lex.c:685:9: warning: array index 10 is past the end of the array (which contains 10 elements) [-Warray-bounds]
lex.c: ctx->gt;ks[10] = (t0 & 0xFF00FF00) ^ ((t2 & 0xFF00FF00)>gt;>gt;8); /* Leak for odd rounds */
lex.c: ^ ~~
lex.c: ./e/ecrypt-sync.h:65:3: note: array 'ks' declared here
lex.c: u32 ks[NUMWORDS]; /* Keystream words collected from leaks */
lex.c: ^
lex.c: In file included from lex.c:1:
lex.c: ./e/lex.c:692:6: warning: array index 11 is past the end of the array (which contains 10 elements) [-Warray-bounds]
lex.c: ctx->gt;ks[11] = ((s0 & 0xFF00FF) lex.c: ^ ~~
lex.c: ./e/ecrypt-sync.h:65:3: note: array 'ks' declared here
lex.c: u32 ks[NUMWORDS]; /* Keystream words collected from leaks */
lex.c: ^
lex.c: In file included from lex.c:1:
lex.c: ./e/lex.c:698:13: warning: array index 12 is past the end of the array (which contains 10 elements) [-Warray-bounds]
lex.c: ctx->gt;ks[12] = (t0 & 0xFF00FF00) ^ ((t2 & 0xFF00FF00)>gt;>gt;8); /* Leak for odd rounds */
lex.c: ^ ~~
lex.c: ./e/ecrypt-sync.h:65:3: note: array 'ks' declared here
lex.c: u32 ks[NUMWORDS]; /* Keystream words collected from leaks */
lex.c: ^
lex.c: 3 warnings generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/v2/ref