Implementation notes: aarch64, par3, crypto_stream/sosemanuk

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_stream
Primitive: sosemanuk
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
9224? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
9232? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
9367? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O22017071920170718
9382? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O32017071920170718
9895? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
9986? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_stream/sosemanuk/e/submissions/sosemanuk
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
sosemanuk.c: In file included from sosemanuk.c:1:0:
sosemanuk.c: e/sosemanuk.c: In function 'sosemanuk_internal':
sosemanuk.c: e/sosemanuk.c:848:6: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U32TO8_LITTLE'? [-Wimplicit-function-declaration]
sosemanuk.c: ^ U32TO32_LITTLE(u ## x0 ^ v0); \
sosemanuk.c: ^
sosemanuk.c: e/sosemanuk.c:959:2: note: in expansion of macro 'SRD'
sosemanuk.c: SRD(S2, 2, 3, 1, 4, 0);
sosemanuk.c: ^~~
try.c: crypto_stream_sosemanuk.a(sosemanuk.o): In function `sosemanuk_internal':
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: sosemanuk.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_sosemanuk.a(sosemanuk.o):sosemanuk.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 -march=native -mtune=native -O2 e/submissions/sosemanuk
gcc -funroll-loops -march=native -mtune=native -O3 e/submissions/sosemanuk
gcc -funroll-loops -march=native -mtune=native -Os e/submissions/sosemanuk
gcc -march=native -mtune=native -O2 e/submissions/sosemanuk
gcc -march=native -mtune=native -O3 e/submissions/sosemanuk
gcc -march=native -mtune=native -Os e/submissions/sosemanuk