Test results for armeabi, h7panda, crypto_aead/omdsha256k192n104tau128v2

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_aead Test results for armeabi, h7panda, crypto_aead Test results for crypto_aead/omdsha256k192n104tau128v2
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k192n104tau128v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
43984910924 0 032323 472 912T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4724108512 0 035927 468 904T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4825887044 0 027059 472 912T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
48319513632 0 041287 468 920T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
48812013628 0 041111 468 920T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4978775088 0 030361 464 904T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6178304536 0 023371 464 904T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6230705968 0 031303 468 904T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6428875052 0 024911 472 904T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922

Compiler output


encrypt.c: <inline asm>:1:1: error: unknown directive
encrypt.c:     1 | .intel_syntax noprefix
encrypt.c:       | ^
encrypt.c: <inline asm>:3:12: error: invalid alignment value
encrypt.c:     3 |     .align 32
encrypt.c:       |            ^
encrypt.c: <inline asm>:5:6: error: invalid operand for instruction
encrypt.c:     5 | push rbx
encrypt.c:       |      ^
encrypt.c: <inline asm>:6:10: error: invalid operand for instruction
encrypt.c:     6 |     push rbp
encrypt.c:       |          ^
encrypt.c: <inline asm>:7:10: error: invalid operand for instruction
encrypt.c:     7 |     push r13
encrypt.c:       |          ^
encrypt.c: <inline asm>:8:10: error: invalid operand for instruction
encrypt.c:     8 |     push r14
encrypt.c:       |          ^
encrypt.c: <inline asm>:9:10: error: invalid operand for instruction
encrypt.c:     9 |     push r15
encrypt.c:       |          ^
encrypt.c: <inline asm>:10:9: error: operand must be a register in range [r0, r15]
encrypt.c:    10 |     sub rsp,32
encrypt.c:       |         ^
encrypt.c: <inline asm>:11:5: error: invalid instruction, did you mean: lsl, sel, vqshl, vrshl, vshl, vshll?
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 10, namely:
ImplementationCompiler
T:avx1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:avx1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:avx1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:avx1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:avx1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sse4clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sse4clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sse4clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sse4clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:sse4clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/ccuGsFya.s: Assembler messages:
encrypt.c: /tmp/ccuGsFya.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccuGsFya.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccuGsFya.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccuGsFya.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccuGsFya.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccuGsFya.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccuGsFya.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccuGsFya.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccuGsFya.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccuGsFya.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccuGsFya.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccuGsFya.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccuGsFya.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccuGsFya.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccuGsFya.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccuGsFya.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccuGsFya.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccuGsFya.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccuGsFya.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccuGsFya.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avx1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/ccnZqS5g.s: Assembler messages:
encrypt.c: /tmp/ccnZqS5g.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccnZqS5g.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccnZqS5g.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccnZqS5g.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccnZqS5g.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccnZqS5g.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccnZqS5g.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccnZqS5g.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccnZqS5g.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccnZqS5g.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccnZqS5g.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccnZqS5g.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccnZqS5g.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccnZqS5g.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avx1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/ccaTW4CH.s: Assembler messages:
encrypt.c: /tmp/ccaTW4CH.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccaTW4CH.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccaTW4CH.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccaTW4CH.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccaTW4CH.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccaTW4CH.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccaTW4CH.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccaTW4CH.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccaTW4CH.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccaTW4CH.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccaTW4CH.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccaTW4CH.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccaTW4CH.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccaTW4CH.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avx1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/ccG2nyhq.s: Assembler messages:
encrypt.c: /tmp/ccG2nyhq.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccG2nyhq.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccG2nyhq.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccG2nyhq.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccG2nyhq.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccG2nyhq.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccG2nyhq.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccG2nyhq.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccG2nyhq.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccG2nyhq.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccG2nyhq.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccG2nyhq.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccG2nyhq.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccG2nyhq.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:avx1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/cczAEEOB.s: Assembler messages:
encrypt.c: /tmp/cczAEEOB.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cczAEEOB.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cczAEEOB.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cczAEEOB.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cczAEEOB.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cczAEEOB.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cczAEEOB.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cczAEEOB.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cczAEEOB.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cczAEEOB.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cczAEEOB.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cczAEEOB.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cczAEEOB.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cczAEEOB.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cczAEEOB.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cczAEEOB.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cczAEEOB.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cczAEEOB.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cczAEEOB.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cczAEEOB.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sse4gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/cchVPHvE.s: Assembler messages:
encrypt.c: /tmp/cchVPHvE.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cchVPHvE.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cchVPHvE.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cchVPHvE.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cchVPHvE.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cchVPHvE.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cchVPHvE.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cchVPHvE.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cchVPHvE.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cchVPHvE.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cchVPHvE.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cchVPHvE.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cchVPHvE.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cchVPHvE.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cchVPHvE.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cchVPHvE.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cchVPHvE.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cchVPHvE.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cchVPHvE.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cchVPHvE.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sse4gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/cc2xO80x.s: Assembler messages:
encrypt.c: /tmp/cc2xO80x.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc2xO80x.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cc2xO80x.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cc2xO80x.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cc2xO80x.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cc2xO80x.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cc2xO80x.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cc2xO80x.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cc2xO80x.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cc2xO80x.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cc2xO80x.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cc2xO80x.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc2xO80x.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc2xO80x.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc2xO80x.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc2xO80x.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc2xO80x.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc2xO80x.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc2xO80x.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc2xO80x.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sse4gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Compiler output


encrypt.c: In file included from encrypt.c:7:
encrypt.c: omdsha256.h:41:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c:    41 | } Hash;
encrypt.c:       |   ^~~~
encrypt.c: /tmp/ccmP4szJ.s: Assembler messages:
encrypt.c: /tmp/ccmP4szJ.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccmP4szJ.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccmP4szJ.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccmP4szJ.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccmP4szJ.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccmP4szJ.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccmP4szJ.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccmP4szJ.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccmP4szJ.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccmP4szJ.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccmP4szJ.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccmP4szJ.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccmP4szJ.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccmP4szJ.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:sse4gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)

Namespace violations


omdsha256.o calc_L_i T
omdsha256.o double_block T
omdsha256.o final_masking_associated_data T
omdsha256.o final_masking_message T
omdsha256.o hash T
omdsha256.o increment_masking_associated_data T
omdsha256.o increment_masking_message T
omdsha256.o key_func T
omdsha256.o l2b T
omdsha256.o ntz T
omdsha256.o omdsha256_process T
omdsha256.o triple_block T
omdsha256.o xor_block T
sha256.o sha256_comp T

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)