Implementation notes: amd64, raptor, crypto_hash/lux256

Computer: raptor
Microarchitecture: amd64; Raptor Cove (b06a2)
Architecture: amd64
CPU ID: GenuineIntel-000b06a2-40-bfebfbff
SUPERCOP version: 20231107
Operation: crypto_hash
Primitive: lux256

Checksum failure

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
6474906b56cfb14d5df241c35259b39ad7cfae0eb4b2b2411c4923c9e0e33b72
Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm

Checksum failure

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
81d9eb3339a9a2047b04f5e214b573d56d267c166d13dfd3963627d807eaabb7
Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm

Checksum failure

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
38a7c7074432002e4ba453abd8757a74c11fa515be80db18f462609cc6733af1
Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm

Checksum failure

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
7a884e17553cf493361a32fe596d819ed16d4f1140d77ea08764b6ab4a4a0f92
Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm

Compiler output

Implementation: T:asm
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
LUX.c: LUX.c:264:5: error: call to undeclared function 'LUX25664'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
LUX.c: LUX25664(&Te0,state->core,state->buffer,data,doneLength);
LUX.c: ^
LUX.c: LUX.c:286:4: error: call to undeclared function 'LUX51264'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
LUX.c: LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
LUX.c: ^
LUX.c: 2 errors generated.

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:asm
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:asm
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:asm
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:asm
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:asm

Compiler output

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
LUX.c: LUX.c: In function 'Update':
LUX.c: LUX.c:264:26: warning: implicit declaration of function 'LUX25664' [-Wimplicit-function-declaration]
LUX.c: 264 | LUX25664(&Te0,state->core,state->buffer,data,doneLength);
LUX.c: | ^~~~~~~~
LUX.c: LUX.c:286:25: warning: implicit declaration of function 'LUX51264' [-Wimplicit-function-declaration]
LUX.c: 286 | LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
LUX.c: | ^~~~~~~~
hash.c: In file included from hash.c:2:
hash.c: LUX.c: In function 'Update':
hash.c: LUX.c:264:26: warning: implicit declaration of function 'LUX25664' [-Wimplicit-function-declaration]
hash.c: 264 | LUX25664(&Te0,state->core,state->buffer,data,doneLength);
hash.c: | ^~~~~~~~
hash.c: LUX.c:286:25: warning: implicit declaration of function 'LUX51264' [-Wimplicit-function-declaration]
hash.c: 286 | LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
hash.c: | ^~~~~~~~
try.c: /usr/bin/ld: warning: LUX512-64.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm

Compiler output

Implementation: T:asm
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
LUX.c: LUX.c: In function 'Update':
LUX.c: LUX.c:264:26: warning: implicit declaration of function 'LUX25664' [-Wimplicit-function-declaration]
LUX.c: 264 | LUX25664(&Te0,state->core,state->buffer,data,doneLength);
LUX.c: | ^~~~~~~~
LUX.c: LUX.c:286:25: warning: implicit declaration of function 'LUX51264' [-Wimplicit-function-declaration]
LUX.c: 286 | LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
LUX.c: | ^~~~~~~~
LUX.c: LUX.c:300:41: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
LUX.c: 300 | state->remSeq[i]=data[doneLength+i];
LUX.c: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
LUX.c: In file included from LUX.c:7:
LUX.c: LUX.h:14:21: note: at offset 8 into destination object 'remSeq' of size 8
LUX.c: 14 | BitSequence remSeq[8];
LUX.c: | ^~~~~~
LUX.c: LUX.c:300:41: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
LUX.c: 300 | state->remSeq[i]=data[doneLength+i];
LUX.c: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
LUX.c: LUX.h:14:21: note: at offset 9 into destination object 'remSeq' of size 8
LUX.c: 14 | BitSequence remSeq[8];
LUX.c: | ^~~~~~
hash.c: In file included from hash.c:2:
hash.c: LUX.c: In function 'Update':
hash.c: LUX.c:264:26: warning: implicit declaration of function 'LUX25664' [-Wimplicit-function-declaration]
hash.c: 264 | LUX25664(&Te0,state->core,state->buffer,data,doneLength);
hash.c: | ^~~~~~~~
hash.c: LUX.c:286:25: warning: implicit declaration of function 'LUX51264' [-Wimplicit-function-declaration]
hash.c: 286 | LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
hash.c: | ^~~~~~~~
hash.c: LUX.c:300:41: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
hash.c: 300 | state->remSeq[i]=data[doneLength+i];
hash.c: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
hash.c: In file included from LUX.c:7:
hash.c: LUX.h:14:21: note: at offset 8 into destination object 'remSeq' of size 8
hash.c: 14 | BitSequence remSeq[8];
hash.c: | ^~~~~~
hash.c: LUX.c:300:41: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
hash.c: 300 | state->remSeq[i]=data[doneLength+i];
hash.c: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
hash.c: LUX.h:14:21: note: at offset 9 into destination object 'remSeq' of size 8
hash.c: 14 | BitSequence remSeq[8];
hash.c: | ^~~~~~
try.c: /usr/bin/ld: warning: LUX512-64.o: missing .note.GNU-stack section implies executable stack
try.c: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:asm