Implementation notes: mips64, gcc49, crypto_stream/lexv2

Computer: gcc49
Architecture: mips64
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_stream
Primitive: lexv2

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer
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: 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: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer e/v2/ref
gcc -funroll-loops -mabi=64 -O -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -funroll-loops -mabi=64 -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: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O3 -fomit-frame-pointer e/v2/ref
gcc -mabi=64 -O3 -fomit-frame-pointer e/v2/ref

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -funroll-loops -mabi=64 -Os -fomit-frame-pointer
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: 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_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -Os -fomit-frame-pointer e/v2/ref
gcc -mabi=64 -O2 -fomit-frame-pointer e/v2/ref
gcc -mabi=64 -O -fomit-frame-pointer e/v2/ref
gcc -mabi=64 -Os -fomit-frame-pointer e/v2/ref