Test results for amd64, hertz, crypto_hash/lux256

[Page version: 20241013 16:34:51]

Measurements for amd64, hertz, crypto_hash Test results for amd64, hertz, crypto_hash Test results for crypto_hash/lux256
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241011
Operation: crypto_hash
Primitive: lux256

Compiler output


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:   264 |                          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:   286 |                         LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
LUX.c:       |                         ^
LUX.c: 2 errors generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:asmclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:asmclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:asmclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:asmclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))

Compiler output


LUX.c: LUX.c: In function 'Update':
LUX.c: LUX.c:264:26: error: 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: error: implicit declaration of function 'LUX51264' [-Wimplicit-function-declaration]
LUX.c:   286 |                         LUX51264(&T640,state->core64,state->buffer64,data,doneLength);
LUX.c:       |                         ^~~~~~~~

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:asmgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:asmgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
T:asmgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)