Test results for armeabi, h7panda, crypto_aead/omdsha256k256n104tau160v1
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_aead
Test results for armeabi, h7panda, crypto_aead
Test results for crypto_aead/omdsha256k256n104tau160v1
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k256n104tau160v1
Checksum failure
0b4ac95ee8eabcbb101a0960f8df581ee1f6dde638418e34548097326115a93e
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/ccyDiL8D.s: Assembler messages:
encrypt.c: /tmp/ccyDiL8D.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccyDiL8D.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccyDiL8D.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccyDiL8D.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccyDiL8D.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccyDiL8D.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccyDiL8D.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccyDiL8D.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccyDiL8D.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccyDiL8D.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccyDiL8D.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccyDiL8D.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccyDiL8D.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccyDiL8D.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccyDiL8D.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/ccRPCPMX.s: Assembler messages:
encrypt.c: /tmp/ccRPCPMX.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccRPCPMX.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccRPCPMX.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccRPCPMX.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccRPCPMX.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccRPCPMX.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccRPCPMX.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccRPCPMX.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccRPCPMX.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccRPCPMX.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccRPCPMX.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccRPCPMX.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccRPCPMX.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccRPCPMX.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccRPCPMX.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/ccZTyov0.s: Assembler messages:
encrypt.c: /tmp/ccZTyov0.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccZTyov0.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccZTyov0.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccZTyov0.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccZTyov0.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccZTyov0.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccZTyov0.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccZTyov0.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccZTyov0.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccZTyov0.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccZTyov0.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccZTyov0.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccZTyov0.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccZTyov0.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccZTyov0.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccZTyov0.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccZTyov0.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccZTyov0.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccZTyov0.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccZTyov0.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/ccMy2Ei6.s: Assembler messages:
encrypt.c: /tmp/ccMy2Ei6.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccMy2Ei6.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccMy2Ei6.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccMy2Ei6.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccMy2Ei6.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccMy2Ei6.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccMy2Ei6.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccMy2Ei6.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccMy2Ei6.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccMy2Ei6.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccMy2Ei6.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccMy2Ei6.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccMy2Ei6.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccMy2Ei6.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccMy2Ei6.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/ccd1Rlbo.s: Assembler messages:
encrypt.c: /tmp/ccd1Rlbo.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccd1Rlbo.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccd1Rlbo.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccd1Rlbo.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccd1Rlbo.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccd1Rlbo.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccd1Rlbo.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccd1Rlbo.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccd1Rlbo.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccd1Rlbo.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccd1Rlbo.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccd1Rlbo.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccd1Rlbo.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccd1Rlbo.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccd1Rlbo.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/ccZ0bcqv.s: Assembler messages:
encrypt.c: /tmp/ccZ0bcqv.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccZ0bcqv.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccZ0bcqv.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccZ0bcqv.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccZ0bcqv.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccZ0bcqv.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccZ0bcqv.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccZ0bcqv.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccZ0bcqv.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccZ0bcqv.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccZ0bcqv.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccZ0bcqv.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccZ0bcqv.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccZ0bcqv.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccZ0bcqv.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/cc0i6Vlb.s: Assembler messages:
encrypt.c: /tmp/cc0i6Vlb.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc0i6Vlb.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cc0i6Vlb.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cc0i6Vlb.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cc0i6Vlb.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cc0i6Vlb.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cc0i6Vlb.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cc0i6Vlb.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cc0i6Vlb.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cc0i6Vlb.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cc0i6Vlb.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cc0i6Vlb.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc0i6Vlb.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc0i6Vlb.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc0i6Vlb.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/ccVUnV33.s: Assembler messages:
encrypt.c: /tmp/ccVUnV33.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccVUnV33.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccVUnV33.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccVUnV33.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccVUnV33.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccVUnV33.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccVUnV33.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccVUnV33.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccVUnV33.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccVUnV33.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccVUnV33.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccVUnV33.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccVUnV33.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccVUnV33.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccVUnV33.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccVUnV33.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccVUnV33.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccVUnV33.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccVUnV33.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccVUnV33.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) |