Implementation notes: armeabi, artik, crypto_aead/omdsha512k512n256tau256v2

Computer: artik
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_aead
Primitive: omdsha512k512n256tau256v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
82235312676 0 032554 444 904refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010720191221
85265112004 0 032026 444 880refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010720191221
8728517044 0 025840 440 880refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010720191221
88269412004 0 032026 444 880refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010720191221
89558512740 0 032618 444 904refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020010720191221
120997912464 0 027589 432 880refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
12871055752 0 018773 432 880refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
13189525024 0 017885 432 880refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221
14044174712 0 016673 424 880refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010720191221

Compiler output

Implementation: avx1
Security model: unknown
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>:4:5: error: invalid operand for instruction
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: <inline asm>:5:1: error: invalid instruction
encrypt.c: je .nowork
encrypt.c: ^
encrypt.c: <inline asm>:6:5: error: invalid operand for instruction
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: <inline asm>:7:6: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: <inline asm>:8:6: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 1], r12
encrypt.c: ^
encrypt.c: <inline asm>:9:6: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 2], r13
encrypt.c: ^
encrypt.c: <inline asm>:10:6: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 3], r14
encrypt.c: ^
encrypt.c: <inline asm>:11:6: error: register expected
encrypt.c: ...

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

Compiler output

Implementation: avx1
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccVecBBX.s: Assembler messages:
encrypt.c: /tmp/ccVecBBX.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccVecBBX.s:19: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccVecBBX.s:20: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccVecBBX.s:21: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccVecBBX.s:22: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccVecBBX.s:23: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccVecBBX.s:24: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccVecBBX.s:25: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccVecBBX.s:26: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccVecBBX.s:35: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccVecBBX.s:36: Error: bad instruction `vmovdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccVecBBX.s:37: Error: bad instruction `vmovdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccVecBBX.s:38: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccVecBBX.s:39: Error: bad instruction `vmovdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccVecBBX.s:40: Error: bad instruction `vpaddq xmm0,xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccVecBBX.s:41: Error: bad instruction `vmovdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccVecBBX.s:42: Error: bad instruction `vmovdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccVecBBX.s:43: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccVecBBX.s:44: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccVecBBX.s:45: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccVecBBX.s:46: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccVecBBX.s:47: Error: bad instruction `shld rax,rax,(64-23)'
encrypt.c: /tmp/ccVecBBX.s:48: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccVecBBX.s:49: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: avx1
Security model: unknown
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/cckIDBhU.s: Assembler messages:
encrypt.c: /tmp/cckIDBhU.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cckIDBhU.s:19: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/cckIDBhU.s:20: Error: bad instruction `je .nowork'
encrypt.c: /tmp/cckIDBhU.s:21: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/cckIDBhU.s:22: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/cckIDBhU.s:23: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/cckIDBhU.s:24: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/cckIDBhU.s:25: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/cckIDBhU.s:26: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/cckIDBhU.s:35: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/cckIDBhU.s:36: Error: bad instruction `vmovdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/cckIDBhU.s:37: Error: bad instruction `vmovdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/cckIDBhU.s:38: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/cckIDBhU.s:39: Error: bad instruction `vmovdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/cckIDBhU.s:40: Error: bad instruction `vpaddq xmm0,xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/cckIDBhU.s:41: Error: bad instruction `vmovdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/cckIDBhU.s:42: Error: bad instruction `vmovdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/cckIDBhU.s:43: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/cckIDBhU.s:44: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/cckIDBhU.s:45: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/cckIDBhU.s:46: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/cckIDBhU.s:47: Error: bad instruction `shld rax,rax,(64-23)'
encrypt.c: /tmp/cckIDBhU.s:48: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/cckIDBhU.s:49: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: avx1
Security model: unknown
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccrK96ku.s: Assembler messages:
encrypt.c: /tmp/ccrK96ku.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccrK96ku.s:19: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccrK96ku.s:20: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccrK96ku.s:21: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccrK96ku.s:22: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccrK96ku.s:23: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccrK96ku.s:24: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccrK96ku.s:25: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccrK96ku.s:26: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccrK96ku.s:35: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccrK96ku.s:36: Error: bad instruction `vmovdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccrK96ku.s:37: Error: bad instruction `vmovdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccrK96ku.s:38: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccrK96ku.s:39: Error: bad instruction `vmovdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccrK96ku.s:40: Error: bad instruction `vpaddq xmm0,xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccrK96ku.s:41: Error: bad instruction `vmovdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccrK96ku.s:42: Error: bad instruction `vmovdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccrK96ku.s:43: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccrK96ku.s:44: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccrK96ku.s:45: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccrK96ku.s:46: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccrK96ku.s:47: Error: bad instruction `shld rax,rax,(64-23)'
encrypt.c: /tmp/ccrK96ku.s:48: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccrK96ku.s:49: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: avx1
Security model: unknown
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccfmLAPa.s: Assembler messages:
encrypt.c: /tmp/ccfmLAPa.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccfmLAPa.s:19: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccfmLAPa.s:20: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccfmLAPa.s:21: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccfmLAPa.s:22: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccfmLAPa.s:23: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccfmLAPa.s:24: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccfmLAPa.s:25: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccfmLAPa.s:26: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccfmLAPa.s:35: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccfmLAPa.s:36: Error: bad instruction `vmovdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccfmLAPa.s:37: Error: bad instruction `vmovdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccfmLAPa.s:38: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccfmLAPa.s:39: Error: bad instruction `vmovdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccfmLAPa.s:40: Error: bad instruction `vpaddq xmm0,xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccfmLAPa.s:41: Error: bad instruction `vmovdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccfmLAPa.s:42: Error: bad instruction `vmovdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccfmLAPa.s:43: Error: bad instruction `vpshufb xmm0,xmm0,xmm1'
encrypt.c: /tmp/ccfmLAPa.s:44: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccfmLAPa.s:45: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccfmLAPa.s:46: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccfmLAPa.s:47: Error: bad instruction `shld rax,rax,(64-23)'
encrypt.c: /tmp/ccfmLAPa.s:48: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccfmLAPa.s:49: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
sha512.c: sha512.c:206:18: warning: incompatible pointer types initializing 'const uint64_t *' (aka 'const unsigned long long *') with an expression of type 'const unsigned char *' [-Wincompatible-pointer-types]
sha512.c: const uint64_t *W=in;
sha512.c: ^ ~~
sha512.c: 1 warning generated.

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
sha512.c: sha512.c: In function 'sha512_comp':
sha512.c: sha512.c:206:20: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
sha512.c: const uint64_t *W=in;
sha512.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: sse4
Security model: unknown
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>:4:5: error: invalid operand for instruction
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: <inline asm>:5:2: error: invalid instruction
encrypt.c: je .nowork
encrypt.c: ^
encrypt.c: <inline asm>:6:6: error: invalid operand for instruction
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: <inline asm>:7:7: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: <inline asm>:8:7: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 1], r12
encrypt.c: ^
encrypt.c: <inline asm>:9:7: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 2], r13
encrypt.c: ^
encrypt.c: <inline asm>:10:7: error: register expected
encrypt.c: mov [rsp + 656 + 8 * 3], r14
encrypt.c: ^
encrypt.c: <inline asm>:11:7: error: register expected
encrypt.c: ...

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

Compiler output

Implementation: sse4
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccbJ01Pm.s: Assembler messages:
encrypt.c: /tmp/ccbJ01Pm.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccbJ01Pm.s:18: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccbJ01Pm.s:19: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccbJ01Pm.s:20: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccbJ01Pm.s:21: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccbJ01Pm.s:22: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccbJ01Pm.s:23: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccbJ01Pm.s:24: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccbJ01Pm.s:25: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccbJ01Pm.s:34: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccbJ01Pm.s:35: Error: bad instruction `movdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccbJ01Pm.s:36: Error: bad instruction `movdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccbJ01Pm.s:37: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccbJ01Pm.s:38: Error: bad instruction `movdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccbJ01Pm.s:39: Error: bad instruction `paddq xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccbJ01Pm.s:40: Error: bad instruction `movdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccbJ01Pm.s:41: Error: bad instruction `movdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccbJ01Pm.s:42: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccbJ01Pm.s:43: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccbJ01Pm.s:44: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccbJ01Pm.s:45: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccbJ01Pm.s:46: Error: ARM register expected -- `ror rax,23'
encrypt.c: /tmp/ccbJ01Pm.s:47: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccbJ01Pm.s:48: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: sse4
Security model: unknown
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccc4yUtE.s: Assembler messages:
encrypt.c: /tmp/ccc4yUtE.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccc4yUtE.s:18: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccc4yUtE.s:19: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccc4yUtE.s:20: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccc4yUtE.s:21: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccc4yUtE.s:22: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccc4yUtE.s:23: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccc4yUtE.s:24: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccc4yUtE.s:25: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccc4yUtE.s:34: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccc4yUtE.s:35: Error: bad instruction `movdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccc4yUtE.s:36: Error: bad instruction `movdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccc4yUtE.s:37: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccc4yUtE.s:38: Error: bad instruction `movdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccc4yUtE.s:39: Error: bad instruction `paddq xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccc4yUtE.s:40: Error: bad instruction `movdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccc4yUtE.s:41: Error: bad instruction `movdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccc4yUtE.s:42: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccc4yUtE.s:43: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccc4yUtE.s:44: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccc4yUtE.s:45: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccc4yUtE.s:46: Error: ARM register expected -- `ror rax,23'
encrypt.c: /tmp/ccc4yUtE.s:47: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccc4yUtE.s:48: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: sse4
Security model: unknown
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/ccQN5u72.s: Assembler messages:
encrypt.c: /tmp/ccQN5u72.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/ccQN5u72.s:18: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/ccQN5u72.s:19: Error: bad instruction `je .nowork'
encrypt.c: /tmp/ccQN5u72.s:20: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/ccQN5u72.s:21: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/ccQN5u72.s:22: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/ccQN5u72.s:23: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/ccQN5u72.s:24: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/ccQN5u72.s:25: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/ccQN5u72.s:34: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/ccQN5u72.s:35: Error: bad instruction `movdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/ccQN5u72.s:36: Error: bad instruction `movdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/ccQN5u72.s:37: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccQN5u72.s:38: Error: bad instruction `movdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/ccQN5u72.s:39: Error: bad instruction `paddq xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/ccQN5u72.s:40: Error: bad instruction `movdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/ccQN5u72.s:41: Error: bad instruction `movdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/ccQN5u72.s:42: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/ccQN5u72.s:43: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/ccQN5u72.s:44: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/ccQN5u72.s:45: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/ccQN5u72.s:46: Error: ARM register expected -- `ror rax,23'
encrypt.c: /tmp/ccQN5u72.s:47: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/ccQN5u72.s:48: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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

Compiler output

Implementation: sse4
Security model: unknown
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: /tmp/cckop22f.s: Assembler messages:
encrypt.c: /tmp/cckop22f.s:15: Error: unknown pseudo-op: `.intel_syntax'
encrypt.c: /tmp/cckop22f.s:18: Error: ARM register expected -- `cmp rdx,0'
encrypt.c: /tmp/cckop22f.s:19: Error: bad instruction `je .nowork'
encrypt.c: /tmp/cckop22f.s:20: Error: ARM register expected -- `sub rsp,696'
encrypt.c: /tmp/cckop22f.s:21: Error: ARM register expected -- `mov [rsp+656+8*0],rbx'
encrypt.c: /tmp/cckop22f.s:22: Error: ARM register expected -- `mov [rsp+656+8*1],r12'
encrypt.c: /tmp/cckop22f.s:23: Error: ARM register expected -- `mov [rsp+656+8*2],r13'
encrypt.c: /tmp/cckop22f.s:24: Error: ARM register expected -- `mov [rsp+656+8*3],r14'
encrypt.c: /tmp/cckop22f.s:25: Error: ARM register expected -- `mov [rsp+656+8*4],r15'
encrypt.c: /tmp/cckop22f.s:34: Error: ARM register expected -- `mov rbx,[rsi+8*(7)]'
encrypt.c: /tmp/cckop22f.s:35: Error: bad instruction `movdqa xmm1,XMMWORD PTR [XMM_QWORD_BSWAP+rip]'
encrypt.c: /tmp/cckop22f.s:36: Error: bad instruction `movdqu xmm0,[rdi+8*(0)]'
encrypt.c: /tmp/cckop22f.s:37: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/cckop22f.s:38: Error: bad instruction `movdqa [rsp+0+8*(0)],xmm0'
encrypt.c: /tmp/cckop22f.s:39: Error: bad instruction `paddq xmm0,XMMWORD PTR [K512+8*(0)+rip]'
encrypt.c: /tmp/cckop22f.s:40: Error: bad instruction `movdqa [rsp+640+8*(0)],xmm0'
encrypt.c: /tmp/cckop22f.s:41: Error: bad instruction `movdqu xmm0,[rdi+8*(2)]'
encrypt.c: /tmp/cckop22f.s:42: Error: bad instruction `pshufb xmm0,xmm1'
encrypt.c: /tmp/cckop22f.s:43: Error: ARM register expected -- `mov rcx,r14'
encrypt.c: /tmp/cckop22f.s:44: Error: ARM register expected -- `mov rax,r13'
encrypt.c: /tmp/cckop22f.s:45: Error: bad instruction `xor rcx,r15'
encrypt.c: /tmp/cckop22f.s:46: Error: ARM register expected -- `ror rax,23'
encrypt.c: /tmp/cckop22f.s:47: Error: ARM register expected -- `and rcx,r13'
encrypt.c: /tmp/cckop22f.s:48: Error: bad instruction `xor rax,r13'
encrypt.c: ...

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