Implementation notes: amd64, sliver, crypto_aead/ascon128v1

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: ascon128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
222396opt64clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072420160718
271398opt64gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072420160718
290166opt64gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072420160718
301494opt64gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072420160718
437178refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016072420160718
497640refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016072420160718
518904opt64gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072420160718
840528refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016072420160718
893532refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016072420160718
921330refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016072420160718

Compiler output

Implementation: crypto_aead/ascon128v1/opt64
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
ascon.c: ascon.c:9:9: warning: 'LITTLE_ENDIAN' macro redefined
ascon.c: #define LITTLE_ENDIAN
ascon.c: ^
ascon.c: /usr/include/sys/endian.h:44:9: note: previous definition is here
ascon.c: #define LITTLE_ENDIAN _LITTLE_ENDIAN
ascon.c: ^
ascon.c: ascon.c:25:9: warning: 'EXT_BYTE' macro redefined
ascon.c: #define EXT_BYTE(x,n) ((u8)((u64)(x)>gt;>gt;(8*(7-(n)))))
ascon.c: ^
ascon.c: ascon.c:19:9: note: previous definition is here
ascon.c: #define EXT_BYTE(x,n) ((u8)((u64)(x)>gt;>gt;(8*(n))))
ascon.c: ^
ascon.c: ascon.c:26:9: warning: 'INS_BYTE' macro redefined
ascon.c: #define INS_BYTE(x,n) ((u64)(x) ascon.c: ^
ascon.c: ascon.c:20:9: note: previous definition is here
ascon.c: #define INS_BYTE(x,n) ((u64)(x) ascon.c: ^
ascon.c: ascon.c:27:9: warning: 'U64BIG' macro redefined
ascon.c: #define U64BIG(x) \
ascon.c: ^
ascon.c: ascon.c:21:9: note: previous definition is here
ascon.c: #define U64BIG(x) (x)
ascon.c: ^
ascon.c: 4 warnings generated.
try.c: /tmp/try-anything-156763.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/try-anything-53fe7a.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
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments opt64

Compiler output

Implementation: crypto_aead/ascon128v1/ref
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.c: /tmp/try-anything-c55d33.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/try-anything-b1a274.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
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_aead/ascon128v1/opt64
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
ascon.c: ascon.c:9:1: warning: "LITTLE_ENDIAN" redefined
ascon.c: In file included from /usr/include/sys/types.h:45,
ascon.c: from /usr/include/stdio.h:45,
ascon.c: from ascon.c:1:
ascon.c: /usr/include/sys/endian.h:44:1: warning: this is the location of the previous definition
ascon.c: ascon.c:25:1: warning: "EXT_BYTE" redefined
ascon.c: ascon.c:19:1: warning: this is the location of the previous definition
ascon.c: ascon.c:26:1: warning: "INS_BYTE" redefined
ascon.c: ascon.c:20:1: warning: this is the location of the previous definition
ascon.c: ascon.c:27:1: warning: "U64BIG" redefined
ascon.c: ascon.c:21:1: warning: this is the location of the previous definition
try.c: /tmp//ccg5zmuw.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//cc8V0nI9.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 opt64

Compiler output

Implementation: crypto_aead/ascon128v1/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccFnG6kx.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//ccjGOBFl.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/ascon128v1/opt64
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
ascon.c: ascon.c:9:1: warning: "LITTLE_ENDIAN" redefined
ascon.c: In file included from /usr/include/sys/types.h:45,
ascon.c: from /usr/include/stdio.h:45,
ascon.c: from ascon.c:1:
ascon.c: /usr/include/sys/endian.h:44:1: warning: this is the location of the previous definition
ascon.c: ascon.c:25:1: warning: "EXT_BYTE" redefined
ascon.c: ascon.c:19:1: warning: this is the location of the previous definition
ascon.c: ascon.c:26:1: warning: "INS_BYTE" redefined
ascon.c: ascon.c:20:1: warning: this is the location of the previous definition
ascon.c: ascon.c:27:1: warning: "U64BIG" redefined
ascon.c: ascon.c:21:1: warning: this is the location of the previous definition
try.c: /tmp//ccukKl5t.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//ccjrhI6F.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 opt64

Compiler output

Implementation: crypto_aead/ascon128v1/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
try.c: /tmp//ccml43pk.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//cczDOHE9.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/ascon128v1/opt64
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
ascon.c: ascon.c:9:1: warning: "LITTLE_ENDIAN" redefined
ascon.c: In file included from /usr/include/sys/types.h:45,
ascon.c: from /usr/include/stdio.h:45,
ascon.c: from ascon.c:1:
ascon.c: /usr/include/sys/endian.h:44:1: warning: this is the location of the previous definition
ascon.c: ascon.c:25:1: warning: "EXT_BYTE" redefined
ascon.c: ascon.c:19:1: warning: this is the location of the previous definition
ascon.c: ascon.c:26:1: warning: "INS_BYTE" redefined
ascon.c: ascon.c:20:1: warning: this is the location of the previous definition
ascon.c: ascon.c:27:1: warning: "U64BIG" redefined
ascon.c: ascon.c:21:1: warning: this is the location of the previous definition
try.c: /tmp//cc2DFEfd.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//ccNLaMec.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 opt64

Compiler output

Implementation: crypto_aead/ascon128v1/ref
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
try.c: /tmp//cc5ns0rs.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//ccGbsUx8.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/ascon128v1/opt64
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
ascon.c: ascon.c:9:1: warning: "LITTLE_ENDIAN" redefined
ascon.c: In file included from /usr/include/sys/types.h:45,
ascon.c: from /usr/include/stdio.h:45,
ascon.c: from ascon.c:1:
ascon.c: /usr/include/sys/endian.h:44:1: warning: this is the location of the previous definition
ascon.c: ascon.c:25:1: warning: "EXT_BYTE" redefined
ascon.c: ascon.c:19:1: warning: this is the location of the previous definition
ascon.c: ascon.c:26:1: warning: "INS_BYTE" redefined
ascon.c: ascon.c:20:1: warning: this is the location of the previous definition
ascon.c: ascon.c:27:1: warning: "U64BIG" redefined
ascon.c: ascon.c:21:1: warning: this is the location of the previous definition
try.c: /tmp//ccVQUexK.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//ccI2L1A4.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 opt64

Compiler output

Implementation: crypto_aead/ascon128v1/ref
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
try.c: /tmp//cc5zfCQ2.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//cccZOq3z.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