Implementation notes: aarch64, a53, crypto_stream/aes256ctr

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_stream
Primitive: aes256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
3645opensslclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080120160731
3645opensslgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080120160731
4000opensslgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080120160731
4000opensslgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080120160731
5600opensslgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080120160731
47385cryptoppclang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080120160731
47385cryptoppg++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080120160731
63200cryptoppg++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080120160731
63200cryptoppg++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080120160731
82400cryptoppg++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080120160731

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.c: stream.c:12:3: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)'
stream.c: memset(temp, 0, outlen);
stream.c: ^
stream.c: stream.c:12:3: note: include the header gt; or explicitly provide a declaration for 'memset'
stream.c: 1 warning generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
stream.c: stream.c: In function 'crypto_stream_aes256ctr_openssl':
stream.c: stream.c:12:3: warning: incompatible implicit declaration of built-in function 'memset'
stream.c: memset(temp, 0, outlen);
stream.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv openssl
gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv openssl
gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv openssl
gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv openssl