Implementation notes: amd64, pluton1mn, crypto_aead/aezv4

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aezv4
TimeImplementationCompilerBenchmark dateSUPERCOP version
4144aesnigcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
4256aesnigcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
4872aesnigcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
4914aesnigcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731
782880reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
906920reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
1273104refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
1523998refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
1615992refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
2004338refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/aezv4/aesni
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
encrypt.c: encrypt.c(181): error: #error directive: - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(210): error: identifier "block" is undefined
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(210): error: identifier "block" is undefined
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(211): warning #266: function "vand" declared implicitly
encrypt.c: return vand(x, loadu(pad + zero_bytes));
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(211): warning #266: function "loadu" declared implicitly
encrypt.c: return vand(x, loadu(pad + zero_bytes));
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(214): error: identifier "block" is undefined
encrypt.c: static block one_zero_pad(block x, unsigned one_zero_bytes) {
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(214): error: identifier "block" is undefined
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -xMIC-AVX512 -O2 -fomit-frame-pointer aesni
icc -xMIC-AVX512 -O3 -fomit-frame-pointer aesni