Implementation notes: amd64, pluton1mn, crypto_aead/aes128marble4rv1

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes128marble4rv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
462392refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080620160731
495460reficc -xMIC-AVX512 -O2 -fomit-frame-pointer2016080620160731
496664refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080620160731
500724reficc -xMIC-AVX512 -O3 -fomit-frame-pointer2016080620160731
528724refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080620160731
582904refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/aes128marble4rv1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_encrypt':
encrypt.c: encrypt.c:34:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
encrypt.c: free(cxt);
encrypt.c: ^~~~
encrypt.c: encrypt.c:34:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: encrypt.c:34:2: note: include 'gt;' or provide a declaration of 'free'
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_decrypt':
encrypt.c: encrypt.c:67:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: free(cxt);
encrypt.c: ^~~~
encrypt.c: encrypt.c:67:2: note: include 'gt;' or provide a declaration of 'free'

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

Compiler output

Implementation: crypto_aead/aes128marble4rv1/ref
Compiler: icc -xMIC-AVX512 -O2 -fomit-frame-pointer
encrypt.c: encrypt.c(34): warning #266: function "free" declared implicitly
encrypt.c: free(cxt);
encrypt.c: ^
encrypt.c:
encrypt.c: encrypt.c(67): warning #266: function "free" declared implicitly
encrypt.c: free(cxt);
encrypt.c: ^
encrypt.c:

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