Implementation notes: x86, thoth, crypto_aead/omdsha512k128n128tau128v2

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: omdsha512k128n128tau128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
915469refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072720160724
919631refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072720160724
943241refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072720160724
971045refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072720160724
979576refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072720160724

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/avx1
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: gt;:4:5: error: register %rdx is only available in 64-bit mode
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: gt;:4:5: error: ambiguous operand size for instruction 'cmp'
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: gt;:6:5: error: register %rsp is only available in 64-bit mode
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: gt;:6:5: error: ambiguous operand size for instruction 'sub'
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: gt;:7:6: error: register %rsp is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:7:26: error: register %rbx is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:7:1: error: invalid operand for instruction
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:8:6: error: register %rsp is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 1], r12
encrypt.c: ^
encrypt.c: gt;:8:26: error: register %r12 is only available in 64-bit mode
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments avx1

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/sse4
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: gt;:4:5: error: register %rdx is only available in 64-bit mode
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: gt;:4:5: error: ambiguous operand size for instruction 'cmp'
encrypt.c: cmp rdx, 0
encrypt.c: ^
encrypt.c: gt;:6:6: error: register %rsp is only available in 64-bit mode
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: gt;:6:6: error: ambiguous operand size for instruction 'sub'
encrypt.c: sub rsp, 696
encrypt.c: ^
encrypt.c: gt;:7:7: error: register %rsp is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:7:27: error: register %rbx is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:7:2: error: invalid operand for instruction
encrypt.c: mov [rsp + 656 + 8 * 0], rbx
encrypt.c: ^
encrypt.c: gt;:8:7: error: register %rsp is only available in 64-bit mode
encrypt.c: mov [rsp + 656 + 8 * 1], r12
encrypt.c: ^
encrypt.c: gt;:8:27: error: register %r12 is only available in 64-bit mode
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments sse4

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
sha512.c: sha512.c:140: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: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cc3ehdSY.s: Assembler messages:
encrypt.c: /tmp/cc3ehdSY.s:6: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/cc3ehdSY.s:8: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cc3ehdSY.s:9: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:15: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:31: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/cc3ehdSY.s:33: Error: too many memory references for `xor'
encrypt.c: /tmp/cc3ehdSY.s:34: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cc3ehdSY.s:35: Error: too many memory references for `and'
encrypt.c: /tmp/cc3ehdSY.s:36: Error: too many memory references for `xor'
encrypt.c: /tmp/cc3ehdSY.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/cc3ehdSY.s:38: Error: too many memory references for `add'
encrypt.c: /tmp/cc3ehdSY.s:39: Error: ambiguous operand size for `ror'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccDRdpOH.s: Assembler messages:
encrypt.c: /tmp/ccDRdpOH.s:7: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/ccDRdpOH.s:9: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccDRdpOH.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:14: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:33: Error: too many memory references for `mov'
encrypt.c: /tmp/ccDRdpOH.s:34: Error: too many memory references for `xor'
encrypt.c: /tmp/ccDRdpOH.s:35: Error: too many memory references for `shld'
encrypt.c: /tmp/ccDRdpOH.s:36: Error: too many memory references for `and'
encrypt.c: /tmp/ccDRdpOH.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/ccDRdpOH.s:38: Error: too many memory references for `xor'
encrypt.c: /tmp/ccDRdpOH.s:39: Error: too many memory references for `add'
encrypt.c: /tmp/ccDRdpOH.s:40: Error: too many memory references for `shld'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
sha512.c: sha512.c: In function 'sha512_comp':
sha512.c: sha512.c:140: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 ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cc8ffhYm.s: Assembler messages:
encrypt.c: /tmp/cc8ffhYm.s:7: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/cc8ffhYm.s:9: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cc8ffhYm.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:14: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:33: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8ffhYm.s:34: Error: too many memory references for `xor'
encrypt.c: /tmp/cc8ffhYm.s:35: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8ffhYm.s:36: Error: too many memory references for `and'
encrypt.c: /tmp/cc8ffhYm.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/cc8ffhYm.s:38: Error: too many memory references for `xor'
encrypt.c: /tmp/cc8ffhYm.s:39: Error: too many memory references for `add'
encrypt.c: /tmp/cc8ffhYm.s:40: Error: too many memory references for `shld'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccWEsOfv.s: Assembler messages:
encrypt.c: /tmp/ccWEsOfv.s:6: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/ccWEsOfv.s:8: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccWEsOfv.s:9: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:15: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:31: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/ccWEsOfv.s:33: Error: too many memory references for `xor'
encrypt.c: /tmp/ccWEsOfv.s:34: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccWEsOfv.s:35: Error: too many memory references for `and'
encrypt.c: /tmp/ccWEsOfv.s:36: Error: too many memory references for `xor'
encrypt.c: /tmp/ccWEsOfv.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/ccWEsOfv.s:38: Error: too many memory references for `add'
encrypt.c: /tmp/ccWEsOfv.s:39: Error: ambiguous operand size for `ror'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccfDTVVC.s: Assembler messages:
encrypt.c: /tmp/ccfDTVVC.s:6: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/ccfDTVVC.s:8: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccfDTVVC.s:9: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:15: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:31: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/ccfDTVVC.s:33: Error: too many memory references for `xor'
encrypt.c: /tmp/ccfDTVVC.s:34: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccfDTVVC.s:35: Error: too many memory references for `and'
encrypt.c: /tmp/ccfDTVVC.s:36: Error: too many memory references for `xor'
encrypt.c: /tmp/ccfDTVVC.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/ccfDTVVC.s:38: Error: too many memory references for `add'
encrypt.c: /tmp/ccfDTVVC.s:39: Error: ambiguous operand size for `ror'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccpSW7tx.s: Assembler messages:
encrypt.c: /tmp/ccpSW7tx.s:7: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/ccpSW7tx.s:9: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccpSW7tx.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:14: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:33: Error: too many memory references for `mov'
encrypt.c: /tmp/ccpSW7tx.s:34: Error: too many memory references for `xor'
encrypt.c: /tmp/ccpSW7tx.s:35: Error: too many memory references for `shld'
encrypt.c: /tmp/ccpSW7tx.s:36: Error: too many memory references for `and'
encrypt.c: /tmp/ccpSW7tx.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/ccpSW7tx.s:38: Error: too many memory references for `xor'
encrypt.c: /tmp/ccpSW7tx.s:39: Error: too many memory references for `add'
encrypt.c: /tmp/ccpSW7tx.s:40: Error: too many memory references for `shld'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/avx1
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccaokjx1.s: Assembler messages:
encrypt.c: /tmp/ccaokjx1.s:7: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/ccaokjx1.s:9: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccaokjx1.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:14: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:33: Error: too many memory references for `mov'
encrypt.c: /tmp/ccaokjx1.s:34: Error: too many memory references for `xor'
encrypt.c: /tmp/ccaokjx1.s:35: Error: too many memory references for `shld'
encrypt.c: /tmp/ccaokjx1.s:36: Error: too many memory references for `and'
encrypt.c: /tmp/ccaokjx1.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/ccaokjx1.s:38: Error: too many memory references for `xor'
encrypt.c: /tmp/ccaokjx1.s:39: Error: too many memory references for `add'
encrypt.c: /tmp/ccaokjx1.s:40: Error: too many memory references for `shld'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha512k128n128tau128v2/sse4
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cclweA4h.s: Assembler messages:
encrypt.c: /tmp/cclweA4h.s:6: Error: ambiguous operand size for `cmp'
encrypt.c: /tmp/cclweA4h.s:8: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cclweA4h.s:9: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:10: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:11: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:12: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:13: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:15: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:16: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:19: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:20: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:31: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:32: Error: too many memory references for `mov'
encrypt.c: /tmp/cclweA4h.s:33: Error: too many memory references for `xor'
encrypt.c: /tmp/cclweA4h.s:34: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cclweA4h.s:35: Error: too many memory references for `and'
encrypt.c: /tmp/cclweA4h.s:36: Error: too many memory references for `xor'
encrypt.c: /tmp/cclweA4h.s:37: Error: too many memory references for `xor'
encrypt.c: /tmp/cclweA4h.s:38: Error: too many memory references for `add'
encrypt.c: /tmp/cclweA4h.s:39: Error: ambiguous operand size for `ror'
encrypt.c: ...

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