Implementation notes: armeabi, c1, crypto_stream/aes256ctr

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
80726opensslgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
80838opensslgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
80936opensslgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
81236opensslgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
82016opensslgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
87476opensslgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026

Compiler output

Implementation: crypto_stream/aes256ctr/cryptopp
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.cpp: stream.cpp:1:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 cryptopp
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 cryptopp
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os cryptopp
g++ -mcpu=native -mfpu=neon-vfpv4 -O2 cryptopp
g++ -mcpu=native -mfpu=neon-vfpv4 -O3 cryptopp
g++ -mcpu=native -mfpu=neon-vfpv4 -Os cryptopp

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
stream.c: stream.c: In function 'crypto_stream_aes256ctr_openssl':
stream.c: stream.c:12:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
stream.c: memset(temp, 0, outlen);
stream.c: ^~~~~~
stream.c: stream.c:12:3: warning: incompatible implicit declaration of built-in function 'memset'
stream.c: stream.c:12:3: note: include 'gt;' or provide a declaration of 'memset'

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 openssl
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 openssl
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os openssl
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 openssl
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 openssl
gcc -mcpu=native -mfpu=neon-vfpv4 -Os openssl