Implementation notes: amd64, tueisecgern, crypto_stream/rabbit

Computer: tueisecgern
Architecture: amd64
CPU ID: GenuineIntel-000306f2-bfebfbff
SUPERCOP version: 20160724
Operation: crypto_stream
Primitive: rabbit
TimeImplementationCompilerBenchmark dateSUPERCOP version
5943e/opt/2/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
5977e/opt/1/4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
7768e/opt/1/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
8188e/opt/2/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
8231e/opt/1/4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
8464e/opt/1/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
8608e/opt/1/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
8651e/opt/1/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
8666e/opt/1/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
8688e/opt/2/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
8755e/opt/1/4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
8927e/opt/2/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
8930e/opt/2/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
8986e/opt/2/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
9016e/opt/1/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
9108e/opt/1/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
9215e/opt/1/4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
9375e/opt/2/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
9381e/opt/1/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
9629e/refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
9765e/refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
9957e/opt/2/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
12218e/opt/2/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
12295e/refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
12389e/opt/2/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
12478e/opt/1/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
12493e/opt/1/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072220160718
12683e/opt/2/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072220160718
12726e/opt/1/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718
13180e/opt/2/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
13818e/opt/1/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072220160718
16505e/refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072220160718

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