Implementation notes: amd64, river, crypto_aead/morus1280128v1

Computer: river
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: morus1280128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
34472refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016083120160806
34620refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016083120160806
35368refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016083120160806
36072ref64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016083120160806
36104ref64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016083120160806
36176ref64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016083120160806
36456ref64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016083120160806
37808refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016083120160806

Compiler output

Implementation: crypto_aead/morus1280128v1/avx2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
morus1280128v1avx2.c: morus1280128v1avx2.c:2:23: error: immintrin.h: No such file or directory
morus1280128v1avx2.c: morus1280128v1avx2.c:50: error: expected ')' before 'msgblk'
morus1280128v1avx2.c: morus1280128v1avx2.c:84: error: expected declaration specifiers or '...' before '__m256i'
morus1280128v1avx2.c: morus1280128v1avx2.c: In function 'morus_initialization':
morus1280128v1avx2.c: morus1280128v1avx2.c:87: error: '__m256i' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:87: error: (Each undeclared identifier is reported only once
morus1280128v1avx2.c: morus1280128v1avx2.c:87: error: for each function it appears in.)
morus1280128v1avx2.c: morus1280128v1avx2.c:87: error: expected ';' before 'tmp'
morus1280128v1avx2.c: morus1280128v1avx2.c:89: error: expected ';' before 'keytmp'
morus1280128v1avx2.c: morus1280128v1avx2.c:93: error: 'state' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:93: error: expected expression before ')' token
morus1280128v1avx2.c: morus1280128v1avx2.c:96: error: 'keytmp' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:96: error: expected expression before ')' token
morus1280128v1avx2.c: morus1280128v1avx2.c:104: error: 'tmp' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c: At top level:
morus1280128v1avx2.c: morus1280128v1avx2.c:112: error: expected declaration specifiers or '...' before '__m256i'
morus1280128v1avx2.c: morus1280128v1avx2.c: In function 'morus_tag_generation':
morus1280128v1avx2.c: morus1280128v1avx2.c:116: error: '__m256i' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:116: error: expected ';' before 'tmp'
morus1280128v1avx2.c: morus1280128v1avx2.c:118: error: expected expression before ')' token
morus1280128v1avx2.c: morus1280128v1avx2.c:123: error: 'state' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:125: error: 'tmp' undeclared (first use in this function)
morus1280128v1avx2.c: morus1280128v1avx2.c:125: error: expected expression before ')' token
morus1280128v1avx2.c: morus1280128v1avx2.c:130: error: expected expression before ')' token
morus1280128v1avx2.c: morus1280128v1avx2.c: At top level:
morus1280128v1avx2.c: ...

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

Compiler output

Implementation: crypto_aead/morus1280128v1/sse2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
morus1280128v1sse2.c: morus1280128v1sse2.c:2:23: error: immintrin.h: No such file or directory
morus1280128v1sse2.c: morus1280128v1sse2.c:38: error: expected ')' before '*' token
morus1280128v1sse2.c: morus1280128v1sse2.c:83: error: expected declaration specifiers or '...' before '__m128i'
morus1280128v1sse2.c: morus1280128v1sse2.c: In function 'morus_initialization':
morus1280128v1sse2.c: morus1280128v1sse2.c:86: error: '__m128i' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:86: error: (Each undeclared identifier is reported only once
morus1280128v1sse2.c: morus1280128v1sse2.c:86: error: for each function it appears in.)
morus1280128v1sse2.c: morus1280128v1sse2.c:86: error: expected ';' before 'tmp'
morus1280128v1sse2.c: morus1280128v1sse2.c:87: error: 'tmp' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:90: error: 'state' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:90: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:91: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:91: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:99: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:100: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c: At top level:
morus1280128v1sse2.c: morus1280128v1sse2.c:103: error: expected declaration specifiers or '...' before '__m128i'
morus1280128v1sse2.c: morus1280128v1sse2.c: In function 'morus_initialization_key_256':
morus1280128v1sse2.c: morus1280128v1sse2.c:106: error: '__m128i' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:106: error: expected ';' before 'tmp'
morus1280128v1sse2.c: morus1280128v1sse2.c:107: error: 'tmp' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:110: error: 'state' undeclared (first use in this function)
morus1280128v1sse2.c: morus1280128v1sse2.c:110: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:111: error: expected expression before ')' token
morus1280128v1sse2.c: morus1280128v1sse2.c:111: error: expected expression before ')' token
morus1280128v1sse2.c: ...

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccCfZlm2.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccZgqzoD.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccdwuvAI.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccNRzYjn.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref64
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccLPiJME.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//cc4c30vt.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccUkFjD5.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccceMolS.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref64
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccbvnIh6.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccehckZO.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//ccpfci10.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//cciQywo1.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//ccmaTGWP.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//cchvMlEa.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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

Compiler output

Implementation: crypto_aead/morus1280128v1/ref64
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//cczoWJT7.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?
try.c: /tmp//ccLTUNzB.o: In function `alignedcalloc':
try.c: try-anything.c:(.text+0x...): warning: warning: random() may return deterministic values, is that what you want?

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