Implementation notes: amd64, floodyberry, crypto_hash/lux512

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: lux512
TimeImplementationCompilerBenchmark dateSUPERCOP version
19138asmgcc -m64 -O3 -fomit-frame-pointer2014050820140505
19250asmgcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
19263asmicc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
19400asmclang -O3 -march=native -m64 -fomit-frame-pointer2014050820140505
19462asmgcc -m64 -O2 -fomit-frame-pointer2014050820140505
19550asmgcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
20888asmclang -O1 -march=native -m64 -fomit-frame-pointer2014050820140505

Checksum failure

Implementation: crypto_hash/lux512/asm
Compiler: icc -m64 -O3 -static -xHost -fomit-frame-pointer
bb8050c27ab42a0b12b1ac1ce1e4b92ae0d33a7e08013c5e40be63a20be4778e
Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
icc -m64 -O3 -static -xHost -fomit-frame-pointer asm

Compiler output

Implementation: crypto_hash/lux512/asm
Compiler: clang -O1 -march=native -m64 -fomit-frame-pointer
LUX.c: LUX.c:264:5: warning: implicit declaration of function 'LUX25664' is invalid in C99 [-Wimplicit-function-declaration]
LUX.c: LUX25664(&Te0,state->gt;core,state->gt;buffer,data,doneLength);
LUX.c: ^
LUX.c: LUX.c:286:4: warning: implicit declaration of function 'LUX51264' is invalid in C99 [-Wimplicit-function-declaration]
LUX.c: LUX51264(&T640,state->gt;core64,state->gt;buffer64,data,doneLength);
LUX.c: ^
LUX.c: 2 warnings generated.
hash.c: In file included from hash.c:2:
hash.c: ./LUX.c:264:5: warning: implicit declaration of function 'LUX25664' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: LUX25664(&Te0,state->gt;core,state->gt;buffer,data,doneLength);
hash.c: ^
hash.c: ./LUX.c:286:4: warning: implicit declaration of function 'LUX51264' is invalid in C99 [-Wimplicit-function-declaration]
hash.c: LUX51264(&T640,state->gt;core64,state->gt;buffer64,data,doneLength);
hash.c: ^
hash.c: 2 warnings generated.
LUX256-64.s: clang: warning: argument unused during compilation: '-fomit-frame-pointer'
LUX256-64.s: clang: warning: argument unused during compilation: '-D SUPERCOP'
LUX256-64.s: clang: warning: argument unused during compilation: '-I .'
LUX256-64.s: clang: warning: argument unused during compilation: '-I /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include'
LUX512-64.s: clang: warning: argument unused during compilation: '-fomit-frame-pointer'
LUX512-64.s: clang: warning: argument unused during compilation: '-D SUPERCOP'
LUX512-64.s: clang: warning: argument unused during compilation: '-I .'
LUX512-64.s: clang: warning: argument unused during compilation: '-I /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include'

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