Implementation notes: amd64, floodyberry, crypto_hash/cheetah512

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: cheetah512
TimeImplementationCompilerBenchmark dateSUPERCOP version
31625asmicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050720140505
31988asm64icc -m64 -O1 -static -xHost -fomit-frame-pointer2014050720140505
33375asmgcc -m64 -O3 -fomit-frame-pointer2014050720140505
33412asmgcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050720140505
33525asm64gcc -m64 -O2 -fomit-frame-pointer2014050720140505
33575asmgcc -m64 -O2 -fomit-frame-pointer2014050720140505
33663asmgcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050720140505
33688asm64gcc -m64 -O3 -fomit-frame-pointer2014050720140505
33750asm64gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050720140505
33762asm64gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050720140505

Checksum failure

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

Compiler output

Implementation: crypto_hash/cheetah512/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