Implementation notes: x86, thoth, crypto_stream/aes256ctr

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: aes256ctr
TimeImplementationCompilerBenchmark dateSUPERCOP version
71418cryptoppg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724
71622cryptoppclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
71955cryptoppg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724
72639cryptoppg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
72970cryptoppg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
116000opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072620160724
116004opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072620160724
116047opensslclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072620160724
116184opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072620160724
117504opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072620160724

Compiler output

Implementation: crypto_stream/aes256ctr/openssl
Compiler: clang -march=native -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 int)' [-Wimplicit-function-declaration]
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 -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments openssl

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: 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: 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