Implementation notes: armeabi, h2tegra, crypto_stream/aes256ctr

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: aes256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
61190opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
61240opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
61358opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
61382opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
103078cryptoppg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
103099cryptoppg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
104430cryptoppg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
105388cryptoppg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: gcc -march=native -mtune=native -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' [enabled by default]

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