Implementation notes: aarch64, gcc185, crypto_aead/omdsha256k192n104tau128v1

Computer: gcc185
Microarchitecture: aarch64; Skylark (503f0002)
Architecture: aarch64
CPU ID: 503f0002
SUPERCOP version: 20240107
Operation: crypto_aead
Primitive: omdsha256k192n104tau128v1

Checksum failure

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
3978a89816f0be098d13c8a22052cf73a247a0775979ffc596cf259e78b8a70b
Number of similar (compiler,implementation) pairs: 9, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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:1: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: 5 | push rbx
encrypt.c: | ^
encrypt.c: <inline asm>:6:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: 6 | push rbp
encrypt.c: | ^
encrypt.c: <inline asm>:7:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: 7 | push r13
encrypt.c: | ^
encrypt.c: <inline asm>:8:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: 8 | push r14
encrypt.c: | ^
encrypt.c: <inline asm>:9:5: error: unrecognized instruction mnemonic, did you mean: ushl, ushr?
encrypt.c: 9 | push r15
encrypt.c: | ^
encrypt.c: <inline asm>:10:9: error: invalid operand for instruction
encrypt.c: 10 | sub rsp,32
encrypt.c: | ^
encrypt.c: <inline asm>:11:9: error: invalid operand for instruction
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 10, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccjtV9Ze.s: Assembler messages:
encrypt.c: /tmp/ccjtV9Ze.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccjtV9Ze.s:11: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccjtV9Ze.s:12: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccjtV9Ze.s:13: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccjtV9Ze.s:14: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccjtV9Ze.s:15: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccjtV9Ze.s:16: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccjtV9Ze.s:17: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccjtV9Ze.s:18: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccjtV9Ze.s:19: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccjtV9Ze.s:20: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccjtV9Ze.s:21: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:22: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:23: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:24: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:25: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:26: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:27: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:28: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccjtV9Ze.s:29: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccjtV9Ze.s:30: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccjtV9Ze.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm12,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccjtV9Ze.s:33: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccjtV9Ze.s:34: Error: unknown mnemonic `vmovdqu' -- `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx1

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccixCVVp.s: Assembler messages:
encrypt.c: /tmp/ccixCVVp.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccixCVVp.s:11: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccixCVVp.s:12: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccixCVVp.s:13: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccixCVVp.s:14: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccixCVVp.s:15: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccixCVVp.s:16: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccixCVVp.s:17: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccixCVVp.s:18: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccixCVVp.s:19: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccixCVVp.s:20: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccixCVVp.s:21: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccixCVVp.s:22: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccixCVVp.s:23: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccixCVVp.s:24: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccixCVVp.s:25: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccixCVVp.s:26: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccixCVVp.s:27: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccixCVVp.s:28: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccixCVVp.s:29: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccixCVVp.s:30: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccixCVVp.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm12,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccixCVVp.s:33: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccixCVVp.s:34: Error: unknown mnemonic `vmovdqu' -- `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx1

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/cc90QYrt.s: Assembler messages:
encrypt.c: /tmp/cc90QYrt.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc90QYrt.s:11: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cc90QYrt.s:12: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cc90QYrt.s:13: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cc90QYrt.s:14: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cc90QYrt.s:15: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cc90QYrt.s:16: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cc90QYrt.s:17: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cc90QYrt.s:18: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cc90QYrt.s:19: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cc90QYrt.s:20: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc90QYrt.s:21: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc90QYrt.s:22: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc90QYrt.s:23: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc90QYrt.s:24: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc90QYrt.s:25: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc90QYrt.s:26: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc90QYrt.s:27: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc90QYrt.s:28: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cc90QYrt.s:29: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cc90QYrt.s:30: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/cc90QYrt.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm12,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/cc90QYrt.s:33: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/cc90QYrt.s:34: Error: unknown mnemonic `vmovdqu' -- `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx1

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccf28NfP.s: Assembler messages:
encrypt.c: /tmp/ccf28NfP.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccf28NfP.s:11: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccf28NfP.s:12: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccf28NfP.s:13: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccf28NfP.s:14: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccf28NfP.s:15: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccf28NfP.s:16: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccf28NfP.s:17: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccf28NfP.s:18: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccf28NfP.s:19: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccf28NfP.s:20: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccf28NfP.s:21: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccf28NfP.s:22: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccf28NfP.s:23: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccf28NfP.s:24: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccf28NfP.s:25: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccf28NfP.s:26: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccf28NfP.s:27: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccf28NfP.s:28: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccf28NfP.s:29: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm13,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccf28NfP.s:30: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccf28NfP.s:31: Error: unknown mnemonic `vmovdqa' -- `vmovdqa xmm12,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccf28NfP.s:33: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccf28NfP.s:34: Error: unknown mnemonic `vmovdqu' -- `vmovdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx1

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/cc6Z2J4k.s: Assembler messages:
encrypt.c: /tmp/cc6Z2J4k.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc6Z2J4k.s:10: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/cc6Z2J4k.s:11: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/cc6Z2J4k.s:12: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/cc6Z2J4k.s:13: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/cc6Z2J4k.s:14: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/cc6Z2J4k.s:15: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/cc6Z2J4k.s:16: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/cc6Z2J4k.s:17: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/cc6Z2J4k.s:18: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/cc6Z2J4k.s:19: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc6Z2J4k.s:20: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:21: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:22: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:23: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:24: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:25: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:26: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:27: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cc6Z2J4k.s:28: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cc6Z2J4k.s:29: Error: unknown mnemonic `movdqa' -- `movdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/cc6Z2J4k.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm11,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/cc6Z2J4k.s:32: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/cc6Z2J4k.s:33: Error: unknown mnemonic `movdqu' -- `movdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccOlczf7.s: Assembler messages:
encrypt.c: /tmp/ccOlczf7.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccOlczf7.s:10: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccOlczf7.s:11: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccOlczf7.s:12: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccOlczf7.s:13: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccOlczf7.s:14: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccOlczf7.s:15: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccOlczf7.s:16: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccOlczf7.s:17: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccOlczf7.s:18: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccOlczf7.s:19: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccOlczf7.s:20: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccOlczf7.s:21: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccOlczf7.s:22: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccOlczf7.s:23: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccOlczf7.s:24: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccOlczf7.s:25: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccOlczf7.s:26: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccOlczf7.s:27: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccOlczf7.s:28: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccOlczf7.s:29: Error: unknown mnemonic `movdqa' -- `movdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccOlczf7.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm11,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccOlczf7.s:32: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccOlczf7.s:33: Error: unknown mnemonic `movdqu' -- `movdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccBl601h.s: Assembler messages:
encrypt.c: /tmp/ccBl601h.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccBl601h.s:10: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccBl601h.s:11: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccBl601h.s:12: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccBl601h.s:13: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccBl601h.s:14: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccBl601h.s:15: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccBl601h.s:16: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccBl601h.s:17: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccBl601h.s:18: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccBl601h.s:19: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccBl601h.s:20: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccBl601h.s:21: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccBl601h.s:22: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccBl601h.s:23: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccBl601h.s:24: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccBl601h.s:25: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccBl601h.s:26: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccBl601h.s:27: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccBl601h.s:28: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccBl601h.s:29: Error: unknown mnemonic `movdqa' -- `movdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccBl601h.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm11,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccBl601h.s:32: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccBl601h.s:33: Error: unknown mnemonic `movdqu' -- `movdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccIOimPu.s: Assembler messages:
encrypt.c: /tmp/ccIOimPu.s:5: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccIOimPu.s:10: Error: unknown mnemonic `push' -- `push rbx'
encrypt.c: /tmp/ccIOimPu.s:11: Error: unknown mnemonic `push' -- `push rbp'
encrypt.c: /tmp/ccIOimPu.s:12: Error: unknown mnemonic `push' -- `push r13'
encrypt.c: /tmp/ccIOimPu.s:13: Error: unknown mnemonic `push' -- `push r14'
encrypt.c: /tmp/ccIOimPu.s:14: Error: unknown mnemonic `push' -- `push r15'
encrypt.c: /tmp/ccIOimPu.s:15: Error: operand 1 must be an integer or stack pointer register -- `sub rsp,32'
encrypt.c: /tmp/ccIOimPu.s:16: Error: operand 1 must be a SIMD scalar register -- `shl rdx,6'
encrypt.c: /tmp/ccIOimPu.s:17: Error: unknown mnemonic `jz' -- `jz done_hash'
encrypt.c: /tmp/ccIOimPu.s:18: Error: operand 1 must be an integer or stack pointer register -- `add rdx,rdi'
encrypt.c: /tmp/ccIOimPu.s:19: Error: operand 1 must be an integer register -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccIOimPu.s:20: Error: operand 1 must be an integer register -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccIOimPu.s:21: Error: operand 1 must be an integer register -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccIOimPu.s:22: Error: operand 1 must be an integer register -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccIOimPu.s:23: Error: operand 1 must be an integer register -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccIOimPu.s:24: Error: operand 1 must be an integer register -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccIOimPu.s:25: Error: operand 1 must be an integer register -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccIOimPu.s:26: Error: operand 1 must be an integer register -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccIOimPu.s:27: Error: operand 1 must be an integer register -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccIOimPu.s:28: Error: unknown mnemonic `movdqa' -- `movdqa xmm12,XMMWORD PTR[PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccIOimPu.s:29: Error: unknown mnemonic `movdqa' -- `movdqa xmm10,XMMWORD PTR[_SHUF_00BA+rip]'
encrypt.c: /tmp/ccIOimPu.s:30: Error: unknown mnemonic `movdqa' -- `movdqa xmm11,XMMWORD PTR[_SHUF_DC00+rip]'
encrypt.c: /tmp/ccIOimPu.s:32: Error: unknown mnemonic `lea' -- `lea rbp,XMMWORD PTR[K256+rip]'
encrypt.c: /tmp/ccIOimPu.s:33: Error: unknown mnemonic `movdqu' -- `movdqu xmm4,[rdi+0*16]'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4