Test results for armeabi, h7panda, crypto_aead/omdsha256k192n104tau128v1
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_aead
Test results for armeabi, h7panda, crypto_aead
Test results for crypto_aead/omdsha256k192n104tau128v1
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k192n104tau128v1
Checksum failure
3978a89816f0be098d13c8a22052cf73a247a0775979ffc596cf259e78b8a70b
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
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:
| Implementation | Compiler |
| T:avx1 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:avx1 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:avx1 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:avx1 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:avx1 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse4 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse4 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse4 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse4 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:sse4 | clang -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccwBqopc.s: Assembler messages:
encrypt.c: /tmp/ccwBqopc.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccwBqopc.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccwBqopc.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccwBqopc.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccwBqopc.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccwBqopc.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccwBqopc.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccwBqopc.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccwBqopc.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccwBqopc.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccwBqopc.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccwBqopc.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccwBqopc.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccwBqopc.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccwBqopc.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccwBqopc.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccwBqopc.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccwBqopc.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccwBqopc.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccwBqopc.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx1 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccqMtJrl.s: Assembler messages:
encrypt.c: /tmp/ccqMtJrl.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccqMtJrl.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccqMtJrl.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccqMtJrl.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccqMtJrl.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccqMtJrl.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccqMtJrl.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccqMtJrl.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccqMtJrl.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccqMtJrl.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccqMtJrl.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccqMtJrl.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccqMtJrl.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccqMtJrl.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx1 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccxxtjfJ.s: Assembler messages:
encrypt.c: /tmp/ccxxtjfJ.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccxxtjfJ.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccxxtjfJ.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccxxtjfJ.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccxxtjfJ.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccxxtjfJ.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccxxtjfJ.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccxxtjfJ.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccxxtjfJ.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccxxtjfJ.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccxxtjfJ.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccxxtjfJ.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccxxtjfJ.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccxxtjfJ.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx1 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccepq2LQ.s: Assembler messages:
encrypt.c: /tmp/ccepq2LQ.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccepq2LQ.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccepq2LQ.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccepq2LQ.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccepq2LQ.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccepq2LQ.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccepq2LQ.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccepq2LQ.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccepq2LQ.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccepq2LQ.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccepq2LQ.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccepq2LQ.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccepq2LQ.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccepq2LQ.s:44: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx1 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccPrDWxV.s: Assembler messages:
encrypt.c: /tmp/ccPrDWxV.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccPrDWxV.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccPrDWxV.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccPrDWxV.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccPrDWxV.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccPrDWxV.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccPrDWxV.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccPrDWxV.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccPrDWxV.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccPrDWxV.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccPrDWxV.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccPrDWxV.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccPrDWxV.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccPrDWxV.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:sse4 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/cct6oYHq.s: Assembler messages:
encrypt.c: /tmp/cct6oYHq.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cct6oYHq.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cct6oYHq.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cct6oYHq.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cct6oYHq.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cct6oYHq.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cct6oYHq.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cct6oYHq.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cct6oYHq.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cct6oYHq.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cct6oYHq.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cct6oYHq.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cct6oYHq.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cct6oYHq.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cct6oYHq.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cct6oYHq.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cct6oYHq.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cct6oYHq.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cct6oYHq.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cct6oYHq.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:sse4 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccfCHh3C.s: Assembler messages:
encrypt.c: /tmp/ccfCHh3C.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccfCHh3C.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccfCHh3C.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccfCHh3C.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccfCHh3C.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccfCHh3C.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccfCHh3C.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccfCHh3C.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccfCHh3C.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccfCHh3C.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccfCHh3C.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccfCHh3C.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccfCHh3C.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccfCHh3C.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:sse4 | gcc -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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccQADnm1.s: Assembler messages:
encrypt.c: /tmp/ccQADnm1.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccQADnm1.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccQADnm1.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccQADnm1.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccQADnm1.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccQADnm1.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccQADnm1.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccQADnm1.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccQADnm1.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccQADnm1.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccQADnm1.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccQADnm1.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccQADnm1.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccQADnm1.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccQADnm1.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccQADnm1.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccQADnm1.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccQADnm1.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccQADnm1.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccQADnm1.s:43: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:sse4 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |