Implementation notes: amd64, waldorf, crypto_aead/aes128gcmv1

Computer: waldorf
Architecture: amd64
CPU ID: GenuineIntel-000106e5-bfebfbff
SUPERCOP version: 20160715
Operation: crypto_aead
Primitive: aes128gcmv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
4582784refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016071820160715
56546924refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016071820160715
97063004refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016071820160715
97735976refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016071820160715
104629116refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016071820160715

Compiler output

Implementation: crypto_aead/aes128gcmv1/openssl
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
decrypt.c: decrypt.c:1:10: fatal error: 'openssl/evp.h' file not found
decrypt.c: #include gt;
decrypt.c: ^
decrypt.c: 1 error 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_aead/aes128gcmv1/openssl
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
decrypt.c: decrypt.c:1:25: fatal error: openssl/evp.h: No such file or directory
decrypt.c: #include gt;
decrypt.c: ^
decrypt.c: compilation terminated.

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