Implementation notes: amd64, floodyberry, crypto_hash/cheetah256

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: cheetah256
TimeImplementationCompilerBenchmark dateSUPERCOP version
16350asm64icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050720140505
16437asmicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050720140505
18275asmgcc -m64 -O2 -fomit-frame-pointer2014050720140505
18325asm64gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050720140505
18362asm64gcc -m64 -O2 -fomit-frame-pointer2014050720140505
18425asmgcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050720140505
18988asm64gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050720140505
19025asmgcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050720140505
19038asm64gcc -m64 -O3 -fomit-frame-pointer2014050720140505
19113asmgcc -m64 -O3 -fomit-frame-pointer2014050720140505

Checksum failure

Implementation: crypto_hash/cheetah256/asm
Compiler: icc -m64 -O3 -static -xHost -fomit-frame-pointer
d5c4fb4034404a69ea94be5d0897af826b35bdb294aab3197ccf5f66c7d4f6b0
Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icc -m64 -O3 -static -xHost -fomit-frame-pointer asm asm64

Compiler output

Implementation: crypto_hash/cheetah256/asm
Compiler: clang -O1 -march=native -m64 -fomit-frame-pointer
Cheetah.c: Cheetah.c:220:4: warning: implicit declaration of function 'Cheetah25664' is invalid in C99 [-Wimplicit-function-declaration]
Cheetah.c: Cheetah25664(&Te0,&T640,&state->gt;core, data, totLength);
Cheetah.c: ^
Cheetah.c: Cheetah.c:232:4: warning: implicit declaration of function 'Cheetah51264' is invalid in C99 [-Wimplicit-function-declaration]
Cheetah.c: Cheetah51264(&Te0,&T640,&state->gt;core64, data, totLength);
Cheetah.c: ^
Cheetah.c: 2 warnings generated.
hash.c: In file included from hash.c:2:
hash.c: ./Cheetah.c:220:4: warning: implicit declaration of function 'Cheetah25664' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: Cheetah25664(&Te0,&T640,&state->gt;core, data, totLength);
hash.c: ^
hash.c: ./Cheetah.c:232:4: warning: implicit declaration of function 'Cheetah51264' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: Cheetah51264(&Te0,&T640,&state->gt;core64, data, totLength);
hash.c: ^
hash.c: 2 warnings generated.
Cheetah256-64.s: clang: warning: argument unused during compilation: '-fomit-frame-pointer'
Cheetah256-64.s: clang: warning: argument unused during compilation: '-D SUPERCOP'
Cheetah256-64.s: clang: warning: argument unused during compilation: '-I .'
Cheetah256-64.s: clang: warning: argument unused during compilation: '-I /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include'
Cheetah256-64.s: Cheetah256-64.s:3493:14: error: unexpected token in '.fill' directive
Cheetah256-64.s: .fill 512
Cheetah256-64.s: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang -O1 -march=native -m64 -fomit-frame-pointer asm asm64
clang -O3 -march=native -m64 -fomit-frame-pointer asm asm64