Implementation notes: amd64, par, crypto_stream/aes128ctr

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: aes128ctr

Compiler output

Implementation: crypto_stream/aes128ctr/cryptopp
Compiler: g++ -funroll-loops -march=native -mcpu=native -O2
stream.cpp: g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
stream.cpp: stream.cpp:1:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mcpu=native -O2 cryptopp
g++ -funroll-loops -march=native -mcpu=native -O3 cryptopp
g++ -funroll-loops -march=native -mcpu=native -Os cryptopp
g++ -march=native -mcpu=native -O2 cryptopp
g++ -march=native -mcpu=native -O3 cryptopp
g++ -march=native -mcpu=native -Os cryptopp