Implementation notes: amd64, par, crypto_hash/cubehash168

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: cubehash168
TimeImplementationCompilerBenchmark dateSUPERCOP version
114720emmintrin4gcc -funroll-loops -march=native -mcpu=native -O22016121420161026
114980emmintrin4gcc -funroll-loops -march=native -mcpu=native -O32016121420161026
115100emmintrin4gcc -march=native -mcpu=native -O22016121420161026
115160emmintrin4gcc -march=native -mcpu=native -O32016121420161026
126600emmintrin4gcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
126860emmintrin4gcc -march=native -mcpu=native -Os2016121420161026
472280simplegcc -funroll-loops -march=native -mcpu=native -O22016121420161026
476720simplegcc -funroll-loops -march=native -mcpu=native -O32016121420161026
477660simplegcc -march=native -mcpu=native -O32016121420161026
558640unrolledgcc -march=native -mcpu=native -O22016121420161026
560720unrolledgcc -funroll-loops -march=native -mcpu=native -O32016121420161026
561580unrolledgcc -march=native -mcpu=native -O32016121420161026
564000unrolledgcc -funroll-loops -march=native -mcpu=native -O22016121420161026
702320unrolledgcc -march=native -mcpu=native -Os2016121420161026
708340unrolledgcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
1188280specgcc -funroll-loops -march=native -mcpu=native -O22016121420161026
1223540specgcc -funroll-loops -march=native -mcpu=native -O32016121420161026
1343980specgcc -march=native -mcpu=native -O32016121420161026
2271300specgcc -march=native -mcpu=native -O22016121420161026
2721740specgcc -march=native -mcpu=native -Os2016121420161026
2738300specgcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
3231940simplegcc -march=native -mcpu=native -O22016121420161026
3641820simplegcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
3719420simplegcc -march=native -mcpu=native -Os2016121420161026

Compiler output

Implementation: crypto_hash/cubehash168/emmintrin4
Compiler: gcc -funroll-loops -march=native -mcpu=native -O2
cubehash.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
nist.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
measure.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead

Number of similar (compiler,implementation) pairs: 24, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mcpu=native -O2 emmintrin4 simple spec unrolled
gcc -funroll-loops -march=native -mcpu=native -O3 emmintrin4 simple spec unrolled
gcc -funroll-loops -march=native -mcpu=native -Os emmintrin4 simple spec unrolled
gcc -march=native -mcpu=native -O2 emmintrin4 simple spec unrolled
gcc -march=native -mcpu=native -O3 emmintrin4 simple spec unrolled
gcc -march=native -mcpu=native -Os emmintrin4 simple spec unrolled