Implementation notes: armeabi, jetsontk1, crypto_stream/hc256

Computer: jetsontk1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170725
Operation: crypto_stream
Primitive: hc256

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200511
Compiler: cc
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
cc e/hc-256/200511

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200701
Compiler: cc
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 1, namely:
CompilerImplementations
cc e/hc-256/200701

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200511
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
hc-256.c: In file included from hc-256.c:1:
hc-256.c: ./e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^
hc-256.c: 1 warning generated.
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 12, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -march=native -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments e/hc-256/200511
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200511
clang -mcpu=cortex-a15 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200511
clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200511
clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200511
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200511

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200701
Compiler: clang -O3 -fomit-frame-pointer -Qunused-arguments
hc-256.c: In file included from hc-256.c:1:
hc-256.c: ./e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE' is invalid in C99 [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^
hc-256.c: 1 warning generated.
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 12, namely:
CompilerImplementations
clang -O3 -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=neon -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -march=native -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments e/hc-256/200701
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200701
clang -mcpu=cortex-a15 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200701
clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200701
clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200701
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments e/hc-256/200701

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200511
Compiler: gcc
hc-256.c: In file included from hc-256.c:1:0:
hc-256.c: e/hc-256.c: In function 'ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^~~~~~~~~~~~~~
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 56, namely:
CompilerImplementations
gcc e/hc-256/200511
gcc -O2 -fomit-frame-pointer e/hc-256/200511
gcc -O3 -fomit-frame-pointer e/hc-256/200511
gcc -O -fomit-frame-pointer e/hc-256/200511
gcc -Os -fomit-frame-pointer e/hc-256/200511
gcc -fno-schedule-insns -O2 -fomit-frame-pointer e/hc-256/200511
gcc -fno-schedule-insns -O3 -fomit-frame-pointer e/hc-256/200511
gcc -fno-schedule-insns -O -fomit-frame-pointer e/hc-256/200511
gcc -fno-schedule-insns -Os -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops e/hc-256/200511
gcc -funroll-loops -Os -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer e/hc-256/200511
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a15 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a15 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a15 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a15 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a15 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a5 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a5 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a5 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a5 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a8 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a8 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a8 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a9 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=cortex-a9 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a9 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=cortex-a9 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200511
gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200511

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200701
Compiler: gcc
hc-256.c: In file included from hc-256.c:1:0:
hc-256.c: e/hc-256.c: In function 'ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^~~~~~~~~~~~~~
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 62, namely:
CompilerImplementations
gcc e/hc-256/200701
gcc -O2 -fomit-frame-pointer e/hc-256/200701
gcc -O3 -fomit-frame-pointer e/hc-256/200701
gcc -O -fomit-frame-pointer e/hc-256/200701
gcc -Os -fomit-frame-pointer e/hc-256/200701
gcc -fno-schedule-insns -O2 -fomit-frame-pointer e/hc-256/200701
gcc -fno-schedule-insns -O3 -fomit-frame-pointer e/hc-256/200701
gcc -fno-schedule-insns -O -fomit-frame-pointer e/hc-256/200701
gcc -fno-schedule-insns -Os -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops e/hc-256/200701
gcc -funroll-loops -O2 -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -O3 -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -O -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -Os -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer e/hc-256/200701
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer e/hc-256/200701
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a15 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a15 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a15 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a15 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a15 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a5 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a5 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a5 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a5 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a8 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a8 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a8 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a9 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=cortex-a9 -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a9 -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=cortex-a9 -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv e/hc-256/200701
gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv e/hc-256/200701

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200511
Compiler: gcc -funroll-loops -O2 -fomit-frame-pointer
hc-256.c: In file included from hc-256.c:1:0:
hc-256.c: e/hc-256.c: In function 'ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^~~~~~~~~~~~~~
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 6, namely:
CompilerImplementations
gcc -funroll-loops -O2 -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -O3 -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -O -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer e/hc-256/200511
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer e/hc-256/200511

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200511
Compiler: gcc -mcpu=arm250 -O2 -fomit-frame-pointer
api.c: api.c:1:0: warning: target CPU does not support THUMB instructions
api.c: #include "estream-convert-api.h"
api.c:
hc-256.c: hc-256.c:1:0: warning: target CPU does not support THUMB instructions
hc-256.c: #include "e/hc-256.c"
hc-256.c:
hc-256.c: In file included from hc-256.c:1:0:
hc-256.c: e/hc-256.c: In function 'ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^~~~~~~~~~~~~~
try.c: try.c:1:0: warning: target CPU does not support THUMB instructions
try.c: /*
try.c:
try.c: try-anything.c:1:0: warning: target CPU does not support THUMB instructions
try.c: /*
try.c:
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 108, namely:
CompilerImplementations
gcc -mcpu=arm250 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm250 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm250 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm250 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm2 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm2 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm2 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm2 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm3 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm3 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm3 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm3 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm600 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm600 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm600 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm600 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm60 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm60 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm60 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm60 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm610 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm610 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm610 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm610 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm620 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm620 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm620 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm620 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm6 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm6 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm6 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm6 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700i -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700i -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700i -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm700i -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm70 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm70 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm70 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm70 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7100 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7100 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7100 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7100 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710c -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710c -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710c -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm710c -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500fe -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500fe -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500fe -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7500fe -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7d -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7d -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7d -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7d -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7di -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7di -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7di -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7di -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dm -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dm -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dm -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dm -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dmi -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dmi -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dmi -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7dmi -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7m -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7m -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7m -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm7m -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm810 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm810 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm810 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm810 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm8 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm8 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm8 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=arm8 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm1100 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm1100 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm1100 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm1100 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm110 -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm110 -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm110 -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm110 -Os -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm -O2 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm -O3 -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm -O -fomit-frame-pointer e/hc-256/200511
gcc -mcpu=strongarm -Os -fomit-frame-pointer e/hc-256/200511

Compiler output

Implementation: crypto_stream/hc256/e/hc-256/200701
Compiler: gcc -mcpu=arm250 -O2 -fomit-frame-pointer
api.c: api.c:1:0: warning: target CPU does not support THUMB instructions
api.c: #include "estream-convert-api.h"
api.c:
hc-256.c: hc-256.c:1:0: warning: target CPU does not support THUMB instructions
hc-256.c: #include "e/hc-256.c"
hc-256.c:
hc-256.c: In file included from hc-256.c:1:0:
hc-256.c: e/hc-256.c: In function 'ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE' [-Wimplicit-function-declaration]
hc-256.c: for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: ^~~~~~~~~~~~~~
try.c: try.c:1:0: warning: target CPU does not support THUMB instructions
try.c: /*
try.c:
try.c: try-anything.c:1:0: warning: target CPU does not support THUMB instructions
try.c: /*
try.c:
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_keysetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_ivsetup':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o): In function `ECRYPT_process_bytes':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_hc256.a(hc-256.o):hc-256.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: 108, namely:
CompilerImplementations
gcc -mcpu=arm250 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm250 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm250 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm250 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm2 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm2 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm2 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm2 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm3 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm3 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm3 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm3 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm600 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm600 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm600 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm600 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm60 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm60 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm60 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm60 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm610 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm610 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm610 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm610 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm620 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm620 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm620 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm620 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm6 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm6 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm6 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm6 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700i -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700i -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700i -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm700i -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm70 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm70 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm70 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm70 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7100 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7100 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7100 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7100 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710c -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710c -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710c -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm710c -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500fe -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500fe -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500fe -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7500fe -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7d -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7d -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7d -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7d -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7di -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7di -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7di -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7di -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dm -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dm -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dm -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dm -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dmi -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dmi -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dmi -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7dmi -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7m -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7m -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7m -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm7m -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm810 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm810 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm810 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm810 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm8 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm8 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm8 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=arm8 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm1100 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm1100 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm1100 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm1100 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm110 -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm110 -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm110 -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm110 -Os -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm -O2 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm -O3 -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm -O -fomit-frame-pointer e/hc-256/200701
gcc -mcpu=strongarm -Os -fomit-frame-pointer e/hc-256/200701