Implementation notes: x86, thoth, crypto_aead/omdsha256k128n96tau128v2

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: omdsha256k128n96tau128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
389073refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072720160724
462435refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072720160724
474739refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072720160724
489718refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072720160724
494612refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072720160724

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: gt;:5:6: error: register %rbx is only available in 64-bit mode
encrypt.c: push rbx
encrypt.c: ^
encrypt.c: gt;:6:10: error: register %rbp is only available in 64-bit mode
encrypt.c: push rbp
encrypt.c: ^
encrypt.c: gt;:7:10: error: register %r13 is only available in 64-bit mode
encrypt.c: push r13
encrypt.c: ^
encrypt.c: gt;:8:10: error: register %r14 is only available in 64-bit mode
encrypt.c: push r14
encrypt.c: ^
encrypt.c: gt;:9:10: error: register %r15 is only available in 64-bit mode
encrypt.c: push r15
encrypt.c: ^
encrypt.c: gt;:10:9: error: register %rsp is only available in 64-bit mode
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: gt;:10:9: error: ambiguous operand size for instruction 'sub'
encrypt.c: sub rsp,32
encrypt.c: ^
encrypt.c: gt;:11:9: error: register %rdx is only available in 64-bit mode
encrypt.c: shl rdx, 6
encrypt.c: ^
encrypt.c: gt;:11:9: error: ambiguous operand size for instruction 'shl'
encrypt.c: ...

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

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cc4EJjts.s: Assembler messages:
encrypt.c: /tmp/cc4EJjts.s:14: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cc4EJjts.s:15: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/cc4EJjts.s:17: Error: too many memory references for `add'
encrypt.c: /tmp/cc4EJjts.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:26: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:27: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc4EJjts.s:28: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc4EJjts.s:29: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc4EJjts.s:31: Error: too many memory references for `lea'
encrypt.c: /tmp/cc4EJjts.s:40: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:41: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/cc4EJjts.s:44: Error: too many memory references for `vpaddd'
encrypt.c: /tmp/cc4EJjts.s:45: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc4EJjts.s:47: Error: too many memory references for `shld'
encrypt.c: /tmp/cc4EJjts.s:50: Error: too many memory references for `shld'
encrypt.c: /tmp/cc4EJjts.s:52: Error: too many memory references for `mov'
encrypt.c: /tmp/cc4EJjts.s:53: Error: too many memory references for `shld'
encrypt.c: /tmp/cc4EJjts.s:55: Error: too many memory references for `xor'
encrypt.c: /tmp/cc4EJjts.s:59: Error: too many memory references for `shld'
encrypt.c: /tmp/cc4EJjts.s:62: Error: too many memory references for `shld'
encrypt.c: /tmp/cc4EJjts.s:63: Error: too many memory references for `xor'
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/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cctI6iDb.s: Assembler messages:
encrypt.c: /tmp/cctI6iDb.s:13: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cctI6iDb.s:14: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/cctI6iDb.s:16: Error: too many memory references for `add'
encrypt.c: /tmp/cctI6iDb.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:26: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cctI6iDb.s:27: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cctI6iDb.s:28: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cctI6iDb.s:30: Error: too many memory references for `lea'
encrypt.c: /tmp/cctI6iDb.s:39: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:40: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/cctI6iDb.s:43: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cctI6iDb.s:44: Error: operand size mismatch for `paddd'
encrypt.c: /tmp/cctI6iDb.s:45: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cctI6iDb.s:48: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cctI6iDb.s:51: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cctI6iDb.s:53: Error: too many memory references for `mov'
encrypt.c: /tmp/cctI6iDb.s:54: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cctI6iDb.s:57: Error: too many memory references for `xor'
encrypt.c: /tmp/cctI6iDb.s:61: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cctI6iDb.s:64: 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/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccI9rbu4.s: Assembler messages:
encrypt.c: /tmp/ccI9rbu4.s:14: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccI9rbu4.s:15: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/ccI9rbu4.s:17: Error: too many memory references for `add'
encrypt.c: /tmp/ccI9rbu4.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:26: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:27: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccI9rbu4.s:28: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccI9rbu4.s:29: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccI9rbu4.s:31: Error: too many memory references for `lea'
encrypt.c: /tmp/ccI9rbu4.s:40: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:41: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/ccI9rbu4.s:44: Error: too many memory references for `vpaddd'
encrypt.c: /tmp/ccI9rbu4.s:45: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccI9rbu4.s:47: Error: too many memory references for `shld'
encrypt.c: /tmp/ccI9rbu4.s:50: Error: too many memory references for `shld'
encrypt.c: /tmp/ccI9rbu4.s:52: Error: too many memory references for `mov'
encrypt.c: /tmp/ccI9rbu4.s:53: Error: too many memory references for `shld'
encrypt.c: /tmp/ccI9rbu4.s:55: Error: too many memory references for `xor'
encrypt.c: /tmp/ccI9rbu4.s:59: Error: too many memory references for `shld'
encrypt.c: /tmp/ccI9rbu4.s:62: Error: too many memory references for `shld'
encrypt.c: /tmp/ccI9rbu4.s:63: Error: too many memory references for `xor'
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/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccovXwgG.s: Assembler messages:
encrypt.c: /tmp/ccovXwgG.s:13: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccovXwgG.s:14: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/ccovXwgG.s:16: Error: too many memory references for `add'
encrypt.c: /tmp/ccovXwgG.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:26: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccovXwgG.s:27: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccovXwgG.s:28: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccovXwgG.s:30: Error: too many memory references for `lea'
encrypt.c: /tmp/ccovXwgG.s:39: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:40: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/ccovXwgG.s:43: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccovXwgG.s:44: Error: operand size mismatch for `paddd'
encrypt.c: /tmp/ccovXwgG.s:45: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccovXwgG.s:48: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccovXwgG.s:51: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccovXwgG.s:53: Error: too many memory references for `mov'
encrypt.c: /tmp/ccovXwgG.s:54: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccovXwgG.s:57: Error: too many memory references for `xor'
encrypt.c: /tmp/ccovXwgG.s:61: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccovXwgG.s:64: 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/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cc2dazyW.s: Assembler messages:
encrypt.c: /tmp/cc2dazyW.s:13: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cc2dazyW.s:14: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/cc2dazyW.s:16: Error: too many memory references for `add'
encrypt.c: /tmp/cc2dazyW.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:26: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cc2dazyW.s:27: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cc2dazyW.s:28: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cc2dazyW.s:30: Error: too many memory references for `lea'
encrypt.c: /tmp/cc2dazyW.s:39: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:40: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/cc2dazyW.s:43: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cc2dazyW.s:44: Error: operand size mismatch for `paddd'
encrypt.c: /tmp/cc2dazyW.s:45: Error: too many memory references for `movdqa'
encrypt.c: /tmp/cc2dazyW.s:48: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cc2dazyW.s:51: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cc2dazyW.s:53: Error: too many memory references for `mov'
encrypt.c: /tmp/cc2dazyW.s:54: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cc2dazyW.s:57: Error: too many memory references for `xor'
encrypt.c: /tmp/cc2dazyW.s:61: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/cc2dazyW.s:64: 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/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/cc8jNFqh.s: Assembler messages:
encrypt.c: /tmp/cc8jNFqh.s:14: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/cc8jNFqh.s:15: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/cc8jNFqh.s:17: Error: too many memory references for `add'
encrypt.c: /tmp/cc8jNFqh.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:26: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:27: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc8jNFqh.s:28: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc8jNFqh.s:29: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc8jNFqh.s:31: Error: too many memory references for `lea'
encrypt.c: /tmp/cc8jNFqh.s:40: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:41: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/cc8jNFqh.s:44: Error: too many memory references for `vpaddd'
encrypt.c: /tmp/cc8jNFqh.s:45: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/cc8jNFqh.s:47: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8jNFqh.s:50: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8jNFqh.s:52: Error: too many memory references for `mov'
encrypt.c: /tmp/cc8jNFqh.s:53: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8jNFqh.s:55: Error: too many memory references for `xor'
encrypt.c: /tmp/cc8jNFqh.s:59: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8jNFqh.s:62: Error: too many memory references for `shld'
encrypt.c: /tmp/cc8jNFqh.s:63: Error: too many memory references for `xor'
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/omdsha256k128n96tau128v2/sse4
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccKhCMww.s: Assembler messages:
encrypt.c: /tmp/ccKhCMww.s:13: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccKhCMww.s:14: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/ccKhCMww.s:16: Error: too many memory references for `add'
encrypt.c: /tmp/ccKhCMww.s:17: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:21: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:23: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:26: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccKhCMww.s:27: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccKhCMww.s:28: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccKhCMww.s:30: Error: too many memory references for `lea'
encrypt.c: /tmp/ccKhCMww.s:39: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:40: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/ccKhCMww.s:43: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccKhCMww.s:44: Error: operand size mismatch for `paddd'
encrypt.c: /tmp/ccKhCMww.s:45: Error: too many memory references for `movdqa'
encrypt.c: /tmp/ccKhCMww.s:48: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccKhCMww.s:51: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccKhCMww.s:53: Error: too many memory references for `mov'
encrypt.c: /tmp/ccKhCMww.s:54: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccKhCMww.s:57: Error: too many memory references for `xor'
encrypt.c: /tmp/ccKhCMww.s:61: Error: ambiguous operand size for `ror'
encrypt.c: /tmp/ccKhCMww.s:64: 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

Compiler output

Implementation: crypto_aead/omdsha256k128n96tau128v2/avx1
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
encrypt.c: /tmp/ccVBy2EN.s: Assembler messages:
encrypt.c: /tmp/ccVBy2EN.s:14: Error: ambiguous operand size for `sub'
encrypt.c: /tmp/ccVBy2EN.s:15: Error: ambiguous operand size for `shl'
encrypt.c: /tmp/ccVBy2EN.s:17: Error: too many memory references for `add'
encrypt.c: /tmp/ccVBy2EN.s:18: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:22: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:24: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:25: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:26: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:27: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccVBy2EN.s:28: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccVBy2EN.s:29: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccVBy2EN.s:31: Error: too many memory references for `lea'
encrypt.c: /tmp/ccVBy2EN.s:40: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:41: Error: ambiguous operand size for `mov'
encrypt.c: /tmp/ccVBy2EN.s:44: Error: too many memory references for `vpaddd'
encrypt.c: /tmp/ccVBy2EN.s:45: Error: too many memory references for `vmovdqa'
encrypt.c: /tmp/ccVBy2EN.s:47: Error: too many memory references for `shld'
encrypt.c: /tmp/ccVBy2EN.s:50: Error: too many memory references for `shld'
encrypt.c: /tmp/ccVBy2EN.s:52: Error: too many memory references for `mov'
encrypt.c: /tmp/ccVBy2EN.s:53: Error: too many memory references for `shld'
encrypt.c: /tmp/ccVBy2EN.s:55: Error: too many memory references for `xor'
encrypt.c: /tmp/ccVBy2EN.s:59: Error: too many memory references for `shld'
encrypt.c: /tmp/ccVBy2EN.s:62: Error: too many memory references for `shld'
encrypt.c: /tmp/ccVBy2EN.s:63: Error: too many memory references for `xor'
encrypt.c: ...

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