Test results for armeabi, h7panda, crypto_aead/omdsha256k128n96tau96v2

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_aead Test results for armeabi, h7panda, crypto_aead Test results for crypto_aead/omdsha256k128n96tau96v2
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k128n96tau96v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
43723210876 0 032187 472 912T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4808698496 0 035843 468 904T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4817816996 0 026923 472 912T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
48250213772 0 041355 468 920T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
48873413780 0 041195 468 920T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
4908065128 0 030325 464 904T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6188994516 0 023271 464 904T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6241226004 0 031259 468 904T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102420250922
6551535036 0 024795 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/ccLxIwsk.s: Assembler messages:
encrypt.c: /tmp/ccLxIwsk.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccLxIwsk.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccLxIwsk.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccLxIwsk.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccLxIwsk.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccLxIwsk.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccLxIwsk.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccLxIwsk.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccLxIwsk.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccLxIwsk.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccLxIwsk.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccLxIwsk.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccLxIwsk.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccLxIwsk.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccLxIwsk.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/ccA3vq19.s: Assembler messages:
encrypt.c: /tmp/ccA3vq19.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccA3vq19.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccA3vq19.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccA3vq19.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccA3vq19.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccA3vq19.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccA3vq19.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccA3vq19.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccA3vq19.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccA3vq19.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccA3vq19.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccA3vq19.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccA3vq19.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccA3vq19.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccA3vq19.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccA3vq19.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccA3vq19.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccA3vq19.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccA3vq19.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccA3vq19.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/ccxWv9CB.s: Assembler messages:
encrypt.c: /tmp/ccxWv9CB.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccxWv9CB.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccxWv9CB.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccxWv9CB.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccxWv9CB.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccxWv9CB.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccxWv9CB.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccxWv9CB.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccxWv9CB.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccxWv9CB.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccxWv9CB.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccxWv9CB.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccxWv9CB.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccxWv9CB.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccxWv9CB.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/ccjJ1AGY.s: Assembler messages:
encrypt.c: /tmp/ccjJ1AGY.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccjJ1AGY.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccjJ1AGY.s:27: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccjJ1AGY.s:28: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccjJ1AGY.s:29: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccjJ1AGY.s:30: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccjJ1AGY.s:31: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccjJ1AGY.s:32: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccjJ1AGY.s:33: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccjJ1AGY.s:34: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccjJ1AGY.s:35: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccjJ1AGY.s:36: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccjJ1AGY.s:37: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:38: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:39: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:40: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:41: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:42: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccjJ1AGY.s:43: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccjJ1AGY.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/ccLfYyT7.s: Assembler messages:
encrypt.c: /tmp/ccLfYyT7.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccLfYyT7.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccLfYyT7.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccLfYyT7.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccLfYyT7.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccLfYyT7.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccLfYyT7.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccLfYyT7.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccLfYyT7.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccLfYyT7.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccLfYyT7.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccLfYyT7.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccLfYyT7.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccLfYyT7.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccLfYyT7.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/ccPrw8Iv.s: Assembler messages:
encrypt.c: /tmp/ccPrw8Iv.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccPrw8Iv.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccPrw8Iv.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccPrw8Iv.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccPrw8Iv.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccPrw8Iv.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccPrw8Iv.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccPrw8Iv.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccPrw8Iv.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccPrw8Iv.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccPrw8Iv.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccPrw8Iv.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccPrw8Iv.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccPrw8Iv.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccPrw8Iv.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/cch6KwC2.s: Assembler messages:
encrypt.c: /tmp/cch6KwC2.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cch6KwC2.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cch6KwC2.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cch6KwC2.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cch6KwC2.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cch6KwC2.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cch6KwC2.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cch6KwC2.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cch6KwC2.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cch6KwC2.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cch6KwC2.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cch6KwC2.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cch6KwC2.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cch6KwC2.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cch6KwC2.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cch6KwC2.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cch6KwC2.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cch6KwC2.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cch6KwC2.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cch6KwC2.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/ccoApCZM.s: Assembler messages:
encrypt.c: /tmp/ccoApCZM.s:21: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccoApCZM.s:24: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccoApCZM.s:26: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccoApCZM.s:27: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccoApCZM.s:28: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccoApCZM.s:29: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccoApCZM.s:30: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccoApCZM.s:31: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccoApCZM.s:32: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccoApCZM.s:33: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccoApCZM.s:34: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccoApCZM.s:35: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccoApCZM.s:36: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccoApCZM.s:37: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccoApCZM.s:38: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccoApCZM.s:39: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccoApCZM.s:40: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccoApCZM.s:41: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccoApCZM.s:42: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccoApCZM.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)