Implementation notes: armeabi, h6dragon, crypto_stream/lexv2

Computer: h6dragon
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20141014
Operation: crypto_stream
Primitive: lexv2

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: cc
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_keystream_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_blocks':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 23, namely:
CompilerImplementations
cc e/v2/ref
gcc e/v2/ref
gcc -O2 -fomit-frame-pointer e/v2/ref
gcc -O -fomit-frame-pointer e/v2/ref
gcc -Os -fomit-frame-pointer e/v2/ref
gcc -fno-schedule-insns -O2 -fomit-frame-pointer e/v2/ref
gcc -fno-schedule-insns -O -fomit-frame-pointer e/v2/ref
gcc -fno-schedule-insns -Os -fomit-frame-pointer e/v2/ref
gcc -funroll-loops e/v2/ref
gcc -funroll-loops -Os -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a5 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a5 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a5 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fomit-frame-pointer
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: In file included from lex.c:1:
lex.c: ./e/lex.c:752:59: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
lex.c: *(u32*)(output+ 4*j) = *(u32*)(input+ 4*j) ^ U32TO32_LITTLE(ctx->gt;ks[j]);
lex.c: ^
lex.c: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer e/v2/ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer e/v2/ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive
api.c: clang: warning: argument unused during compilation: '-fpolly'
api.c: clang: warning: argument unused during compilation: '-fvectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
lex.c: clang: warning: argument unused during compilation: '-fpolly'
lex.c: clang: warning: argument unused during compilation: '-fvectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
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: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/v2/ref
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx2 -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx2'
lex.c: clang: warning: argument unused during compilation: '-mavx2'
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: In file included from lex.c:1:
lex.c: ./e/lex.c:752:59: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
lex.c: *(u32*)(output+ 4*j) = *(u32*)(input+ 4*j) ^ U32TO32_LITTLE(ctx->gt;ks[j]);
lex.c: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx2'
api.c: clang: warning: argument unused during compilation: '-fpolly'
api.c: clang: warning: argument unused during compilation: '-fvectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
lex.c: clang: warning: argument unused during compilation: '-mavx2'
lex.c: clang: warning: argument unused during compilation: '-fpolly'
lex.c: clang: warning: argument unused during compilation: '-fvectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
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: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx2 -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx'
lex.c: clang: warning: argument unused during compilation: '-mavx'
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: In file included from lex.c:1:
lex.c: ./e/lex.c:752:59: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
lex.c: *(u32*)(output+ 4*j) = *(u32*)(input+ 4*j) ^ U32TO32_LITTLE(ctx->gt;ks[j]);
lex.c: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx'
api.c: clang: warning: argument unused during compilation: '-fpolly'
api.c: clang: warning: argument unused during compilation: '-fvectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
lex.c: clang: warning: argument unused during compilation: '-mavx'
lex.c: clang: warning: argument unused during compilation: '-fpolly'
lex.c: clang: warning: argument unused during compilation: '-fvectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
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: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx'
api.c: clang: warning: argument unused during compilation: '-maes'
api.c: clang: warning: argument unused during compilation: '-mpclmul'
lex.c: clang: warning: argument unused during compilation: '-mavx'
lex.c: clang: warning: argument unused during compilation: '-maes'
lex.c: clang: warning: argument unused during compilation: '-mpclmul'
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: In file included from lex.c:1:
lex.c: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: clang -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer
api.c: clang: warning: argument unused during compilation: '-mavx'
api.c: clang: warning: argument unused during compilation: '-maes'
api.c: clang: warning: argument unused during compilation: '-mpclmul'
api.c: clang: warning: argument unused during compilation: '-fpolly'
api.c: clang: warning: argument unused during compilation: '-fvectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
api.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
lex.c: clang: warning: argument unused during compilation: '-mavx'
lex.c: clang: warning: argument unused during compilation: '-maes'
lex.c: clang: warning: argument unused during compilation: '-mpclmul'
lex.c: clang: warning: argument unused during compilation: '-fpolly'
lex.c: clang: warning: argument unused during compilation: '-fvectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize'
lex.c: clang: warning: argument unused during compilation: '-fslp-vectorize-aggressive'
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: ...
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -O3 -fwrapv -mavx -maes -mpclmul -fpolly -funroll-loops -fvectorize -fslp-vectorize -fslp-vectorize-aggressive -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -O3 -fomit-frame-pointer
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 12, namely:
CompilerImplementations
gcc -O3 -fomit-frame-pointer e/v2/ref
gcc -fno-schedule-insns -O3 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -O2 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -O3 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -O -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a5 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -mcpu=arm810 -O2 -fomit-frame-pointer
api.c: api.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
lex.c: lex.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: try.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: try-anything.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_keystream_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_blocks':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 15, namely:
CompilerImplementations
gcc -mcpu=arm810 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm810 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm810 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm8 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm8 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm8 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm1100 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm1100 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm1100 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm110 -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm110 -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm110 -Os -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm -O2 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm -O -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm -Os -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -mcpu=arm810 -O3 -fomit-frame-pointer
api.c: api.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
lex.c: lex.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: try.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: try-anything.c:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o):lex.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
gcc -mcpu=arm810 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=arm8 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm1100 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm110 -O3 -fomit-frame-pointer e/v2/ref
gcc -mcpu=strongarm -O3 -fomit-frame-pointer e/v2/ref