Test results for armeabi, berry0, crypto_hash/knot512

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_hash Test results for armeabi, berry0, crypto_hash Test results for crypto_hash/knot512
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: knot512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
28899442491 0 011627 356 744T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
29972342471 0 013267 356 744T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
30446303956 255 014751 611 744T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
33440812068 255 011207 611 744T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
40329713003 0 011966 352 744T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
41804981512 255 010474 607 744T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
42722102355 0 010743 348 744T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
43569363023 0 012650 380 744T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
43573903023 0 015084 384 752T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
43576443023 0 014552 384 744T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
44121843708 255 015792 639 752T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
44962453167 0 015276 384 752T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
46950342204 255 011806 635 744T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
47059223732 255 015236 639 744T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
47104143732 255 015768 639 752T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
48249671556 255 09943 603 744T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
54639662971 0 012602 380 744T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
62225071704 255 011310 635 744T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909

Compiler output


hash.c: hash.c:110:6: warning: unused variable 'capacity' [-Wunused-variable]
hash.c:         u32 capacity = size - rate1;  //56  448/8=56
hash.c:             ^
hash.c: 1 warning generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


hash.c: hash.c: In function 'crypto_hash_knot512_ref_timingleaks':
hash.c: hash.c:110:6: warning: unused variable 'capacity' [-Wunused-variable]
hash.c:   110 |  u32 capacity = size - rate1;  //56  448/8=56
hash.c:       |      ^~~~~~~~
hash.c: hash.c:113:5: warning: unbounded use of variable-length array [-Wvla-larger-than=]
hash.c:   113 |  u8 M[v * rate1];
hash.c:       |     ^

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

Namespace violations


hash.o N 0
hash.o N 100
hash.o N 103
hash.o N 117
hash.o N 12e
hash.o N 132
hash.o N 156
hash.o N 15a
hash.o N 15e
hash.o N 161
hash.o N 165
hash.o N 169
hash.o N 16d
hash.o N 171
hash.o N 175
hash.o N 179
hash.o N 17d
hash.o N 181
hash.o N 187
hash.o N 18c
hash.o N 18e
hash.o N 191
hash.o N 194
hash.o N 197
hash.o N 19b
hash.o N 19f
hash.o N 1a2
hash.o N 1a5
hash.o N 1a9
hash.o N 1ac
hash.o N 1b0
hash.o N 1b4
hash.o N 1b8
hash.o N 1bc
hash.o N 1bf
hash.o N 1c3
hash.o N 25
hash.o N 2c
hash.o N e8
hash.o N f2

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 102
hash.o N 116
hash.o N 12d
hash.o N 131
hash.o N 155
hash.o N 159
hash.o N 15d
hash.o N 160
hash.o N 164
hash.o N 168
hash.o N 16c
hash.o N 170
hash.o N 174
hash.o N 178
hash.o N 17c
hash.o N 180
hash.o N 186
hash.o N 18b
hash.o N 18d
hash.o N 190
hash.o N 193
hash.o N 196
hash.o N 19a
hash.o N 19e
hash.o N 1a1
hash.o N 1a5
hash.o N 1a8
hash.o N 1ab
hash.o N 1af
hash.o N 1b3
hash.o N 1b7
hash.o N 1bb
hash.o N 1be
hash.o N 1c2
hash.o N 25
hash.o N 2c
hash.o N e7
hash.o N f1
hash.o N ff

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 102
hash.o N 116
hash.o N 12d
hash.o N 131
hash.o N 155
hash.o N 159
hash.o N 15d
hash.o N 160
hash.o N 164
hash.o N 168
hash.o N 16c
hash.o N 170
hash.o N 174
hash.o N 178
hash.o N 17c
hash.o N 180
hash.o N 186
hash.o N 18b
hash.o N 18d
hash.o N 190
hash.o N 193
hash.o N 196
hash.o N 19a
hash.o N 19e
hash.o N 1a1
hash.o N 1a5
hash.o N 1a8
hash.o N 1ab
hash.o N 1af
hash.o N 1b3
hash.o N 1b6
hash.o N 1ba
hash.o N 1be
hash.o N 1c2
hash.o N 25
hash.o N 2c
hash.o N e7
hash.o N f1
hash.o N ff

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 101
hash.o N 104
hash.o N 118
hash.o N 12f
hash.o N 133
hash.o N 13a
hash.o N 13c
hash.o N 13e
hash.o N 140
hash.o N 14d
hash.o N 151
hash.o N 159
hash.o N 168
hash.o N 18c
hash.o N 190
hash.o N 197
hash.o N 199
hash.o N 19d
hash.o N 1a1
hash.o N 1a5
hash.o N 1a9
hash.o N 1ad
hash.o N 1b1
hash.o N 1b5
hash.o N 1b9
hash.o N 1bc
hash.o N 1bf
hash.o N 1c2
hash.o N 1c6
hash.o N 1ca
hash.o N 1cd
hash.o N 1d0
hash.o N 1d3
hash.o N 1d7
hash.o N 1db
hash.o N 1df
hash.o N 1e3
hash.o N 1e7
hash.o N 1ea
hash.o N 1ee
hash.o N 1f2
hash.o N 1f6
hash.o N 1f9
hash.o N 1fb
hash.o N 1fd
hash.o N 206
hash.o N 20c
hash.o N 212
hash.o N 217
hash.o N 21a
hash.o N 21d
hash.o N 21f
hash.o N 223
hash.o N 22f
hash.o N 23b
hash.o N 23d
hash.o N 243
hash.o N 25
hash.o N 2c
hash.o N e8
hash.o N f3
hash.o constant81 D
hash.o load64 T
hash.o permutation512 T
hash.o store64 T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 100
hash.o N 103
hash.o N 117
hash.o N 12e
hash.o N 132
hash.o N 139
hash.o N 141
hash.o N 150
hash.o N 174
hash.o N 178
hash.o N 17a
hash.o N 17c
hash.o N 17e
hash.o N 18b
hash.o N 18f
hash.o N 196
hash.o N 198
hash.o N 19c
hash.o N 1a0
hash.o N 1a4
hash.o N 1a8
hash.o N 1ac
hash.o N 1b0
hash.o N 1b4
hash.o N 1b8
hash.o N 1bb
hash.o N 1be
hash.o N 1c1
hash.o N 1c5
hash.o N 1c9
hash.o N 1cc
hash.o N 1d0
hash.o N 1d3
hash.o N 1d6
hash.o N 1da
hash.o N 1de
hash.o N 1e2
hash.o N 1e6
hash.o N 1e9
hash.o N 1ed
hash.o N 1f1
hash.o N 1f5
hash.o N 1f8
hash.o N 1fa
hash.o N 1fc
hash.o N 205
hash.o N 20b
hash.o N 211
hash.o N 216
hash.o N 219
hash.o N 21c
hash.o N 21e
hash.o N 222
hash.o N 22e
hash.o N 23a
hash.o N 23c
hash.o N 242
hash.o N 25
hash.o N 2c
hash.o N e7
hash.o N f2
hash.o constant81 D
hash.o load64 T
hash.o permutation512 T
hash.o store64 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 101
hash.o N 104
hash.o N 118
hash.o N 12f
hash.o N 133
hash.o N 13a
hash.o N 13c
hash.o N 13e
hash.o N 140
hash.o N 14d
hash.o N 151
hash.o N 159
hash.o N 168
hash.o N 18c
hash.o N 190
hash.o N 197
hash.o N 199
hash.o N 19d
hash.o N 1a1
hash.o N 1a5
hash.o N 1a9
hash.o N 1ad
hash.o N 1b1
hash.o N 1b5
hash.o N 1b9
hash.o N 1bc
hash.o N 1bf
hash.o N 1c2
hash.o N 1c6
hash.o N 1ca
hash.o N 1cd
hash.o N 1d1
hash.o N 1d4
hash.o N 1d7
hash.o N 1db
hash.o N 1df
hash.o N 1e3
hash.o N 1e7
hash.o N 1ea
hash.o N 1ee
hash.o N 1f2
hash.o N 1f6
hash.o N 1f9
hash.o N 1fb
hash.o N 1fd
hash.o N 206
hash.o N 20c
hash.o N 212
hash.o N 217
hash.o N 21a
hash.o N 21d
hash.o N 21f
hash.o N 223
hash.o N 22f
hash.o N 23b
hash.o N 23d
hash.o N 243
hash.o N 25
hash.o N 2c
hash.o N e8
hash.o N f3
hash.o constant81 D
hash.o load64 T
hash.o permutation512 T
hash.o store64 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o N 0
hash.o N 100
hash.o N 103
hash.o N 117
hash.o N 12e
hash.o N 132
hash.o N 139
hash.o N 13b
hash.o N 13d
hash.o N 13f
hash.o N 14c
hash.o N 150
hash.o N 158
hash.o N 167
hash.o N 18b
hash.o N 18f
hash.o N 196
hash.o N 198
hash.o N 19c
hash.o N 1a0
hash.o N 1a4
hash.o N 1a8
hash.o N 1ac
hash.o N 1b0
hash.o N 1b4
hash.o N 1b8
hash.o N 1bb
hash.o N 1be
hash.o N 1c1
hash.o N 1c5
hash.o N 1c9
hash.o N 1cc
hash.o N 1cf
hash.o N 1d2
hash.o N 1d6
hash.o N 1da
hash.o N 1de
hash.o N 1e1
hash.o N 1e5
hash.o N 1e9
hash.o N 1ed
hash.o N 1f1
hash.o N 1f5
hash.o N 1f8
hash.o N 1fa
hash.o N 1fc
hash.o N 208
hash.o N 214
hash.o N 21d
hash.o N 223
hash.o N 229
hash.o N 22e
hash.o N 231
hash.o N 234
hash.o N 236
hash.o N 23a
hash.o N 23c
hash.o N 242
hash.o N 25
hash.o N 2c
hash.o N e7
hash.o N f2
hash.o constant81 D
hash.o load64 T
hash.o permutation512 T
hash.o store64 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


hash.o constant81 D
hash.o load64 T
hash.o permutation512 T
hash.o store64 T

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