Implementation notes: armeabi, bblack, crypto_aead/omdsha256k128n96tau128v2

Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240107
Operation: crypto_aead
Primitive: omdsha256k128n96tau128v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3965246564 0 022018 460 776T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231212
4827688684 0 039699 412 792T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231212
4898563348 0 017774 460 776T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231212
49368415852 0 038171 412 784T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231212
5284362746 0 016466 452 776T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231212
5507686252 0 031371 412 776T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231212
5599326252 0 031371 412 776T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231212
5751004856 0 028133 408 776T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2023122420231212
6745122990 0 017878 460 776T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2023122420231212

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: .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:6: error: invalid operand for instruction
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: <inline asm>:6:10: error: invalid operand for instruction
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: <inline asm>:7:10: error: invalid operand for instruction
encrypt.c: push r13
encrypt.c: ^
encrypt.c: <inline asm>:8:10: error: invalid operand for instruction
encrypt.c: push r14
encrypt.c: ^
encrypt.c: <inline asm>:9:10: error: invalid operand for instruction
encrypt.c: push r15
encrypt.c: ^
encrypt.c: <inline asm>:10:9: error: operand must be a register in range [r0, r15]
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: <inline asm>:11:5: error: invalid instruction, did you mean: lsl, sel?
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 8, 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 -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

Compiler output

Implementation: T:avx1
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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:6: error: invalid operand for instruction
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: <inline asm>:6:10: error: invalid operand for instruction
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: <inline asm>:7:10: error: invalid operand for instruction
encrypt.c: push r13
encrypt.c: ^
encrypt.c: <inline asm>:8:10: error: invalid operand for instruction
encrypt.c: push r14
encrypt.c: ^
encrypt.c: <inline asm>:9:10: error: invalid operand for instruction
encrypt.c: push r15
encrypt.c: ^
encrypt.c: <inline asm>:10:9: error: operand must be a register in range [r0, r15]
encrypt.c: 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 (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx1 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/ccp06KOt.s: Assembler messages:
encrypt.c: /tmp/ccp06KOt.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccp06KOt.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccp06KOt.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccp06KOt.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccp06KOt.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccp06KOt.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccp06KOt.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccp06KOt.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccp06KOt.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccp06KOt.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccp06KOt.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccp06KOt.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccp06KOt.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccp06KOt.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccp06KOt.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccp06KOt.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccp06KOt.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccp06KOt.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccp06KOt.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccp06KOt.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccp06KOt.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccp06KOt.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccp06KOt.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccp06KOt.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/cc2nLqlb.s: Assembler messages:
encrypt.c: /tmp/cc2nLqlb.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc2nLqlb.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cc2nLqlb.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cc2nLqlb.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cc2nLqlb.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cc2nLqlb.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cc2nLqlb.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cc2nLqlb.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cc2nLqlb.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cc2nLqlb.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cc2nLqlb.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cc2nLqlb.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc2nLqlb.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cc2nLqlb.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cc2nLqlb.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/cc2nLqlb.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/cc2nLqlb.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/ccFgXHKa.s: Assembler messages:
encrypt.c: /tmp/ccFgXHKa.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccFgXHKa.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccFgXHKa.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccFgXHKa.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccFgXHKa.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccFgXHKa.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccFgXHKa.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccFgXHKa.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccFgXHKa.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccFgXHKa.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccFgXHKa.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccFgXHKa.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccFgXHKa.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccFgXHKa.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccFgXHKa.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccFgXHKa.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccFgXHKa.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/ccIZ4uf2.s: Assembler messages:
encrypt.c: /tmp/ccIZ4uf2.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccIZ4uf2.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccIZ4uf2.s:21: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccIZ4uf2.s:22: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccIZ4uf2.s:23: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccIZ4uf2.s:24: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccIZ4uf2.s:25: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccIZ4uf2.s:26: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccIZ4uf2.s:27: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccIZ4uf2.s:28: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccIZ4uf2.s:29: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccIZ4uf2.s:30: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccIZ4uf2.s:31: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:32: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:33: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:34: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:35: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:36: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:37: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:38: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccIZ4uf2.s:39: Error: bad instruction `vmovdqa xmm13,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccIZ4uf2.s:40: Error: bad instruction `vmovdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccIZ4uf2.s:41: Error: bad instruction `vmovdqa xmm12,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccIZ4uf2.s:43: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/cc3kWCDG.s: Assembler messages:
encrypt.c: /tmp/cc3kWCDG.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cc3kWCDG.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cc3kWCDG.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cc3kWCDG.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cc3kWCDG.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cc3kWCDG.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cc3kWCDG.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cc3kWCDG.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cc3kWCDG.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cc3kWCDG.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cc3kWCDG.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cc3kWCDG.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cc3kWCDG.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cc3kWCDG.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cc3kWCDG.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/cc3kWCDG.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/cc3kWCDG.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/ccGjzLVv.s: Assembler messages:
encrypt.c: /tmp/ccGjzLVv.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccGjzLVv.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccGjzLVv.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccGjzLVv.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccGjzLVv.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccGjzLVv.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccGjzLVv.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccGjzLVv.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccGjzLVv.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccGjzLVv.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccGjzLVv.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccGjzLVv.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccGjzLVv.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccGjzLVv.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccGjzLVv.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccGjzLVv.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccGjzLVv.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/ccrpsgze.s: Assembler messages:
encrypt.c: /tmp/ccrpsgze.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccrpsgze.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/ccrpsgze.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/ccrpsgze.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/ccrpsgze.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/ccrpsgze.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/ccrpsgze.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/ccrpsgze.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/ccrpsgze.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/ccrpsgze.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/ccrpsgze.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/ccrpsgze.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/ccrpsgze.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/ccrpsgze.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/ccrpsgze.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/ccrpsgze.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/ccrpsgze.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/ccrpsgze.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/ccrpsgze.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/ccrpsgze.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/ccrpsgze.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/ccrpsgze.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/ccrpsgze.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/ccrpsgze.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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/cckqsqM8.s: Assembler messages:
encrypt.c: /tmp/cckqsqM8.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cckqsqM8.s:18: Warning: alignment too large: 31 assumed
encrypt.c: /tmp/cckqsqM8.s:20: Error: expression too complex -- `push rbx'
encrypt.c: /tmp/cckqsqM8.s:21: Error: expression too complex -- `push rbp'
encrypt.c: /tmp/cckqsqM8.s:22: Error: expression too complex -- `push r13'
encrypt.c: /tmp/cckqsqM8.s:23: Error: expression too complex -- `push r14'
encrypt.c: /tmp/cckqsqM8.s:24: Error: expression too complex -- `push r15'
encrypt.c: /tmp/cckqsqM8.s:25: Error: ARM register expected -- `sub rsp,32'
encrypt.c: /tmp/cckqsqM8.s:26: Error: bad instruction `shl rdx,6'
encrypt.c: /tmp/cckqsqM8.s:27: Error: bad instruction `jz done_hash'
encrypt.c: /tmp/cckqsqM8.s:28: Error: ARM register expected -- `add rdx,rdi'
encrypt.c: /tmp/cckqsqM8.s:29: Error: ARM register expected -- `mov [rsp+0],rdx'
encrypt.c: /tmp/cckqsqM8.s:30: Error: ARM register expected -- `mov eax,[4*0+rsi]'
encrypt.c: /tmp/cckqsqM8.s:31: Error: ARM register expected -- `mov ebx,[4*1+rsi]'
encrypt.c: /tmp/cckqsqM8.s:32: Error: ARM register expected -- `mov ecx,[4*2+rsi]'
encrypt.c: /tmp/cckqsqM8.s:33: Error: ARM register expected -- `mov r8d,[4*3+rsi]'
encrypt.c: /tmp/cckqsqM8.s:34: Error: ARM register expected -- `mov edx,[4*4+rsi]'
encrypt.c: /tmp/cckqsqM8.s:35: Error: ARM register expected -- `mov r9d,[4*5+rsi]'
encrypt.c: /tmp/cckqsqM8.s:36: Error: ARM register expected -- `mov r10d,[4*6+rsi]'
encrypt.c: /tmp/cckqsqM8.s:37: Error: ARM register expected -- `mov r11d,[4*7+rsi]'
encrypt.c: /tmp/cckqsqM8.s:38: Error: bad instruction `movdqa xmm12,XMMWORD PTR [PSHUFFLE_BYTE_FLIP_MASK+rip]'
encrypt.c: /tmp/cckqsqM8.s:39: Error: bad instruction `movdqa xmm10,XMMWORD PTR [_SHUF_00BA+rip]'
encrypt.c: /tmp/cckqsqM8.s:40: Error: bad instruction `movdqa xmm11,XMMWORD PTR [_SHUF_DC00+rip]'
encrypt.c: /tmp/cckqsqM8.s:42: Error: bad instruction `lea rbp,XMMWORD PTR [K256+rip]'
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

Namespace violations

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
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 (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