Implementation notes: x86, thoth, crypto_hash/cheetah512

Computer: thoth
Architecture: x86
CPU ID: AuthenticAMD-00000622-0183f9ff
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: cheetah512

Test failure

Implementation: crypto_hash/cheetah512/asm32
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
error 111

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments asm32
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv asm32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv asm32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv asm32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv asm32

Compiler output

Implementation: crypto_hash/cheetah512/asm32
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Cheetah.c: Cheetah.c:225:4: warning: implicit declaration of function 'Cheetah51232' is invalid in C99 [-Wimplicit-function-declaration]
Cheetah.c: Cheetah51232(&Te0,&T640,&state->gt;core64, data, totLength);
Cheetah.c: ^
Cheetah.c: 1 warning generated.
hash.c: In file included from hash.c:2:
hash.c: ./Cheetah.c:225:4: warning: implicit declaration of function 'Cheetah51232' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: Cheetah51232(&Te0,&T640,&state->gt;core64, data, totLength);
hash.c: ^
hash.c: 1 warning generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments asm32

Compiler output

Implementation: crypto_hash/cheetah512/asm32
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Cheetah.c: Cheetah.c: In function 'Update':
Cheetah.c: Cheetah.c:225:4: warning: implicit declaration of function 'Cheetah51232' [-Wimplicit-function-declaration]
Cheetah.c: Cheetah51232(&Te0,&T640,&state->gt;core64, data, totLength);
Cheetah.c: ^
hash.c: In file included from hash.c:2:0:
hash.c: Cheetah.c: In function 'Update':
hash.c: Cheetah.c:225:4: warning: implicit declaration of function 'Cheetah51232' [-Wimplicit-function-declaration]
hash.c: Cheetah51232(&Te0,&T640,&state->gt;core64, data, totLength);
hash.c: ^

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