Test results for armeabi, berry0, crypto_scalarmult/nistp256

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_scalarmult Test results for armeabi, berry0, crypto_scalarmult Test results for crypto_scalarmult/nistp256
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_scalarmult
Primitive: nistp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1455048918616 30720 036296 31148 1552T:mj32clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
1457333313856 30720 032480 31148 1544T:mj32clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
1469246512596 30720 030078 31128 1544T:mj32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
1488182118800 30720 036496 31148 1552T:mj32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
201391239892 30720 025722 31128 1544T:mj32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
238613529696 30720 024250 31120 1536T:mj32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
2792776011900 30720 028598 31144 1536T:mj32clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
3478860514184 30720 030706 31144 1536T:mj32clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101320240909
3620201313156 30720 028866 31128 1544T:mj32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101320240909

Compiler output


gep256.c: gep256.c:83:28: warning: sizeof on array function parameter will return size of 'fe *' (aka 'uint32_t (*)[8]') instead of 'gep256' (aka 'fe [3]') [-Wsizeof-array-argument]
gep256.c:     for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c:                            ^
gep256.c: gep256.c:78:29: note: declared here
gep256.c: static int isneutral(gep256 p) {
gep256.c:                             ^
gep256.c: gep256.c:92:28: warning: sizeof on array function parameter will return size of 'fe *' (aka 'uint32_t (*)[8]') instead of 'gep256_precomp' (aka 'fe [2]') [-Wsizeof-array-argument]
gep256.c:     for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c:                            ^
gep256.c: gep256.c:87:45: note: declared here
gep256.c: static int isneutral_precomp(gep256_precomp p) {
gep256.c:                                             ^
gep256.c: 2 warnings generated.

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

Compiler output


gep256.c: gep256.c: In function 'isneutral':
gep256.c: gep256.c:83:28: warning: 'sizeof' on array function parameter 'p' will return size of 'uint32_t (*)[8]' {aka 'unsigned int (*)[8]'} [-Wsizeof-array-argument]
gep256.c:    83 |     for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c:       |                            ^
gep256.c: gep256.c:78:29: note: declared here
gep256.c:    78 | static int isneutral(gep256 p) {
gep256.c:       |                      ~~~~~~~^
gep256.c: gep256.c: In function 'isneutral_precomp':
gep256.c: gep256.c:92:28: warning: 'sizeof' on array function parameter 'p' will return size of 'uint32_t (*)[8]' {aka 'unsigned int (*)[8]'} [-Wsizeof-array-argument]
gep256.c:    92 |     for (i = 0; i < sizeof p; ++i) x |= ((unsigned char *)p)[i];
gep256.c:       |                            ^
gep256.c: gep256.c:87:45: note: declared here
gep256.c:    87 | static int isneutral_precomp(gep256_precomp p) {
gep256.c:       |                              ~~~~~~~~~~~~~~~^

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

Namespace violations


fe.o N 0
fe.o N 105
fe.o N 110
fe.o N 119
fe.o N 11d
fe.o N 14e
fe.o N 150
fe.o N 15d
fe.o N 168
fe.o N 171
fe.o N 173
fe.o N 181
fe.o N 1b2
fe.o N 1e6
fe.o N 21b
fe.o N 24f
fe.o N 25
fe.o N 283
fe.o N 2a
fe.o N 2b6
fe.o N 2f1
fe.o N 2f3
fe.o N 2f5
fe.o N 2f7
fe.o N 2f9
fe.o N 2fb
fe.o N 30f
fe.o N 312
fe.o N 314
fe.o N 316
fe.o N 318
fe.o N 31a
fe.o N 31d
fe.o N ee
fep256.o N 0
fep256.o N 102
fep256.o N 10d
fep256.o N 116
fep256.o N 12a
fep256.o N 12d
fep256.o N 12f
fep256.o N 134
fep256.o N 142
fep256.o N 147
fep256.o N 15e
fep256.o N 169
fep256.o N 172
fep256.o N 176
fep256.o N 1aa
fep256.o N 1b8
fep256.o N 1ba
fep256.o N 1bc
fep256.o N 1be
fep256.o N 1c0
fep256.o N 1ce
fep256.o N 209
fep256.o N 23c
fep256.o N 25
fep256.o N 272
fep256.o N 274
fep256.o N 278
fep256.o N 2af
fep256.o N 2b1
fep256.o N 2e
fep256.o N 2e5
fep256.o N 321
fep256.o N 35f
fep256.o N 385
fep256.o N 389
fep256.o N 39a
fep256.o N 3d3
fep256.o N 40b
fep256.o N 442
fep256.o N 479
fep256.o N 4b0
fep256.o N 4eb
fep256.o N 528
fep256.o N 565
fep256.o N 56f
fep256.o N 577
fep256.o N 57b
fep256.o N 57d
fep256.o N 57f
fep256.o N 581
fep256.o N 584
fep256.o N 587
fep256.o N 58a
fep256.o N 58d
fep256.o N 591
fep256.o N 595
fep256.o N 599
fep256.o N 59c
fep256.o N 59e
fep256.o N 5a0
fep256.o N f2
fep256.o N f5
gep256.o N 0
gep256.o N 106
gep256.o N 111
gep256.o N 11a
gep256.o N 12e
gep256.o N 131
gep256.o N 136
gep256.o N 145
gep256.o N 14a
gep256.o N 158
gep256.o N 162
gep256.o N 166
gep256.o N 168
gep256.o N 16a
gep256.o N 178
gep256.o N 17a
gep256.o N 180
gep256.o N 182
gep256.o N 184
gep256.o N 186
gep256.o N 19d
gep256.o N 1a8
gep256.o N 1b1
gep256.o N 1b8
gep256.o N 1ba
gep256.o N 1bf
gep256.o N 1f5
gep256.o N 22c
gep256.o N 25
gep256.o N 263
gep256.o N 29b
gep256.o N 2d2
gep256.o N 2e
gep256.o N 306
gep256.o N 33a
gep256.o N 343
gep256.o N 348
gep256.o N 34c
gep256.o N 358
gep256.o N 35d
gep256.o N 362
gep256.o N 366
gep256.o N 3a3
gep256.o N 3da
gep256.o N 40b
gep256.o N 444
gep256.o N 47f
gep256.o N 4bc
gep256.o N 4c4
gep256.o N 4f5
gep256.o N 505
gep256.o N 514
gep256.o N 521
gep256.o N 533
gep256.o N 56a
gep256.o N 5a5
gep256.o N 5e2
gep256.o N 620
gep256.o N 624
gep256.o N 660
gep256.o N 665
gep256.o N 669
gep256.o N 66d
gep256.o N 670
gep256.o N 673
gep256.o N 675
gep256.o N 678
gep256.o N 67b
gep256.o N 67e
gep256.o N 680
gep256.o N 683
gep256.o N 687
gep256.o N 68a
gep256.o N 68d
gep256.o N 68f
gep256.o N 696
gep256.o N 69a
gep256.o N 69d
gep256.o N 69f
gep256.o N 6a2
gep256.o N 6a6
gep256.o N 6a8
gep256.o N 6aa
gep256.o N 6ad
gep256.o N 6af
gep256.o N 6b1
gep256.o N 6b4
gep256.o N 6b6
gep256.o N f2
gep256.o N f9
smult.o N 0
smult.o N 133
smult.o N 137
smult.o N 144
smult.o N 158
smult.o N 166
smult.o N 1a4
smult.o N 1df
smult.o N 21b
smult.o N 247
smult.o N 25
smult.o N 278
smult.o N 27b
smult.o N 286
smult.o N 28f
smult.o N 292
smult.o N 299
smult.o N 29c
smult.o N 29e
smult.o N 2a0
smult.o N 2a2
smult.o N 2a6
smult.o N 2a8
smult.o N 2b6
smult.o N 2bb
smult.o N 2d
smult.o N f1
smult.o N f6
uint32_pack_big.o N 0
uint32_pack_big.o N 137
uint32_pack_big.o N 139
uint32_pack_big.o N 147
uint32_pack_big.o N 149
uint32_pack_big.o N 156
uint32_pack_big.o N 161
uint32_pack_big.o N 16a
uint32_pack_big.o N 16c
uint32_pack_big.o N 25
uint32_pack_big.o N 37
uint32_pack_big.o N fb
uint32_unpack_big.o N 0
uint32_unpack_big.o N 13b
uint32_unpack_big.o N 148
uint32_unpack_big.o N 153
uint32_unpack_big.o N 15c
uint32_unpack_big.o N 15e
uint32_unpack_big.o N 16c
uint32_unpack_big.o N 16e
uint32_unpack_big.o N 17c
uint32_unpack_big.o N 25
uint32_unpack_big.o N 39
uint32_unpack_big.o N fd

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

Namespace violations


fe.o N 0
fe.o N 105
fe.o N 110
fe.o N 119
fe.o N 11d
fe.o N 14e
fe.o N 150
fe.o N 15d
fe.o N 168
fe.o N 171
fe.o N 173
fe.o N 181
fe.o N 1b2
fe.o N 1e6
fe.o N 21b
fe.o N 24f
fe.o N 25
fe.o N 283
fe.o N 2a
fe.o N 2b6
fe.o N 2f1
fe.o N 2f3
fe.o N 2f5
fe.o N 2f7
fe.o N 2f9
fe.o N 2fb
fe.o N 30f
fe.o N 312
fe.o N 314
fe.o N 316
fe.o N 318
fe.o N 31a
fe.o N 31d
fe.o N ee
fep256.o N 0
fep256.o N 102
fep256.o N 10d
fep256.o N 116
fep256.o N 12a
fep256.o N 12d
fep256.o N 12f
fep256.o N 134
fep256.o N 142
fep256.o N 147
fep256.o N 15e
fep256.o N 169
fep256.o N 172
fep256.o N 176
fep256.o N 1aa
fep256.o N 1b8
fep256.o N 1ba
fep256.o N 1bc
fep256.o N 1be
fep256.o N 1c0
fep256.o N 1ce
fep256.o N 209
fep256.o N 23c
fep256.o N 25
fep256.o N 272
fep256.o N 274
fep256.o N 278
fep256.o N 2af
fep256.o N 2b1
fep256.o N 2e
fep256.o N 2e5
fep256.o N 321
fep256.o N 35f
fep256.o N 385
fep256.o N 389
fep256.o N 39a
fep256.o N 3d3
fep256.o N 40b
fep256.o N 442
fep256.o N 479
fep256.o N 4b0
fep256.o N 4eb
fep256.o N 528
fep256.o N 565
fep256.o N 56f
fep256.o N 577
fep256.o N 57b
fep256.o N 57d
fep256.o N 57f
fep256.o N 581
fep256.o N 584
fep256.o N 587
fep256.o N 58a
fep256.o N 58d
fep256.o N 591
fep256.o N 595
fep256.o N 599
fep256.o N 59c
fep256.o N 59e
fep256.o N 5a0
fep256.o N f2
fep256.o N f5
gep256.o N 0
gep256.o N 106
gep256.o N 111
gep256.o N 11a
gep256.o N 12e
gep256.o N 131
gep256.o N 136
gep256.o N 145
gep256.o N 14a
gep256.o N 158
gep256.o N 162
gep256.o N 166
gep256.o N 168
gep256.o N 16a
gep256.o N 178
gep256.o N 17a
gep256.o N 180
gep256.o N 182
gep256.o N 184
gep256.o N 186
gep256.o N 19d
gep256.o N 1a8
gep256.o N 1b1
gep256.o N 1b8
gep256.o N 1ba
gep256.o N 1bf
gep256.o N 1f5
gep256.o N 22c
gep256.o N 25
gep256.o N 263
gep256.o N 29b
gep256.o N 2d2
gep256.o N 2e
gep256.o N 306
gep256.o N 33a
gep256.o N 343
gep256.o N 348
gep256.o N 34c
gep256.o N 358
gep256.o N 35d
gep256.o N 362
gep256.o N 366
gep256.o N 3a3
gep256.o N 3da
gep256.o N 40b
gep256.o N 444
gep256.o N 47f
gep256.o N 4bc
gep256.o N 4c4
gep256.o N 4f5
gep256.o N 505
gep256.o N 512
gep256.o N 521
gep256.o N 533
gep256.o N 56a
gep256.o N 5a5
gep256.o N 5e2
gep256.o N 620
gep256.o N 624
gep256.o N 660
gep256.o N 665
gep256.o N 669
gep256.o N 66d
gep256.o N 670
gep256.o N 673
gep256.o N 675
gep256.o N 678
gep256.o N 67b
gep256.o N 67e
gep256.o N 680
gep256.o N 683
gep256.o N 687
gep256.o N 68a
gep256.o N 68d
gep256.o N 68f
gep256.o N 696
gep256.o N 69a
gep256.o N 69d
gep256.o N 69f
gep256.o N 6a2
gep256.o N 6a6
gep256.o N 6a8
gep256.o N 6aa
gep256.o N 6ad
gep256.o N 6af
gep256.o N 6b1
gep256.o N 6b4
gep256.o N 6b6
gep256.o N f2
gep256.o N f9
smult.o N 0
smult.o N 133
smult.o N 137
smult.o N 144
smult.o N 158
smult.o N 166
smult.o N 1a4
smult.o N 1df
smult.o N 21b
smult.o N 247
smult.o N 25
smult.o N 278
smult.o N 27b
smult.o N 286
smult.o N 28f
smult.o N 292
smult.o N 299
smult.o N 29c
smult.o N 29e
smult.o N 2a0
smult.o N 2a2
smult.o N 2a6
smult.o N 2a8
smult.o N 2b6
smult.o N 2bb
smult.o N 2d
smult.o N f1
smult.o N f6
uint32_pack_big.o N 0
uint32_pack_big.o N 137
uint32_pack_big.o N 139
uint32_pack_big.o N 147
uint32_pack_big.o N 149
uint32_pack_big.o N 156
uint32_pack_big.o N 161
uint32_pack_big.o N 16a
uint32_pack_big.o N 16c
uint32_pack_big.o N 25
uint32_pack_big.o N 37
uint32_pack_big.o N fb
uint32_unpack_big.o N 0
uint32_unpack_big.o N 13b
uint32_unpack_big.o N 148
uint32_unpack_big.o N 153
uint32_unpack_big.o N 15c
uint32_unpack_big.o N 15e
uint32_unpack_big.o N 16c
uint32_unpack_big.o N 16e
uint32_unpack_big.o N 17c
uint32_unpack_big.o N 25
uint32_unpack_big.o N 39
uint32_unpack_big.o N fd

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

Namespace violations


fe.o N 0
fe.o N 104
fe.o N 10f
fe.o N 118
fe.o N 11c
fe.o N 14d
fe.o N 17e
fe.o N 1b2
fe.o N 1e7
fe.o N 21b
fe.o N 24f
fe.o N 25
fe.o N 282
fe.o N 2a
fe.o N 2bd
fe.o N 2bf
fe.o N 2cc
fe.o N 2d7
fe.o N 2e0
fe.o N 2e2
fe.o N 2f0
fe.o N 2f2
fe.o N 2f4
fe.o N 308
fe.o N 30b
fe.o N 30d
fe.o N 30f
fe.o N 311
fe.o N 313
fe.o N 315
fe.o N 317
fe.o N 319
fe.o N 31c
fe.o N ed
fep256.o N 0
fep256.o N 101
fep256.o N 10c
fep256.o N 115
fep256.o N 129
fep256.o N 12c
fep256.o N 12e
fep256.o N 133
fep256.o N 141
fep256.o N 146
fep256.o N 15d
fep256.o N 168
fep256.o N 171
fep256.o N 175
fep256.o N 1a9
fep256.o N 1dc
fep256.o N 217
fep256.o N 24b
fep256.o N 25
fep256.o N 287
fep256.o N 2c5
fep256.o N 2e
fep256.o N 2eb
fep256.o N 2ef
fep256.o N 326
fep256.o N 337
fep256.o N 36d
fep256.o N 3a6
fep256.o N 3b4
fep256.o N 3ec
fep256.o N 423
fep256.o N 45a
fep256.o N 491
fep256.o N 4cc
fep256.o N 509
fep256.o N 546
fep256.o N 548
fep256.o N 54c
fep256.o N 54e
fep256.o N 550
fep256.o N 552
fep256.o N 554
fep256.o N 562
fep256.o N 564
fep256.o N 56e
fep256.o N 576
fep256.o N 57a
fep256.o N 57c
fep256.o N 57e
fep256.o N 580
fep256.o N 583
fep256.o N 586
fep256.o N 589
fep256.o N 58c
fep256.o N 590
fep256.o N 594
fep256.o N 598
fep256.o N 59b
fep256.o N 59d
fep256.o N 59f
fep256.o N f1
fep256.o N f4
gep256.o N 0
gep256.o N 105
gep256.o N 110
gep256.o N 119
gep256.o N 12d
gep256.o N 130
gep256.o N 135
gep256.o N 144
gep256.o N 149
gep256.o N 157
gep256.o N 18d
gep256.o N 1c4
gep256.o N 1fb
gep256.o N 233
gep256.o N 25
gep256.o N 26a
gep256.o N 29e
gep256.o N 2d2
gep256.o N 2e
gep256.o N 30d
gep256.o N 34a
gep256.o N 34e
gep256.o N 385
gep256.o N 3b6
gep256.o N 3f3
gep256.o N 42c
gep256.o N 443
gep256.o N 474
gep256.o N 4ab
gep256.o N 4b2
gep256.o N 4bc
gep256.o N 4c1
gep256.o N 4fc
gep256.o N 505
gep256.o N 542
gep256.o N 54e
gep256.o N 58c
gep256.o N 594
gep256.o N 598
gep256.o N 59e
gep256.o N 5da
gep256.o N 5ea
gep256.o N 5f7
gep256.o N 606
gep256.o N 60b
gep256.o N 61d
gep256.o N 621
gep256.o N 625
gep256.o N 628
gep256.o N 62b
gep256.o N 62d
gep256.o N 630
gep256.o N 633
gep256.o N 636
gep256.o N 638
gep256.o N 63b
gep256.o N 63f
gep256.o N 642
gep256.o N 645
gep256.o N 647
gep256.o N 64e
gep256.o N 652
gep256.o N 654
gep256.o N 656
gep256.o N 658
gep256.o N 666
gep256.o N 668
gep256.o N 66a
gep256.o N 66d
gep256.o N 672
gep256.o N 676
gep256.o N 67b
gep256.o N 680
gep256.o N 684
gep256.o N 686
gep256.o N 689
gep256.o N 68d
gep256.o N 68f
gep256.o N 691
gep256.o N 694
gep256.o N 696
gep256.o N 698
gep256.o N 69b
gep256.o N 69d
gep256.o N 69f
gep256.o N 6a1
gep256.o N 6ac
gep256.o N 6b5
gep256.o N f1
gep256.o N f8
smult.o N 0
smult.o N 132
smult.o N 136
smult.o N 143
smult.o N 157
smult.o N 165
smult.o N 1a3
smult.o N 1de
smult.o N 21a
smult.o N 246
smult.o N 25
smult.o N 277
smult.o N 27a
smult.o N 285
smult.o N 28e
smult.o N 291
smult.o N 298
smult.o N 29b
smult.o N 29d
smult.o N 29f
smult.o N 2a1
smult.o N 2a5
smult.o N 2a7
smult.o N 2b5
smult.o N 2ba
smult.o N 2d
smult.o N f0
smult.o N f5
uint32_pack_big.o N 0
uint32_pack_big.o N 136
uint32_pack_big.o N 138
uint32_pack_big.o N 146
uint32_pack_big.o N 148
uint32_pack_big.o N 155
uint32_pack_big.o N 160
uint32_pack_big.o N 169
uint32_pack_big.o N 16b
uint32_pack_big.o N 25
uint32_pack_big.o N 37
uint32_pack_big.o N fa
uint32_unpack_big.o N 0
uint32_unpack_big.o N 13a
uint32_unpack_big.o N 147
uint32_unpack_big.o N 152
uint32_unpack_big.o N 15b
uint32_unpack_big.o N 15d
uint32_unpack_big.o N 16b
uint32_unpack_big.o N 16d
uint32_unpack_big.o N 17b
uint32_unpack_big.o N 25
uint32_unpack_big.o N 39
uint32_unpack_big.o N fc

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

Namespace violations


fe.o N 0
fe.o N 105
fe.o N 110
fe.o N 119
fe.o N 11d
fe.o N 14e
fe.o N 150
fe.o N 15d
fe.o N 168
fe.o N 171
fe.o N 173
fe.o N 181
fe.o N 1b2
fe.o N 1e6
fe.o N 21b
fe.o N 24f
fe.o N 25
fe.o N 283
fe.o N 2a
fe.o N 2b6
fe.o N 2f1
fe.o N 2f3
fe.o N 2f5
fe.o N 309
fe.o N 30c
fe.o N 30e
fe.o N 310
fe.o N 312
fe.o N 314
fe.o N 316
fe.o N 318
fe.o N 31a
fe.o N 31d
fe.o N ee
fep256.o N 0
fep256.o N 102
fep256.o N 10d
fep256.o N 116
fep256.o N 12a
fep256.o N 12d
fep256.o N 12f
fep256.o N 134
fep256.o N 142
fep256.o N 147
fep256.o N 15e
fep256.o N 169
fep256.o N 172
fep256.o N 176
fep256.o N 1aa
fep256.o N 1dd
fep256.o N 218
fep256.o N 24e
fep256.o N 25
fep256.o N 250
fep256.o N 252
fep256.o N 254
fep256.o N 258
fep256.o N 25a
fep256.o N 268
fep256.o N 29f
fep256.o N 2a1
fep256.o N 2d5
fep256.o N 2e
fep256.o N 311
fep256.o N 34f
fep256.o N 375
fep256.o N 379
fep256.o N 38a
fep256.o N 3c3
fep256.o N 3d1
fep256.o N 409
fep256.o N 440
fep256.o N 477
fep256.o N 4ae
fep256.o N 4e9
fep256.o N 526
fep256.o N 563
fep256.o N 565
fep256.o N 56f
fep256.o N 577
fep256.o N 57b
fep256.o N 57d
fep256.o N 57f
fep256.o N 581
fep256.o N 584
fep256.o N 587
fep256.o N 58a
fep256.o N 58d
fep256.o N 591
fep256.o N 595
fep256.o N 599
fep256.o N 59c
fep256.o N 59e
fep256.o N 5a0
fep256.o N f2
fep256.o N f5
gep256.o N 0
gep256.o N 106
gep256.o N 111
gep256.o N 11a
gep256.o N 12e
gep256.o N 131
gep256.o N 136
gep256.o N 145
gep256.o N 14a
gep256.o N 158
gep256.o N 162
gep256.o N 166
gep256.o N 168
gep256.o N 16a
gep256.o N 178
gep256.o N 17a
gep256.o N 180
gep256.o N 182
gep256.o N 184
gep256.o N 186
gep256.o N 19d
gep256.o N 1a8
gep256.o N 1b1
gep256.o N 1e7
gep256.o N 21e
gep256.o N 25
gep256.o N 255
gep256.o N 28d
gep256.o N 2c4
gep256.o N 2e
gep256.o N 2f8
gep256.o N 32c
gep256.o N 335
gep256.o N 33a
gep256.o N 33e
gep256.o N 37b
gep256.o N 3b2
gep256.o N 3e3
gep256.o N 41e
gep256.o N 45b
gep256.o N 494
gep256.o N 49c
gep256.o N 4cd
gep256.o N 4dd
gep256.o N 4ec
gep256.o N 4ee
gep256.o N 4fb
gep256.o N 50d
gep256.o N 544
gep256.o N 54b
gep256.o N 550
gep256.o N 58b
gep256.o N 5c8
gep256.o N 5d4
gep256.o N 612
gep256.o N 616
gep256.o N 652
gep256.o N 657
gep256.o N 65b
gep256.o N 65f
gep256.o N 662
gep256.o N 665
gep256.o N 667
gep256.o N 66a
gep256.o N 66d
gep256.o N 670
gep256.o N 672
gep256.o N 675
gep256.o N 679
gep256.o N 67c
gep256.o N 67f
gep256.o N 681
gep256.o N 688
gep256.o N 68c
gep256.o N 68f
gep256.o N 694
gep256.o N 699
gep256.o N 69d
gep256.o N 69f
gep256.o N 6a2
gep256.o N 6a6
gep256.o N 6a8
gep256.o N 6aa
gep256.o N 6ad
gep256.o N 6af
gep256.o N 6b1
gep256.o N 6b4
gep256.o N 6b6
gep256.o N f2
gep256.o N f9
smult.o N 0
smult.o N 133
smult.o N 137
smult.o N 144
smult.o N 158
smult.o N 166
smult.o N 1a4
smult.o N 1df
smult.o N 21b
smult.o N 247
smult.o N 25
smult.o N 278
smult.o N 27b
smult.o N 286
smult.o N 28f
smult.o N 292
smult.o N 299
smult.o N 29c
smult.o N 29e
smult.o N 2a0
smult.o N 2a2
smult.o N 2a6
smult.o N 2a8
smult.o N 2b6
smult.o N 2bb
smult.o N 2d
smult.o N f1
smult.o N f6
uint32_pack_big.o N 0
uint32_pack_big.o N 137
uint32_pack_big.o N 139
uint32_pack_big.o N 147
uint32_pack_big.o N 149
uint32_pack_big.o N 156
uint32_pack_big.o N 161
uint32_pack_big.o N 16a
uint32_pack_big.o N 16c
uint32_pack_big.o N 25
uint32_pack_big.o N 37
uint32_pack_big.o N fb
uint32_unpack_big.o N 0
uint32_unpack_big.o N 13b
uint32_unpack_big.o N 148
uint32_unpack_big.o N 153
uint32_unpack_big.o N 15c
uint32_unpack_big.o N 15e
uint32_unpack_big.o N 16c
uint32_unpack_big.o N 16e
uint32_unpack_big.o N 17c
uint32_unpack_big.o N 25
uint32_unpack_big.o N 39
uint32_unpack_big.o N fd

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

Namespace violations


fe.o N 0
fe.o N 104
fe.o N 10f
fe.o N 118
fe.o N 11c
fe.o N 14d
fe.o N 14f
fe.o N 15c
fe.o N 167
fe.o N 170
fe.o N 172
fe.o N 180
fe.o N 1b1
fe.o N 1e5
fe.o N 21a
fe.o N 24e
fe.o N 25
fe.o N 282
fe.o N 2a
fe.o N 2b5
fe.o N 2f0
fe.o N 2f2
fe.o N 2f4
fe.o N 2f6
fe.o N 2f8
fe.o N 2fa
fe.o N 30e
fe.o N 311
fe.o N 313
fe.o N 315
fe.o N 317
fe.o N 319
fe.o N 31c
fe.o N ed
fep256.o N 0
fep256.o N 101
fep256.o N 10c
fep256.o N 115
fep256.o N 129
fep256.o N 12c
fep256.o N 12e
fep256.o N 133
fep256.o N 141
fep256.o N 146
fep256.o N 15d
fep256.o N 168
fep256.o N 171
fep256.o N 175
fep256.o N 1a9
fep256.o N 1b7
fep256.o N 1b9
fep256.o N 1bb
fep256.o N 1bd
fep256.o N 1bf
fep256.o N 1cd
fep256.o N 208
fep256.o N 23b
fep256.o N 25
fep256.o N 271
fep256.o N 273
fep256.o N 277
fep256.o N 2ae
fep256.o N 2b0
fep256.o N 2e
fep256.o N 2e4
fep256.o N 320
fep256.o N 35e
fep256.o N 384
fep256.o N 388
fep256.o N 399
fep256.o N 3d2
fep256.o N 40a
fep256.o N 441
fep256.o N 478
fep256.o N 4af
fep256.o N 4ea
fep256.o N 527
fep256.o N 564
fep256.o N 56e
fep256.o N 576
fep256.o N 57a
fep256.o N 57c
fep256.o N 57e
fep256.o N 580
fep256.o N 583
fep256.o N 586
fep256.o N 589
fep256.o N 58c
fep256.o N 590
fep256.o N 594
fep256.o N 598
fep256.o N 59b
fep256.o N 59d
fep256.o N 59f
fep256.o N f1
fep256.o N f4
gep256.o N 0
gep256.o N 105
gep256.o N 110
gep256.o N 119
gep256.o N 12d
gep256.o N 130
gep256.o N 135
gep256.o N 144
gep256.o N 149
gep256.o N 157
gep256.o N 161
gep256.o N 165
gep256.o N 167
gep256.o N 169
gep256.o N 177
gep256.o N 179
gep256.o N 17f
gep256.o N 181
gep256.o N 183
gep256.o N 185
gep256.o N 19c
gep256.o N 1a7
gep256.o N 1b0
gep256.o N 1b7
gep256.o N 1b9
gep256.o N 1be
gep256.o N 1f4
gep256.o N 22b
gep256.o N 25
gep256.o N 262
gep256.o N 29a
gep256.o N 2d1
gep256.o N 2e
gep256.o N 305
gep256.o N 339
gep256.o N 342
gep256.o N 347
gep256.o N 34b
gep256.o N 357
gep256.o N 35c
gep256.o N 361
gep256.o N 365
gep256.o N 3a2
gep256.o N 3d9
gep256.o N 40a
gep256.o N 443
gep256.o N 47e
gep256.o N 4bb
gep256.o N 4c3
gep256.o N 4f4
gep256.o N 504
gep256.o N 511
gep256.o N 520
gep256.o N 532
gep256.o N 569
gep256.o N 5a4
gep256.o N 5e1
gep256.o N 61f
gep256.o N 623
gep256.o N 65f
gep256.o N 664
gep256.o N 668
gep256.o N 66c
gep256.o N 66f
gep256.o N 672
gep256.o N 674
gep256.o N 677
gep256.o N 67a
gep256.o N 67d
gep256.o N 67f
gep256.o N 682
gep256.o N 686
gep256.o N 689
gep256.o N 68c
gep256.o N 68e
gep256.o N 695
gep256.o N 699
gep256.o N 69c
gep256.o N 69e
gep256.o N 6a1
gep256.o N 6a5
gep256.o N 6a7
gep256.o N 6a9
gep256.o N 6ac
gep256.o N 6ae
gep256.o N 6b0
gep256.o N 6b3
gep256.o N 6b5
gep256.o N f1
gep256.o N f8
smult.o N 0
smult.o N 132
smult.o N 136
smult.o N 143
smult.o N 157
smult.o N 165
smult.o N 1a3
smult.o N 1de
smult.o N 21a
smult.o N 246
smult.o N 25
smult.o N 277
smult.o N 27a
smult.o N 285
smult.o N 28e
smult.o N 291
smult.o N 298
smult.o N 29b
smult.o N 29d
smult.o N 29f
smult.o N 2a1
smult.o N 2a5
smult.o N 2a7
smult.o N 2b5
smult.o N 2ba
smult.o N 2d
smult.o N f0
smult.o N f5
uint32_pack_big.o N 0
uint32_pack_big.o N 136
uint32_pack_big.o N 138
uint32_pack_big.o N 146
uint32_pack_big.o N 148
uint32_pack_big.o N 155
uint32_pack_big.o N 160
uint32_pack_big.o N 169
uint32_pack_big.o N 16b
uint32_pack_big.o N 25
uint32_pack_big.o N 37
uint32_pack_big.o N fa
uint32_unpack_big.o N 0
uint32_unpack_big.o N 13a
uint32_unpack_big.o N 147
uint32_unpack_big.o N 152
uint32_unpack_big.o N 15b
uint32_unpack_big.o N 15d
uint32_unpack_big.o N 16b
uint32_unpack_big.o N 16d
uint32_unpack_big.o N 17b
uint32_unpack_big.o N 25
uint32_unpack_big.o N 39
uint32_unpack_big.o N fc

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