Implementation notes: mips32, gcc49, crypto_hash/blake2b

Computer: gcc49
Architecture: mips32
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_hash
Primitive: blake2b
TimeImplementationCompilerBenchmark dateSUPERCOP version
28696regsgcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer2013012920130126
30732regsgcc -mabi=n32 -O -fomit-frame-pointer2013012920130126
35910regsgcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer2013012920130126
35910regsgcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer2013012920130126
38042regsgcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer2013012920130126
64436regsgcc -mabi=n32 -Os -fomit-frame-pointer2013012920130126
66034regsgcc -mabi=n32 -O3 -fomit-frame-pointer2013012920130126
66164regsgcc -mabi=n32 -O2 -fomit-frame-pointer2013012920130126

Compiler output

Implementation: crypto_hash/blake2b/ref
Compiler: gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer
blake2b-ref.c: blake2b-ref.c: In function 'blake2b_init0':
blake2b-ref.c: blake2b-ref.c:144: error: 'for' loop initial declarations are only allowed in C99 mode
blake2b-ref.c: blake2b-ref.c:144: note: use option -std=c99 or -std=gnu99 to compile your code
blake2b-ref.c: blake2b-ref.c: In function 'blake2b_init_param':
blake2b-ref.c: blake2b-ref.c:156: error: 'for' loop initial declarations are only allowed in C99 mode
blake2b-ref.c: blake2b-ref.c: In function 'blake2b_final':
blake2b-ref.c: blake2b-ref.c:329: error: 'for' loop initial declarations are only allowed in C99 mode

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer ref
gcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer ref
gcc -mabi=n32 -O2 -fomit-frame-pointer ref
gcc -mabi=n32 -O3 -fomit-frame-pointer ref
gcc -mabi=n32 -O -fomit-frame-pointer ref
gcc -mabi=n32 -Os -fomit-frame-pointer ref

Compiler output

Implementation: crypto_hash/blake2b/xmm
Compiler: gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer
blake2b.c: In file included from blake2b.c:6:
blake2b.c: blake2-config.h:68:2: error: #error "This code requires at least SSE2."
blake2b.c: blake2b.c:11:23: error: immintrin.h: No such file or directory
blake2b.c: blake2b.c: In function 'crypto_hash_blake2b_xmm':
blake2b.c: blake2b.c:22: error: '__m128i' undeclared (first use in this function)
blake2b.c: blake2b.c:22: error: (Each undeclared identifier is reported only once
blake2b.c: blake2b.c:22: error: for each function it appears in.)
blake2b.c: blake2b.c:22: error: expected ';' before 'xmm0'
blake2b.c: blake2b.c:23: error: expected ';' before 'xmm1'
blake2b.c: blake2b.c:24: error: expected ';' before 'xmm2'
blake2b.c: blake2b.c:25: error: expected ';' before 'xmm3'
blake2b.c: blake2b.c:26: error: expected ';' before 'xmm4'
blake2b.c: blake2b.c:27: error: expected ';' before 'xmm5'
blake2b.c: blake2b.c:28: error: expected ';' before 'xmm6'
blake2b.c: blake2b.c:29: error: expected ';' before 'xmm7'
blake2b.c: blake2b.c:31: error: expected ';' before 'b0'
blake2b.c: blake2b.c:34: error: 'xmm0' undeclared (first use in this function)
blake2b.c: blake2b.c:35: error: 'xmm1' undeclared (first use in this function)
blake2b.c: blake2b.c:36: error: 'xmm2' undeclared (first use in this function)
blake2b.c: blake2b.c:37: error: 'xmm3' undeclared (first use in this function)
blake2b.c: blake2b.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'iv0'
blake2b.c: blake2b.c:69: error: 'iv0' undeclared (first use in this function)
blake2b.c: blake2b.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'iv1'
blake2b.c: blake2b.c:70: error: 'iv1' undeclared (first use in this function)
blake2b.c: blake2b.c:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'iv2'
blake2b.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer xmm
gcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer xmm
gcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer xmm
gcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer xmm
gcc -mabi=n32 -O2 -fomit-frame-pointer xmm
gcc -mabi=n32 -O3 -fomit-frame-pointer xmm
gcc -mabi=n32 -O -fomit-frame-pointer xmm
gcc -mabi=n32 -Os -fomit-frame-pointer xmm

Compiler output

Implementation: crypto_hash/blake2b/ymm
Compiler: gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer
blake2b.c: In file included from blake2b.c:6:
blake2b.c: blake2-config.h:68:2: error: #error "This code requires at least SSE2."
blake2b.c: blake2b.c:11:23: error: immintrin.h: No such file or directory
blake2b.c: blake2b.c:15:2: error: #error "This code requires at least AVX."
blake2b.c: blake2b.c: In function 'crypto_hash_blake2b_ymm':
blake2b.c: blake2b.c:119: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'r16'
blake2b.c: blake2b.c:119: error: 'r16' undeclared (first use in this function)
blake2b.c: blake2b.c:119: error: (Each undeclared identifier is reported only once
blake2b.c: blake2b.c:119: error: for each function it appears in.)
blake2b.c: blake2b.c:120: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'r24'
blake2b.c: blake2b.c:120: error: 'r24' undeclared (first use in this function)
blake2b.c: blake2b.c:121: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm0'
blake2b.c: blake2b.c:121: error: 'xmm0' undeclared (first use in this function)
blake2b.c: blake2b.c:122: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm1'
blake2b.c: blake2b.c:122: error: 'xmm1' undeclared (first use in this function)
blake2b.c: blake2b.c:123: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm2'
blake2b.c: blake2b.c:123: error: 'xmm2' undeclared (first use in this function)
blake2b.c: blake2b.c:124: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm3'
blake2b.c: blake2b.c:124: error: 'xmm3' undeclared (first use in this function)
blake2b.c: blake2b.c:125: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm4'
blake2b.c: blake2b.c:125: error: 'xmm4' undeclared (first use in this function)
blake2b.c: blake2b.c:126: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm5'
blake2b.c: blake2b.c:126: error: 'xmm5' undeclared (first use in this function)
blake2b.c: blake2b.c:127: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'xmm6'
blake2b.c: blake2b.c:127: error: 'xmm6' undeclared (first use in this function)
blake2b.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer ymm
gcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer ymm
gcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer ymm
gcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer ymm
gcc -mabi=n32 -O2 -fomit-frame-pointer ymm
gcc -mabi=n32 -O3 -fomit-frame-pointer ymm
gcc -mabi=n32 -O -fomit-frame-pointer ymm
gcc -mabi=n32 -Os -fomit-frame-pointer ymm

Compiler output

Implementation: crypto_hash/blake2b/avxicc
Compiler: gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer
blake2b.s: blake2b.s: Assembler messages:
blake2b.s: blake2b.s:3: Error: unknown pseudo-op: `.intel_syntax'
blake2b.s: blake2b.s:14: Error: Illegal operands `sub rsp,552'
blake2b.s: blake2b.s:16: Error: Illegal operands `xor r11d,r11d'
blake2b.s: blake2b.s:17: Error: Illegal operands `xor ecx,ecx'
blake2b.s: blake2b.s:18: Error: Unrecognized opcode `mov r9,rsi'
blake2b.s: blake2b.s:19: Error: Unrecognized opcode `vmovdqu xmm2,XMMWORD PTR .L_2il0floatpacket.13[rip]'
blake2b.s: blake2b.s:20: Error: Illegal operands `xor eax,eax'
blake2b.s: blake2b.s:21: Error: Unrecognized opcode `vmovdqu xmm3,XMMWORD PTR .L_2il0floatpacket.14[rip]'
blake2b.s: blake2b.s:22: Error: Unrecognized opcode `mov r8,rdx'
blake2b.s: blake2b.s:23: Error: Unrecognized opcode `vmovdqu xmm4,XMMWORD PTR .L_2il0floatpacket.15[rip]'
blake2b.s: blake2b.s:24: Error: Illegal operands `xor r10d,r10d'
blake2b.s: blake2b.s:25: Error: Unrecognized opcode `vmovdqu xmm11,XMMWORD PTR .L_2il0floatpacket.16[rip]'
blake2b.s: blake2b.s:26: Error: Unrecognized opcode `vmovdqu xmm1,XMMWORD PTR .L_2il0floatpacket.11[rip]'
blake2b.s: blake2b.s:27: Error: Unrecognized opcode `vmovdqu xmm0,XMMWORD PTR .L_2il0floatpacket.12[rip]'
blake2b.s: blake2b.s:28: Error: Unrecognized opcode `vmovdqu XMMWORD PTR[448+rsp],xmm2'
blake2b.s: blake2b.s:29: Error: Unrecognized opcode `vmovdqu XMMWORD PTR[464+rsp],xmm3'
blake2b.s: blake2b.s:30: Error: Unrecognized opcode `vmovdqu XMMWORD PTR[496+rsp],xmm4'
blake2b.s: blake2b.s:31: Error: Unrecognized opcode `vmovdqu XMMWORD PTR[480+rsp],xmm11'
blake2b.s: blake2b.s:32: Error: Unrecognized opcode `vmovdqu xmm5,XMMWORD PTR .L_2il0floatpacket.17[rip]'
blake2b.s: blake2b.s:33: Error: Unrecognized opcode `cmp rdx,128'
blake2b.s: blake2b.s:34: Error: Unrecognized opcode `jbe ..B1.5'
blake2b.s: blake2b.s:37: Error: Unrecognized opcode `mov QWORD PTR[rsp],rbp'
blake2b.s: blake2b.s:38: Error: Unrecognized opcode `lea rsi,QWORD PTR[-1+rdx]'
blake2b.s: blake2b.s:39: Error: Unrecognized opcode `sar rsi,6'
blake2b.s: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -funroll-loops -mabi=n32 -O2 -fomit-frame-pointer avxicc
gcc -funroll-loops -mabi=n32 -O3 -fomit-frame-pointer avxicc
gcc -funroll-loops -mabi=n32 -O -fomit-frame-pointer avxicc
gcc -funroll-loops -mabi=n32 -Os -fomit-frame-pointer avxicc
gcc -mabi=n32 -O2 -fomit-frame-pointer avxicc
gcc -mabi=n32 -O3 -fomit-frame-pointer avxicc
gcc -mabi=n32 -O -fomit-frame-pointer avxicc
gcc -mabi=n32 -Os -fomit-frame-pointer avxicc