Implementation notes: amd64, tueisecgern, crypto_aead/paeq128

Computer: tueisecgern
Architecture: amd64
CPU ID: GenuineIntel-000306f2-bfebfbff
SUPERCOP version: 20160724
Operation: crypto_aead
Primitive: paeq128
TimeImplementationCompilerBenchmark dateSUPERCOP version
42121aesnig++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
47024aesnig++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
47776aesnig++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
50747aesnig++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
6081338refg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
13210848refg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
13246016refg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
15012848refg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718

Compiler output

Implementation: crypto_aead/paeq128/opt-win-aes
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.cpp: In file included from /usr/include/c++/4.8/cstdint:35:0,
encrypt.cpp: from encrypt.cpp:8:
encrypt.cpp: /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
encrypt.cpp: #error This file requires compiler and library support for the \
encrypt.cpp: ^
encrypt.cpp: encrypt.cpp:13:20: fatal error: intrin.h: No such file or directory
encrypt.cpp: #include gt;
encrypt.cpp: ^
encrypt.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv opt-win-aes
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv opt-win-aes
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv opt-win-aes
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv opt-win-aes