Implementation notes: amd64, slide, crypto_stream/rabbit

Computer: slide
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: rabbit
TimeImplementationCompilerBenchmark dateSUPERCOP version
6500e/opt/1/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
6500e/opt/1/4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
6512e/opt/1/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
6536e/opt/2/2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
6576e/opt/2/3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
6692e/opt/2/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
6716e/opt/2/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
6740e/opt/1/3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
6760e/opt/1/4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
6780e/opt/1/2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
6888e/opt/2/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6904e/opt/1/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6916e/opt/2/2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6928e/opt/1/3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6952e/opt/1/4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
6992e/opt/2/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
7000e/opt/2/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
7028e/opt/1/2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
7032e/opt/1/4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
7040e/opt/1/3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
8376e/refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
9080e/opt/1/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
9120e/opt/2/1gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
9292e/opt/1/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
9328e/opt/2/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
9348e/opt/2/1gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
9404e/opt/1/1gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
9645e/refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016090620160806
10608e/refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016090620160806
10624e/refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016090620160806
12904e/opt/1/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806
12944e/opt/2/1gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016090620160806

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