Implementation notes: amd64, utrecht, crypto_stream/rabbit

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: rabbit
TimeImplementationCompilerBenchmark dateSUPERCOP version
8775e/opt/1/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
8784e/opt/2/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
8820e/opt/1/4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
8838e/opt/1/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
8856e/opt/1/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
8874e/opt/1/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
8892e/opt/2/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
8901e/opt/2/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
8937e/opt/1/4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
8991e/opt/1/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
9000e/opt/1/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
9027e/opt/2/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
9072e/opt/1/4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
11547e/opt/2/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
11610e/opt/2/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
11655e/opt/2/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
11709e/opt/1/4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
11736e/opt/2/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
11763e/opt/1/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
11826e/opt/1/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
11970e/opt/2/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
13140e/opt/2/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
13446e/opt/2/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
13743e/opt/2/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
16542e/refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
17451e/opt/1/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
17577e/opt/1/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
18072e/opt/1/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
20997e/opt/1/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
22401e/refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
22527e/refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
24390e/refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731

Compiler output

Implementation: crypto_stream/rabbit/e/opt/2/4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
rabbit.c: In file included from rabbit.c:1:0:
rabbit.c: e/rabbit.c: In function 'RABBIT_next_state':
rabbit.c: e/rabbit.c:315:4: error: expected ';' before 'RABBIT_G_AND_LATE_COUNTER'
rabbit.c: RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c: ^
rabbit.c: e/rabbit.c:93:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j, 8) + g##k);
rabbit.c: ^
rabbit.c: e/rabbit.c:319:4: note: in expansion of macro 'RABBIT_GEN_X_ODD'
rabbit.c: RABBIT_GEN_X_ODD(3, 2, 1)
rabbit.c: ^
rabbit.c: e/rabbit.c:90:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j,16) + ROTL32(g##k, 16));
rabbit.c: ^
rabbit.c: e/rabbit.c:321:4: note: in expansion of macro 'RABBIT_GEN_X_EVEN'
rabbit.c: RABBIT_GEN_X_EVEN(4, 3, 2)
rabbit.c: ^
rabbit.c: e/rabbit.c:93:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j, 8) + g##k);
rabbit.c: ^
rabbit.c: e/rabbit.c:323:4: note: in expansion of macro 'RABBIT_GEN_X_ODD'
rabbit.c: RABBIT_GEN_X_ODD(5, 4, 3)
rabbit.c: ^
rabbit.c: e/rabbit.c:90:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j,16) + ROTL32(g##k, 16));
rabbit.c: ...

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

Compiler output

Implementation: crypto_stream/rabbit/e/opt/2/5
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
rabbit.c: In file included from rabbit.c:1:0:
rabbit.c: e/rabbit.c:37:2: error: #error this variant does not compile on this platform
rabbit.c: #error this variant does not compile on this platform
rabbit.c: ^
rabbit.c: e/rabbit.c: In function 'RABBIT_next_state':
rabbit.c: e/rabbit.c:315:4: error: expected ';' before 'RABBIT_G_AND_LATE_COUNTER'
rabbit.c: RABBIT_G_AND_LATE_COUNTER(1, 0x34D34D34)
rabbit.c: ^
rabbit.c: e/rabbit.c:93:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j, 8) + g##k);
rabbit.c: ^
rabbit.c: e/rabbit.c:319:4: note: in expansion of macro 'RABBIT_GEN_X_ODD'
rabbit.c: RABBIT_GEN_X_ODD(3, 2, 1)
rabbit.c: ^
rabbit.c: e/rabbit.c:90:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j,16) + ROTL32(g##k, 16));
rabbit.c: ^
rabbit.c: e/rabbit.c:321:4: note: in expansion of macro 'RABBIT_GEN_X_EVEN'
rabbit.c: RABBIT_GEN_X_EVEN(4, 3, 2)
rabbit.c: ^
rabbit.c: e/rabbit.c:93:7: error: expected ';' before 'p_instance'
rabbit.c: p_instance->gt;x##i = U32V(g##i + ROTL32(g##j, 8) + g##k);
rabbit.c: ^
rabbit.c: e/rabbit.c:323:4: note: in expansion of macro 'RABBIT_GEN_X_ODD'
rabbit.c: RABBIT_GEN_X_ODD(5, 4, 3)
rabbit.c: ...

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