Test results for aarch64, pi5, crypto_aead/omdsha256k128n96tau128v2
[Page version: 20251031 23:15:16]
Measurements for aarch64, pi5, crypto_aead
Test results for aarch64, pi5, crypto_aead
Test results for crypto_aead/omdsha256k128n96tau128v2
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k128n96tau128v2
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 148004 | 9796 0 0 | 27000 768 864 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250522 | 20250415 |
| 164950 | 8848 0 0 | 27681 824 856 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250522 | 20250415 |
| 165703 | 4828 0 0 | 21192 768 864 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250522 | 20250415 |
| 188106 | 3884 0 0 | 18968 752 840 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250522 | 20250415 |
| 194404 | 4448 0 0 | 24960 768 848 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250522 | 20250415 |
Compiler output
encrypt.c: <inline asm>:1:1: error: unknown directive
encrypt.c: .intel_syntax noprefix
encrypt.c: ^
encrypt.c: <inline asm>:3:12: error: invalid alignment value
encrypt.c: .align 32
encrypt.c: ^
encrypt.c: <inline asm>:5:1: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: <inline asm>:6:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: <inline asm>:7:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: push r13
encrypt.c: ^
encrypt.c: <inline asm>:8:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: push r14
encrypt.c: ^
encrypt.c: <inline asm>:9:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: push r15
encrypt.c: ^
encrypt.c: <inline asm>:10:9: error: invalid operand for instruction
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: <inline asm>:11:9: error: invalid operand for instruction
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 2, namely:
| Implementation | Compiler |
| T:avx1 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:sse4 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
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/ccP6nvUJ.s: Assembler messages:
encrypt.c: /tmp/ccP6nvUJ.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccP6nvUJ.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccP6nvUJ.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccP6nvUJ.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccP6nvUJ.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccP6nvUJ.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccP6nvUJ.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccP6nvUJ.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccP6nvUJ.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccP6nvUJ.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccP6nvUJ.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccP6nvUJ.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccP6nvUJ.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/cclVn7f3.s: Assembler messages:
encrypt.c: /tmp/cclVn7f3.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cclVn7f3.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cclVn7f3.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cclVn7f3.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cclVn7f3.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cclVn7f3.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cclVn7f3.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cclVn7f3.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cclVn7f3.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cclVn7f3.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cclVn7f3.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cclVn7f3.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cclVn7f3.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cclVn7f3.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cclVn7f3.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cclVn7f3.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cclVn7f3.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cclVn7f3.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cclVn7f3.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cclVn7f3.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/ccL8ql5L.s: Assembler messages:
encrypt.c: /tmp/ccL8ql5L.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccL8ql5L.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccL8ql5L.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccL8ql5L.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccL8ql5L.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccL8ql5L.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccL8ql5L.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccL8ql5L.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccL8ql5L.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccL8ql5L.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccL8ql5L.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccL8ql5L.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccL8ql5L.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/ccDJzZ2a.s: Assembler messages:
encrypt.c: /tmp/ccDJzZ2a.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccDJzZ2a.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccDJzZ2a.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccDJzZ2a.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccDJzZ2a.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccDJzZ2a.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccDJzZ2a.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccDJzZ2a.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccDJzZ2a.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccDJzZ2a.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccDJzZ2a.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccDJzZ2a.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccDJzZ2a.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/cccgEzfg.s: Assembler messages:
encrypt.c: /tmp/cccgEzfg.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cccgEzfg.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cccgEzfg.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cccgEzfg.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cccgEzfg.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cccgEzfg.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cccgEzfg.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cccgEzfg.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cccgEzfg.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cccgEzfg.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cccgEzfg.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cccgEzfg.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cccgEzfg.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cccgEzfg.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cccgEzfg.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cccgEzfg.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cccgEzfg.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cccgEzfg.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cccgEzfg.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cccgEzfg.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/ccNPQaHa.s: Assembler messages:
encrypt.c: /tmp/ccNPQaHa.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccNPQaHa.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccNPQaHa.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccNPQaHa.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccNPQaHa.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccNPQaHa.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccNPQaHa.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccNPQaHa.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccNPQaHa.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccNPQaHa.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccNPQaHa.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccNPQaHa.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccNPQaHa.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/ccbys0vs.s: Assembler messages:
encrypt.c: /tmp/ccbys0vs.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccbys0vs.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccbys0vs.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccbys0vs.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccbys0vs.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccbys0vs.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccbys0vs.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccbys0vs.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccbys0vs.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccbys0vs.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccbys0vs.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccbys0vs.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccbys0vs.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccbys0vs.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccbys0vs.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccbys0vs.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccbys0vs.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccbys0vs.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccbys0vs.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccbys0vs.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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/ccqCYxGd.s: Assembler messages:
encrypt.c: /tmp/ccqCYxGd.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccqCYxGd.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccqCYxGd.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccqCYxGd.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccqCYxGd.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccqCYxGd.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccqCYxGd.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccqCYxGd.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccqCYxGd.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccqCYxGd.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccqCYxGd.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccqCYxGd.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccqCYxGd.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
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 (12.2.0) |
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: 5, namely:
| Implementation | Compiler |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |