Implementation notes: amd64, slide, crypto_aead/silverv1

Computer: slide
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: silverv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
5404aesnioptimizedgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
7288aesnioptimizedgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
7428aesnioptimizedgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
7896aesnioptimizedgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
71392littleendoptnotaesnigcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
72592littleendoptnotaesnigcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
74144littleendoptnotaesnigcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
78189anotherlittleendgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
78612littleendoptnotaesnigcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
82880anotherlittleendgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
86144anotherlittleendgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
93156anotherlittleendgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
318824refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
395418refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
449688refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
771444refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806

Compiler output

Implementation: crypto_aead/silverv1/bigendoptimized
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c:28:2: error: #error "This code produces standard results only on BE machines"
encrypt.c: #error "This code produces standard results only on BE machines"
encrypt.c: ^

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