Test results for armeabi, berry0, crypto_hash/blake2b
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_hash
Test results for armeabi, berry0, crypto_hash
Test results for crypto_hash/blake2b
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: blake2b
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
162157 | 20280 0 0 | 29419 356 744 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
166670 | 20024 0 0 | 29039 356 744 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
167745 | 21064 0 0 | 31859 356 744 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
185292 | 38332 0 0 | 49131 356 744 | T:regs | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
186060 | 38332 0 0 | 47471 356 744 | T:regs | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
188991 | 38168 0 0 | 47183 356 744 | T:regs | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
219331 | 40936 0 0 | 53044 384 752 | T:regs | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
226703 | 41580 0 0 | 53640 384 752 | T:regs | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
227040 | 22036 0 0 | 30427 348 744 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
227400 | 41580 0 0 | 51206 380 744 | T:regs | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
228592 | 41580 0 0 | 53108 384 744 | T:regs | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
234913 | 41156 0 0 | 49543 348 744 | T:regs | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
239801 | 41864 0 0 | 51478 380 744 | T:regs | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
262830 | 25656 0 0 | 37712 384 752 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
275660 | 24168 0 0 | 33742 380 744 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
287524 | 25812 0 0 | 37288 384 744 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
288948 | 26644 0 0 | 38652 384 752 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
629636 | 30904 0 0 | 40410 380 744 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240930 | 20240909 |
Compiler output
blake2b.c: In file included from blake2b.c:11:
blake2b.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
blake2b.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:avx2-1 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-1 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-1 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-1 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-1 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.c: blake2b.c:11:10: fatal error: immintrin.h: No such file or directory
blake2b.c: 11 | #include <immintrin.h>
blake2b.c: | ^~~~~~~~~~~~~
blake2b.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:avx2-1 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-1 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-1 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-1 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
blake2b.c: In file included from blake2b.c:12:
blake2b.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
blake2b.c: ...
Number of similar (implementation,compiler) pairs: 10, namely:
Implementation | Compiler |
T:avx2-2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-3 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-3 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-3 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-3 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avx2-3 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.c: blake2b.c:12:10: fatal error: immintrin.h: No such file or directory
blake2b.c: 12 | #include <immintrin.h>
blake2b.c: | ^~~~~~~~~~~~~
blake2b.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:avx2-2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-3 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-3 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-3 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avx2-3 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
blake2b.S: blake2b.S:3:2: error: unknown directive
blake2b.S: .intel_syntax noprefix
blake2b.S: ^
blake2b.S: blake2b.S:14:13: error: operand must be a register in range [r0, r15]
blake2b.S: sub rsp, 552
blake2b.S: ^
blake2b.S: blake2b.S:16:9: error: invalid instruction, did you mean: eor, orr, ror?
blake2b.S: xor r11d, r11d
blake2b.S: ^
blake2b.S: blake2b.S:17:9: error: invalid instruction, did you mean: eor, orr, ror?
blake2b.S: xor ecx, ecx
blake2b.S: ^
blake2b.S: blake2b.S:18:9: error: invalid instruction, any one of the following would fix this:
blake2b.S: mov r9, rsi
blake2b.S: ^
blake2b.S: blake2b.S:18:9: note: instruction requires: armv6t2
blake2b.S: mov r9, rsi
blake2b.S: ^
blake2b.S: blake2b.S:18:9: note: instruction requires: thumb2
blake2b.S: mov r9, rsi
blake2b.S: ^
blake2b.S: blake2b.S:19:31: error: unexpected token in argument list
blake2b.S: vmovdqu xmm2, XMMWORD PTR .L_2il0floatpacket.13[rip]
blake2b.S: ^
blake2b.S: blake2b.S:20:9: error: invalid instruction, did you mean: eor, orr, ror?
blake2b.S: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:avxicc | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avxicc | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avxicc | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avxicc | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:avxicc | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.S: blake2b.S: Assembler messages:
blake2b.S: blake2b.S:3: Error: unknown pseudo-op: `.intel_syntax'
blake2b.S: blake2b.c:14: Error: ARM register expected -- `sub rsp,552'
blake2b.S: blake2b.c:16: Error: bad instruction `xor r11d,r11d'
blake2b.S: blake2b.c:17: Error: bad instruction `xor ecx,ecx'
blake2b.S: blake2b.c:18: Error: immediate expression requires a # prefix -- `mov r9,rsi'
blake2b.S: blake2b.c:19: Error: bad instruction `vmovdqu xmm2,XMMWORD PTR .L_2il0floatpacket.13[rip]'
blake2b.S: blake2b.c:20: Error: bad instruction `xor eax,eax'
blake2b.S: blake2b.c:21: Error: bad instruction `vmovdqu xmm3,XMMWORD PTR .L_2il0floatpacket.14[rip]'
blake2b.S: blake2b.c:22: Error: immediate expression requires a # prefix -- `mov r8,rdx'
blake2b.S: blake2b.c:23: Error: bad instruction `vmovdqu xmm4,XMMWORD PTR .L_2il0floatpacket.15[rip]'
blake2b.S: blake2b.c:24: Error: bad instruction `xor r10d,r10d'
blake2b.S: blake2b.c:25: Error: bad instruction `vmovdqu xmm11,XMMWORD PTR .L_2il0floatpacket.16[rip]'
blake2b.S: blake2b.c:26: Error: bad instruction `vmovdqu xmm1,XMMWORD PTR .L_2il0floatpacket.11[rip]'
blake2b.S: blake2b.c:27: Error: bad instruction `vmovdqu xmm0,XMMWORD PTR .L_2il0floatpacket.12[rip]'
blake2b.S: blake2b.c:28: Error: bad instruction `vmovdqu XMMWORD PTR [448+rsp],xmm2'
blake2b.S: blake2b.c:29: Error: bad instruction `vmovdqu XMMWORD PTR [464+rsp],xmm3'
blake2b.S: blake2b.c:30: Error: bad instruction `vmovdqu XMMWORD PTR [496+rsp],xmm4'
blake2b.S: blake2b.c:31: Error: bad instruction `vmovdqu XMMWORD PTR [480+rsp],xmm11'
blake2b.S: blake2b.c:32: Error: bad instruction `vmovdqu xmm5,XMMWORD PTR .L_2il0floatpacket.17[rip]'
blake2b.S: blake2b.c:33: Error: ARM register expected -- `cmp rdx,128'
blake2b.S: blake2b.c:34: Error: bad instruction `jbe ..B1.5'
blake2b.S: blake2b.c:37: Error: ARM register expected -- `mov QWORD PTR [rsp],rbp'
blake2b.S: blake2b.c:38: Error: bad instruction `lea rsi,QWORD PTR [-1+rdx]'
blake2b.S: blake2b.c:39: Error: bad instruction `sar rsi,6'
blake2b.S: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:avxicc | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avxicc | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avxicc | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:avxicc | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
blake2b.S: blake2b.S:688:29: error: expected '%<type>' or "<type>"
blake2b.S: .section .note.GNU-stack,"",@progbits
blake2b.S: ^
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:moon/armv6/32 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/armv6/32 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/armv6/32 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/armv6/32 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/armv6/32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.S: blake2b.S: Assembler messages:
blake2b.S: blake2b.S:688: Error: junk at end of line, first unrecognized character is `,'
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:moon/armv6/32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/armv6/32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/armv6/32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/armv6/32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
blake2b.S: blake2b.S:1246:29: error: expected '%<type>' or "<type>"
blake2b.S: .section .note.GNU-stack,"",@progbits
blake2b.S: ^
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:moon/neon/32 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/neon/32 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/neon/32 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/neon/32 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:moon/neon/32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.S: blake2b.S: Assembler messages:
blake2b.S: blake2b.S:1246: Error: junk at end of line, first unrecognized character is `,'
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:moon/neon/32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/neon/32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/neon/32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:moon/neon/32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
blake2b-ref.c: blake2b-ref.c:68:19: warning: unused function 'blake2b_clear_lastblock' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_clear_lastblock( blake2b_state *S )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:86:19: warning: unused function 'blake2b_param_set_digest_length' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:92:19: warning: unused function 'blake2b_param_set_fanout' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:98:19: warning: unused function 'blake2b_param_set_max_depth' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:104:19: warning: unused function 'blake2b_param_set_leaf_length' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:110:19: warning: unused function 'blake2b_param_set_node_offset' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:116:19: warning: unused function 'blake2b_param_set_node_depth' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:122:19: warning: unused function 'blake2b_param_set_inner_length' [-Wunused-function]
blake2b-ref.c: static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length )
blake2b-ref.c: ^
blake2b-ref.c: blake2b-ref.c:128:19: warning: unused function 'blake2b_param_set_salt' [-Wunused-function]
blake2b-ref.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
blake2b.c: In file included from blake2b.c:6:
blake2b.c: ./blake2-config.h:68:2: error: "This code requires at least SSE2."
blake2b.c: #error "This code requires at least SSE2."
blake2b.c: ^
blake2b.c: In file included from blake2b.c:11:
blake2b.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
blake2b.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
blake2b.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
blake2b.c: ...
Number of similar (implementation,compiler) pairs: 10, namely:
Implementation | Compiler |
T:xmm | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ymm | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ymm | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ymm | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ymm | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ymm | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
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: 68 | #error "This code requires at least SSE2."
blake2b.c: | ^~~~~
blake2b.c: blake2b.c:11:10: fatal error: immintrin.h: No such file or directory
blake2b.c: 11 | #include <immintrin.h>
blake2b.c: | ^~~~~~~~~~~~~
blake2b.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:xmm | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ymm | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ymm | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ymm | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ymm | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
blake2b-ref.o N 0
blake2b-ref.o N 111
blake2b-ref.o N 11c
blake2b-ref.o N 125
blake2b-ref.o N 139
blake2b-ref.o N 147
blake2b-ref.o N 155
blake2b-ref.o N 15f
blake2b-ref.o N 167
blake2b-ref.o N 174
blake2b-ref.o N 187
blake2b-ref.o N 198
blake2b-ref.o N 1a9
blake2b-ref.o N 1bb
blake2b-ref.o N 1d1
blake2b-ref.o N 1e2
blake2b-ref.o N 1f0
blake2b-ref.o N 1f4
blake2b-ref.o N 1f6
blake2b-ref.o N 1f8
blake2b-ref.o N 1fa
blake2b-ref.o N 1fc
blake2b-ref.o N 200
blake2b-ref.o N 207
blake2b-ref.o N 20e
blake2b-ref.o N 218
blake2b-ref.o N 228
blake2b-ref.o N 236
blake2b-ref.o N 238
blake2b-ref.o N 23f
blake2b-ref.o N 243
blake2b-ref.o N 245
blake2b-ref.o N 247
blake2b-ref.o N 24f
blake2b-ref.o N 25
blake2b-ref.o N 253
blake2b-ref.o N 266
blake2b-ref.o N 268
blake2b-ref.o N 276
blake2b-ref.o N 281
blake2b-ref.o N 288
blake2b-ref.o N 28e
blake2b-ref.o N 29a
blake2b-ref.o N 2a5
blake2b-ref.o N 2ae
blake2b-ref.o N 2ba
blake2b-ref.o N 2c5
blake2b-ref.o N 2d2
blake2b-ref.o N 2db
blake2b-ref.o N 2e0
blake2b-ref.o N 2e9
blake2b-ref.o N 2f9
blake2b-ref.o N 307
blake2b-ref.o N 316
blake2b-ref.o N 319
blake2b-ref.o N 31f
blake2b-ref.o N 324
blake2b-ref.o N 329
blake2b-ref.o N 33
blake2b-ref.o N 33c
blake2b-ref.o N 33e
blake2b-ref.o N 340
blake2b-ref.o N 35a
blake2b-ref.o N 35e
blake2b-ref.o N 365
blake2b-ref.o N 367
blake2b-ref.o N 37d
blake2b-ref.o N 392
blake2b-ref.o N 39f
blake2b-ref.o N 3a6
blake2b-ref.o N 3b7
blake2b-ref.o N 3c8
blake2b-ref.o N 3d6
blake2b-ref.o N 3de
blake2b-ref.o N 402
blake2b-ref.o N 408
blake2b-ref.o N 40c
blake2b-ref.o N 413
blake2b-ref.o N 415
blake2b-ref.o N 41c
blake2b-ref.o N ef
blake2b-ref.o N fa
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b-ref.o N 0
blake2b-ref.o N 111
blake2b-ref.o N 11c
blake2b-ref.o N 125
blake2b-ref.o N 139
blake2b-ref.o N 147
blake2b-ref.o N 155
blake2b-ref.o N 15f
blake2b-ref.o N 167
blake2b-ref.o N 174
blake2b-ref.o N 187
blake2b-ref.o N 198
blake2b-ref.o N 1a9
blake2b-ref.o N 1bb
blake2b-ref.o N 1d1
blake2b-ref.o N 1e2
blake2b-ref.o N 1f0
blake2b-ref.o N 1f4
blake2b-ref.o N 1f6
blake2b-ref.o N 1f8
blake2b-ref.o N 1fa
blake2b-ref.o N 1fc
blake2b-ref.o N 200
blake2b-ref.o N 207
blake2b-ref.o N 20e
blake2b-ref.o N 218
blake2b-ref.o N 228
blake2b-ref.o N 236
blake2b-ref.o N 238
blake2b-ref.o N 23f
blake2b-ref.o N 243
blake2b-ref.o N 245
blake2b-ref.o N 247
blake2b-ref.o N 24f
blake2b-ref.o N 25
blake2b-ref.o N 253
blake2b-ref.o N 262
blake2b-ref.o N 265
blake2b-ref.o N 26b
blake2b-ref.o N 270
blake2b-ref.o N 275
blake2b-ref.o N 28f
blake2b-ref.o N 293
blake2b-ref.o N 2a6
blake2b-ref.o N 2a8
blake2b-ref.o N 2aa
blake2b-ref.o N 2b1
blake2b-ref.o N 2b3
blake2b-ref.o N 2c9
blake2b-ref.o N 2de
blake2b-ref.o N 2eb
blake2b-ref.o N 2f2
blake2b-ref.o N 2f4
blake2b-ref.o N 302
blake2b-ref.o N 30d
blake2b-ref.o N 314
blake2b-ref.o N 31a
blake2b-ref.o N 326
blake2b-ref.o N 33
blake2b-ref.o N 331
blake2b-ref.o N 33a
blake2b-ref.o N 346
blake2b-ref.o N 351
blake2b-ref.o N 35e
blake2b-ref.o N 367
blake2b-ref.o N 36c
blake2b-ref.o N 375
blake2b-ref.o N 385
blake2b-ref.o N 393
blake2b-ref.o N 3a6
blake2b-ref.o N 3b7
blake2b-ref.o N 3c8
blake2b-ref.o N 3d6
blake2b-ref.o N 3de
blake2b-ref.o N 402
blake2b-ref.o N 408
blake2b-ref.o N 40c
blake2b-ref.o N 413
blake2b-ref.o N 415
blake2b-ref.o N 41c
blake2b-ref.o N ef
blake2b-ref.o N fa
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b-ref.o N 0
blake2b-ref.o N 110
blake2b-ref.o N 11b
blake2b-ref.o N 124
blake2b-ref.o N 138
blake2b-ref.o N 146
blake2b-ref.o N 154
blake2b-ref.o N 15e
blake2b-ref.o N 166
blake2b-ref.o N 173
blake2b-ref.o N 186
blake2b-ref.o N 197
blake2b-ref.o N 1a8
blake2b-ref.o N 1ba
blake2b-ref.o N 1d0
blake2b-ref.o N 1e1
blake2b-ref.o N 1f4
blake2b-ref.o N 1f8
blake2b-ref.o N 206
blake2b-ref.o N 20d
blake2b-ref.o N 21a
blake2b-ref.o N 222
blake2b-ref.o N 22a
blake2b-ref.o N 23b
blake2b-ref.o N 24a
blake2b-ref.o N 25
blake2b-ref.o N 25d
blake2b-ref.o N 277
blake2b-ref.o N 288
blake2b-ref.o N 296
blake2b-ref.o N 2ac
blake2b-ref.o N 2b4
blake2b-ref.o N 2d8
blake2b-ref.o N 2df
blake2b-ref.o N 2f4
blake2b-ref.o N 2f6
blake2b-ref.o N 2f8
blake2b-ref.o N 2fa
blake2b-ref.o N 2fc
blake2b-ref.o N 300
blake2b-ref.o N 307
blake2b-ref.o N 30e
blake2b-ref.o N 318
blake2b-ref.o N 328
blake2b-ref.o N 33
blake2b-ref.o N 336
blake2b-ref.o N 338
blake2b-ref.o N 346
blake2b-ref.o N 351
blake2b-ref.o N 358
blake2b-ref.o N 35e
blake2b-ref.o N 36a
blake2b-ref.o N 375
blake2b-ref.o N 37e
blake2b-ref.o N 38a
blake2b-ref.o N 395
blake2b-ref.o N 3a2
blake2b-ref.o N 3ab
blake2b-ref.o N 3b0
blake2b-ref.o N 3b9
blake2b-ref.o N 3c9
blake2b-ref.o N 3d7
blake2b-ref.o N 3d9
blake2b-ref.o N 3db
blake2b-ref.o N 3df
blake2b-ref.o N 3e1
blake2b-ref.o N 3e8
blake2b-ref.o N 3ec
blake2b-ref.o N 3f2
blake2b-ref.o N 3f6
blake2b-ref.o N 3fd
blake2b-ref.o N 400
blake2b-ref.o N 406
blake2b-ref.o N 40b
blake2b-ref.o N 410
blake2b-ref.o N 412
blake2b-ref.o N 414
blake2b-ref.o N 418
blake2b-ref.o N 41a
blake2b-ref.o N 421
blake2b-ref.o N 425
blake2b-ref.o N ee
blake2b-ref.o N f9
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b-ref.o N 0
blake2b-ref.o N 111
blake2b-ref.o N 11c
blake2b-ref.o N 125
blake2b-ref.o N 139
blake2b-ref.o N 147
blake2b-ref.o N 155
blake2b-ref.o N 15f
blake2b-ref.o N 167
blake2b-ref.o N 174
blake2b-ref.o N 187
blake2b-ref.o N 198
blake2b-ref.o N 1a9
blake2b-ref.o N 1bb
blake2b-ref.o N 1d1
blake2b-ref.o N 1e2
blake2b-ref.o N 1f0
blake2b-ref.o N 1f4
blake2b-ref.o N 1f6
blake2b-ref.o N 1f8
blake2b-ref.o N 1fa
blake2b-ref.o N 1fc
blake2b-ref.o N 200
blake2b-ref.o N 207
blake2b-ref.o N 20e
blake2b-ref.o N 218
blake2b-ref.o N 228
blake2b-ref.o N 236
blake2b-ref.o N 238
blake2b-ref.o N 23f
blake2b-ref.o N 243
blake2b-ref.o N 245
blake2b-ref.o N 247
blake2b-ref.o N 24f
blake2b-ref.o N 25
blake2b-ref.o N 253
blake2b-ref.o N 266
blake2b-ref.o N 268
blake2b-ref.o N 26a
blake2b-ref.o N 284
blake2b-ref.o N 288
blake2b-ref.o N 28f
blake2b-ref.o N 291
blake2b-ref.o N 2a7
blake2b-ref.o N 2bc
blake2b-ref.o N 2c9
blake2b-ref.o N 2d0
blake2b-ref.o N 2d2
blake2b-ref.o N 2e0
blake2b-ref.o N 2eb
blake2b-ref.o N 2f2
blake2b-ref.o N 2f8
blake2b-ref.o N 304
blake2b-ref.o N 30f
blake2b-ref.o N 318
blake2b-ref.o N 324
blake2b-ref.o N 32f
blake2b-ref.o N 33
blake2b-ref.o N 33c
blake2b-ref.o N 345
blake2b-ref.o N 34a
blake2b-ref.o N 353
blake2b-ref.o N 363
blake2b-ref.o N 371
blake2b-ref.o N 384
blake2b-ref.o N 395
blake2b-ref.o N 3a4
blake2b-ref.o N 3b5
blake2b-ref.o N 3c3
blake2b-ref.o N 3cb
blake2b-ref.o N 3ef
blake2b-ref.o N 3f5
blake2b-ref.o N 3f9
blake2b-ref.o N 400
blake2b-ref.o N 403
blake2b-ref.o N 409
blake2b-ref.o N 40e
blake2b-ref.o N 413
blake2b-ref.o N 415
blake2b-ref.o N 41c
blake2b-ref.o N ef
blake2b-ref.o N fa
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b-ref.o N 0
blake2b-ref.o N 110
blake2b-ref.o N 11b
blake2b-ref.o N 124
blake2b-ref.o N 138
blake2b-ref.o N 146
blake2b-ref.o N 154
blake2b-ref.o N 15e
blake2b-ref.o N 166
blake2b-ref.o N 173
blake2b-ref.o N 186
blake2b-ref.o N 197
blake2b-ref.o N 1a8
blake2b-ref.o N 1ba
blake2b-ref.o N 1d0
blake2b-ref.o N 1e1
blake2b-ref.o N 1ef
blake2b-ref.o N 1f3
blake2b-ref.o N 1f5
blake2b-ref.o N 1f7
blake2b-ref.o N 1f9
blake2b-ref.o N 1fb
blake2b-ref.o N 1ff
blake2b-ref.o N 206
blake2b-ref.o N 20d
blake2b-ref.o N 217
blake2b-ref.o N 227
blake2b-ref.o N 235
blake2b-ref.o N 237
blake2b-ref.o N 23e
blake2b-ref.o N 242
blake2b-ref.o N 244
blake2b-ref.o N 246
blake2b-ref.o N 24e
blake2b-ref.o N 25
blake2b-ref.o N 252
blake2b-ref.o N 261
blake2b-ref.o N 264
blake2b-ref.o N 26a
blake2b-ref.o N 26f
blake2b-ref.o N 274
blake2b-ref.o N 28e
blake2b-ref.o N 292
blake2b-ref.o N 2a5
blake2b-ref.o N 2a7
blake2b-ref.o N 2a9
blake2b-ref.o N 2b0
blake2b-ref.o N 2b2
blake2b-ref.o N 2c8
blake2b-ref.o N 2dd
blake2b-ref.o N 2ea
blake2b-ref.o N 2f1
blake2b-ref.o N 2f3
blake2b-ref.o N 301
blake2b-ref.o N 30c
blake2b-ref.o N 313
blake2b-ref.o N 319
blake2b-ref.o N 325
blake2b-ref.o N 33
blake2b-ref.o N 330
blake2b-ref.o N 339
blake2b-ref.o N 345
blake2b-ref.o N 350
blake2b-ref.o N 35d
blake2b-ref.o N 366
blake2b-ref.o N 36b
blake2b-ref.o N 374
blake2b-ref.o N 384
blake2b-ref.o N 392
blake2b-ref.o N 3a5
blake2b-ref.o N 3b6
blake2b-ref.o N 3c7
blake2b-ref.o N 3d5
blake2b-ref.o N 3dd
blake2b-ref.o N 401
blake2b-ref.o N 407
blake2b-ref.o N 40b
blake2b-ref.o N 412
blake2b-ref.o N 414
blake2b-ref.o N 41b
blake2b-ref.o N ee
blake2b-ref.o N f9
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b-ref.o blake2b T
blake2b-ref.o blake2b_final T
blake2b-ref.o blake2b_init T
blake2b-ref.o blake2b_init_key T
blake2b-ref.o blake2b_init_param T
blake2b-ref.o blake2b_update T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
blake2b.o N 0
blake2b.o N 103
blake2b.o N 10e
blake2b.o N 117
blake2b.o N 11e
blake2b.o N 122
blake2b.o N 12a
blake2b.o N 12e
blake2b.o N 130
blake2b.o N 155
blake2b.o N 159
blake2b.o N 160
blake2b.o N 16e
blake2b.o N 178
blake2b.o N 180
blake2b.o N 194
blake2b.o N 198
blake2b.o N 19b
blake2b.o N 19e
blake2b.o N 1a1
blake2b.o N 1a4
blake2b.o N 1a7
blake2b.o N 1aa
blake2b.o N 1ad
blake2b.o N 1b0
blake2b.o N 1b3
blake2b.o N 1b7
blake2b.o N 1bd
blake2b.o N 1c0
blake2b.o N 1c4
blake2b.o N 1c8
blake2b.o N 1cb
blake2b.o N 1ce
blake2b.o N 1d2
blake2b.o N 1d5
blake2b.o N 1d8
blake2b.o N 1dc
blake2b.o N 1df
blake2b.o N 1e3
blake2b.o N 1e7
blake2b.o N 1ea
blake2b.o N 1ed
blake2b.o N 1f0
blake2b.o N 1f4
blake2b.o N 1f8
blake2b.o N 1fc
blake2b.o N 200
blake2b.o N 204
blake2b.o N 208
blake2b.o N 20c
blake2b.o N 210
blake2b.o N 213
blake2b.o N 217
blake2b.o N 21b
blake2b.o N 21f
blake2b.o N 223
blake2b.o N 226
blake2b.o N 229
blake2b.o N 22d
blake2b.o N 25
blake2b.o N 2f
blake2b.o N ec
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:regs | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:regs | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:regs | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b.o N 0
blake2b.o N 102
blake2b.o N 10d
blake2b.o N 116
blake2b.o N 13b
blake2b.o N 13f
blake2b.o N 146
blake2b.o N 14e
blake2b.o N 155
blake2b.o N 163
blake2b.o N 16d
blake2b.o N 175
blake2b.o N 189
blake2b.o N 18d
blake2b.o N 190
blake2b.o N 196
blake2b.o N 199
blake2b.o N 19c
blake2b.o N 19f
blake2b.o N 1a2
blake2b.o N 1a5
blake2b.o N 1a8
blake2b.o N 1ab
blake2b.o N 1ae
blake2b.o N 1b2
blake2b.o N 1b5
blake2b.o N 1b8
blake2b.o N 1bb
blake2b.o N 1bf
blake2b.o N 1c2
blake2b.o N 1c5
blake2b.o N 1c9
blake2b.o N 1cd
blake2b.o N 1d1
blake2b.o N 1d5
blake2b.o N 1d9
blake2b.o N 1dd
blake2b.o N 1e1
blake2b.o N 1e5
blake2b.o N 1e9
blake2b.o N 1ed
blake2b.o N 1f1
blake2b.o N 1f5
blake2b.o N 1f8
blake2b.o N 1fc
blake2b.o N 1ff
blake2b.o N 202
blake2b.o N 205
blake2b.o N 208
blake2b.o N 20b
blake2b.o N 20e
blake2b.o N 212
blake2b.o N 216
blake2b.o N 21a
blake2b.o N 21e
blake2b.o N 222
blake2b.o N 226
blake2b.o N 22a
blake2b.o N 22e
blake2b.o N 25
blake2b.o N 2f
blake2b.o N eb
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:regs | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
blake2b.o N 0
blake2b.o N 102
blake2b.o N 10d
blake2b.o N 116
blake2b.o N 11d
blake2b.o N 121
blake2b.o N 129
blake2b.o N 12d
blake2b.o N 12f
blake2b.o N 154
blake2b.o N 158
blake2b.o N 15f
blake2b.o N 16d
blake2b.o N 177
blake2b.o N 17f
blake2b.o N 193
blake2b.o N 197
blake2b.o N 19a
blake2b.o N 1a0
blake2b.o N 1a3
blake2b.o N 1a6
blake2b.o N 1a9
blake2b.o N 1ac
blake2b.o N 1af
blake2b.o N 1b2
blake2b.o N 1b5
blake2b.o N 1b8
blake2b.o N 1bc
blake2b.o N 1bf
blake2b.o N 1c3
blake2b.o N 1c7
blake2b.o N 1ca
blake2b.o N 1cd
blake2b.o N 1d1
blake2b.o N 1d4
blake2b.o N 1d7
blake2b.o N 1db
blake2b.o N 1df
blake2b.o N 1e2
blake2b.o N 1e6
blake2b.o N 1ea
blake2b.o N 1ee
blake2b.o N 1f2
blake2b.o N 1f6
blake2b.o N 1fa
blake2b.o N 1fe
blake2b.o N 202
blake2b.o N 205
blake2b.o N 209
blake2b.o N 20c
blake2b.o N 210
blake2b.o N 213
blake2b.o N 216
blake2b.o N 21a
blake2b.o N 21e
blake2b.o N 222
blake2b.o N 225
blake2b.o N 229
blake2b.o N 22d
blake2b.o N 25
blake2b.o N 2f
blake2b.o N eb
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:regs | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |