Test results for aarch64, pi5, crypto_aead/omdsha256k128n96tau96v1
[Page version: 20251031 23:15:16]
Measurements for aarch64, pi5, crypto_aead
Test results for aarch64, pi5, crypto_aead
Test results for crypto_aead/omdsha256k128n96tau96v1
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: omdsha256k128n96tau96v1
Checksum failure
5ce3664a4b31233db4915d4c7514eb1d2fa594c347a22c0800fa23a1cc5c925c
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) |
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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/cclZqiGF.s: Assembler messages:
encrypt.c: /tmp/cclZqiGF.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cclZqiGF.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cclZqiGF.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cclZqiGF.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cclZqiGF.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cclZqiGF.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cclZqiGF.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cclZqiGF.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cclZqiGF.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cclZqiGF.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cclZqiGF.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cclZqiGF.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cclZqiGF.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cclZqiGF.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cclZqiGF.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cclZqiGF.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cclZqiGF.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cclZqiGF.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cclZqiGF.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cclZqiGF.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccS9hcYH.s: Assembler messages:
encrypt.c: /tmp/ccS9hcYH.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccS9hcYH.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccS9hcYH.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccS9hcYH.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccS9hcYH.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccS9hcYH.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccS9hcYH.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccS9hcYH.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccS9hcYH.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccS9hcYH.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccS9hcYH.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccS9hcYH.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccS9hcYH.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccS9hcYH.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccIGyL9m.s: Assembler messages:
encrypt.c: /tmp/ccIGyL9m.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccIGyL9m.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccIGyL9m.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccIGyL9m.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccIGyL9m.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccIGyL9m.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccIGyL9m.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccIGyL9m.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccIGyL9m.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccIGyL9m.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccIGyL9m.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccIGyL9m.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccIGyL9m.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccIGyL9m.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/cc4TNxjF.s: Assembler messages:
encrypt.c: /tmp/cc4TNxjF.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc4TNxjF.s:13: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cc4TNxjF.s:14: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cc4TNxjF.s:15: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cc4TNxjF.s:16: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cc4TNxjF.s:17: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cc4TNxjF.s:18: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cc4TNxjF.s:19: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cc4TNxjF.s:20: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cc4TNxjF.s:21: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cc4TNxjF.s:22: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc4TNxjF.s:23: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:24: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:25: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:26: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:27: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:28: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:29: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc4TNxjF.s:30: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cc4TNxjF.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/cclXGNAV.s: Assembler messages:
encrypt.c: /tmp/cclXGNAV.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cclXGNAV.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cclXGNAV.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cclXGNAV.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cclXGNAV.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cclXGNAV.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cclXGNAV.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cclXGNAV.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cclXGNAV.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cclXGNAV.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cclXGNAV.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cclXGNAV.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cclXGNAV.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cclXGNAV.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cclXGNAV.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cclXGNAV.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cclXGNAV.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cclXGNAV.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cclXGNAV.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cclXGNAV.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccrEDyDj.s: Assembler messages:
encrypt.c: /tmp/ccrEDyDj.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccrEDyDj.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccrEDyDj.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccrEDyDj.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccrEDyDj.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccrEDyDj.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccrEDyDj.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccrEDyDj.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccrEDyDj.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccrEDyDj.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccrEDyDj.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccrEDyDj.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccrEDyDj.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccrEDyDj.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccHD6fy2.s: Assembler messages:
encrypt.c: /tmp/ccHD6fy2.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccHD6fy2.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccHD6fy2.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccHD6fy2.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccHD6fy2.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccHD6fy2.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccHD6fy2.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccHD6fy2.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccHD6fy2.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccHD6fy2.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccHD6fy2.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccHD6fy2.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccHD6fy2.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccHD6fy2.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:137:3: warning: 'Hash' defined but not used [-Wunused-variable]
encrypt.c: 137 | } Hash;
encrypt.c: | ^~~~
encrypt.c: /tmp/ccehZuin.s: Assembler messages:
encrypt.c: /tmp/ccehZuin.s:7: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccehZuin.s:12: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccehZuin.s:13: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccehZuin.s:14: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccehZuin.s:15: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccehZuin.s:16: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccehZuin.s:17: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccehZuin.s:18: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccehZuin.s:19: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccehZuin.s:20: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccehZuin.s:21: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccehZuin.s:22: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccehZuin.s:23: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccehZuin.s:24: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccehZuin.s:25: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccehZuin.s:26: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccehZuin.s:27: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccehZuin.s:28: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccehZuin.s:29: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccehZuin.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) |