Implementation notes: amd64, sliver, crypto_stream/aes128ctr

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_stream
Primitive: aes128ctr

Compiler output

Implementation: crypto_stream/aes128ctr/cryptopp
Compiler: clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.cpp: stream.cpp:1:10: fatal error: 'cryptopp/aes.h' file not found
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments cryptopp

Compiler output

Implementation: crypto_stream/aes128ctr/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.cpp: stream.cpp:1:26: error: cryptopp/aes.h: No such file or directory
stream.cpp: stream.cpp:2:28: error: cryptopp/modes.h: No such file or directory
stream.cpp: stream.cpp: In function 'int crypto_stream_aes128ctr_cryptopp(unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:12: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:12: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:12: error: '::Encryption' has not been declared
stream.cpp: stream.cpp:12: error: expected `;' before 's'
stream.cpp: stream.cpp:13: error: 's' was not declared in this scope
stream.cpp: stream.cpp:14: error: 'size_t' was not declared in this scope
stream.cpp: stream.cpp: In function 'int crypto_stream_aes128ctr_cryptopp_xor(unsigned char*, const unsigned char*, long long unsigned int, const unsigned char*, const unsigned char*)':
stream.cpp: stream.cpp:26: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:26: error: 'CryptoPP' has not been declared
stream.cpp: stream.cpp:26: error: '::Encryption' has not been declared
stream.cpp: stream.cpp:26: error: expected `;' before 's'
stream.cpp: stream.cpp:27: error: 's' was not declared in this scope
stream.cpp: stream.cpp:28: error: 'size_t' was not declared in this scope

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