Test results for aarch64, pi5, crypto_hash/lsh256

[Page version: 20260221 06:09:02]

Measurements for aarch64, pi5, crypto_hash Test results for aarch64, pi5, crypto_hash Test results for crypto_hash/lsh256
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20251222
Operation: crypto_hash
Primitive: lsh256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1152918968 0 018457 796 856refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1156419040 0 022215 804 864refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1176919072 0 020479 804 856refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1225319320 0 022663 804 864refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1276325888 0 022207 804 856refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1467321952 0 020570 780 864refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1513022384 0 020826 780 872refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1517023528 0 022322 780 872refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
1568621184 0 019250 764 856refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
300292953 336 01604619 142821 15056cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
300812577 336 01607674 142829 15056cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
300972868 336 01604352 142813 15056cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
301262621 336 01604302 142829 15056cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
301502339 336 01602694 142813 15056cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
309942796 336 01604458 142813 15072cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
312972577 336 01605922 142829 15056cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025123120251222
330212780 336 01605338 142805 15072cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025123120251222

Compiler output


lsh-impl.c: lsh-impl.c:71:22: warning: unused variable 'ALPHA_EVEN' [-Wunused-const-variable]
lsh-impl.c:    71 | static const lsh_u32 ALPHA_EVEN = 29;
lsh-impl.c:       |                      ^~~~~~~~~~
lsh-impl.c: lsh-impl.c:72:22: warning: unused variable 'ALPHA_ODD' [-Wunused-const-variable]
lsh-impl.c:    72 | static const lsh_u32 ALPHA_ODD = 5;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:73:22: warning: unused variable 'BETA_EVEN' [-Wunused-const-variable]
lsh-impl.c:    73 | static const lsh_u32 BETA_EVEN = 1;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:74:22: warning: unused variable 'BETA_ODD' [-Wunused-const-variable]
lsh-impl.c:    74 | static const lsh_u32 BETA_ODD = 17;
lsh-impl.c:       |                      ^~~~~~~~
lsh-impl.c: 4 warnings generated.
lsh.c: lsh.c:76:31: error: unknown type name 'lsh_s32x4'; did you mean 'lsh_u32'?
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                               ^~~~~~~~~
lsh.c:       |                               lsh_u32
lsh.c: ./lsh_def.h:41:18: note: 'lsh_u32' declared here
lsh.c:    41 | typedef uint32_t lsh_u32;
lsh.c:       |                  ^
lsh.c: lsh.c:76:57: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                         ^
lsh.c: lsh.c:76:74: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                                          ^~
lsh.c: lsh.c:77:31: error: unknown type name 'lsh_s32x4'; did you mean 'lsh_u32'?
lsh.c:    77 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c:       |                               ^~~~~~~~~
lsh.c:       |                               lsh_u32
lsh.c: ./lsh_def.h:41:18: note: 'lsh_u32' declared here
lsh.c:    41 | typedef uint32_t lsh_u32;
lsh.c:       |                  ^
lsh.c: lsh.c:77:63: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c:    77 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c:       |                                                               ^~~
lsh.c: lsh.c:77:83: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c:    77 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
neonclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
neonclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
neonclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
neonclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
neonclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))

Compiler output


lsh-impl.c: lsh-impl.c:74:22: warning: 'BETA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c:    74 | static const lsh_u32 BETA_ODD = 17;
lsh-impl.c:       |                      ^~~~~~~~
lsh-impl.c: lsh-impl.c:73:22: warning: 'BETA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c:    73 | static const lsh_u32 BETA_EVEN = 1;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:72:22: warning: 'ALPHA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c:    72 | static const lsh_u32 ALPHA_ODD = 5;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:71:22: warning: 'ALPHA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c:    71 | static const lsh_u32 ALPHA_EVEN = 29;
lsh-impl.c:       |                      ^~~~~~~~~~
lsh.c: lsh.c:76:31: error: unknown type name 'lsh_s32x4'; did you mean 'lsh_u32'?
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                               ^~~~~~~~~
lsh.c:       |                               lsh_u32
lsh.c: lsh.c:76:1: warning: braces around scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       | ^~~~~~
lsh.c: lsh.c:76:1: note: (near initialization for 'GAMMA[0]')
lsh.c: lsh.c:76:57: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                         ^
lsh.c: lsh.c:76:57: note: (near initialization for 'GAMMA[0]')
lsh.c: lsh.c:76:60: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                            ^~
lsh.c: lsh.c:76:60: note: (near initialization for 'GAMMA[0]')
lsh.c: lsh.c:76:64: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                                ^~
lsh.c: lsh.c:76:64: note: (near initialization for 'GAMMA[0]')
lsh.c: lsh.c:76:1: warning: braces around scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       | ^~~~~~
lsh.c: lsh.c:76:1: note: (near initialization for 'GAMMA[1]')
lsh.c: lsh.c:76:74: warning: excess elements in scalar initializer
lsh.c: ...

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

Namespace violations


lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Passed TIMECOP


TIMECOP iterations: 10

Number of similar (implementation,compiler) pairs: 17, namely:
ImplementationCompiler
cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall
cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)