Implementation notes: x86, thoth, crypto_aead/omdsha256k256n104tau160v2

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: omdsha256k256n104tau160v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
389273refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072720160724
461955refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072720160724
473621refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072720160724
482036refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072720160724
533447refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072720160724

Compiler output

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