Test results for armeabi, bblack, crypto_scalarmult/nistp256

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_scalarmult Test results for armeabi, bblack, crypto_scalarmult Test results for crypto_scalarmult/nistp256
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_scalarmult
Primitive: nistp256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1045736818368 30720 043867 31168 1512T:mj32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
1080910418716 30720 035243 31168 1504T:mj32clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
1081314413876 30720 031363 31168 1496T:mj32clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
1081406413876 30720 031363 31168 1496T:mj32clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
1274435212752 30720 026006 31200 1496T:mj32gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
188749608708 30720 020934 31200 1496T:mj32gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
1937801611532 30720 027317 31164 1496T:mj32clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
206288327830 30720 019190 31192 1496T:mj32gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081220240716
3209724810092 30720 022518 31200 1496T:mj32gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081220240716

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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

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:      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: 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:      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:                               ~~~~~~~~~~~~~~~^

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

Namespace violations


fe.o N 00000000
fe.o N 00000037
fe.o N 0000003c
fe.o N 00000108
fe.o N 0000011f
fe.o N 0000012a
fe.o N 00000133
fe.o N 00000137
fe.o N 00000168
fe.o N 0000016a
fe.o N 00000177
fe.o N 00000182
fe.o N 0000018b
fe.o N 0000018d
fe.o N 0000019b
fe.o N 000001cc
fe.o N 00000200
fe.o N 00000235
fe.o N 00000269
fe.o N 0000029d
fe.o N 000002d0
fe.o N 0000030b
fe.o N 0000030d
fe.o N 0000030f
fe.o N 00000311
fe.o N 00000313
fe.o N 00000315
fe.o N 00000329
fe.o N 0000032c
fe.o N 0000032e
fe.o N 00000330
fe.o N 00000332
fe.o N 00000334
fe.o N 00000337
fep256.o N 00000000
fep256.o N 00000037
fep256.o N 00000040
fep256.o N 0000010c
fep256.o N 0000010f
fep256.o N 0000011c
fep256.o N 00000127
fep256.o N 00000130
fep256.o N 00000144
fep256.o N 00000147
fep256.o N 00000149
fep256.o N 0000014e
fep256.o N 0000015c
fep256.o N 00000161
fep256.o N 00000178
fep256.o N 00000183
fep256.o N 0000018c
fep256.o N 00000190
fep256.o N 0000019e
fep256.o N 000001a0
fep256.o N 000001a2
fep256.o N 000001a4
fep256.o N 000001a6
fep256.o N 000001b4
fep256.o N 000001ea
fep256.o N 000001ec
fep256.o N 000001f0
fep256.o N 00000227
fep256.o N 00000229
fep256.o N 0000023a
fep256.o N 00000273
fep256.o N 000002ab
fep256.o N 000002e2
fep256.o N 00000319
fep256.o N 00000350
fep256.o N 0000038b
fep256.o N 000003c8
fep256.o N 00000405
fep256.o N 00000409
fep256.o N 00000413
fep256.o N 0000041b
fep256.o N 0000041f
fep256.o N 00000421
fep256.o N 00000423
fep256.o N 00000425
fep256.o N 00000428
fep256.o N 0000042b
fep256.o N 0000042e
fep256.o N 00000431
fep256.o N 00000435
fep256.o N 00000439
fep256.o N 0000043d
fep256.o N 00000440
fep256.o N 00000442
fep256.o N 00000444
gep256.o N 00000000
gep256.o N 00000037
gep256.o N 00000040
gep256.o N 0000010c
gep256.o N 00000113
gep256.o N 00000120
gep256.o N 0000012b
gep256.o N 00000134
gep256.o N 00000148
gep256.o N 0000014b
gep256.o N 00000150
gep256.o N 0000015f
gep256.o N 00000164
gep256.o N 00000172
gep256.o N 0000017c
gep256.o N 00000180
gep256.o N 00000182
gep256.o N 00000184
gep256.o N 00000192
gep256.o N 00000194
gep256.o N 0000019b
gep256.o N 0000019d
gep256.o N 0000019f
gep256.o N 000001a5
gep256.o N 000001a7
gep256.o N 000001a9
gep256.o N 000001c0
gep256.o N 000001cb
gep256.o N 000001d4
gep256.o N 000001d9
gep256.o N 000001e2
gep256.o N 000001e7
gep256.o N 000001eb
gep256.o N 000001f7
gep256.o N 000001fc
gep256.o N 00000201
gep256.o N 00000205
gep256.o N 0000020d
gep256.o N 0000021d
gep256.o N 0000022a
gep256.o N 00000239
gep256.o N 0000024b
gep256.o N 00000282
gep256.o N 000002bd
gep256.o N 000002fa
gep256.o N 00000338
gep256.o N 0000033c
gep256.o N 00000378
gep256.o N 0000037d
gep256.o N 00000381
gep256.o N 00000385
gep256.o N 00000388
gep256.o N 0000038b
gep256.o N 0000038d
gep256.o N 00000390
gep256.o N 00000393
gep256.o N 00000396
gep256.o N 00000398
gep256.o N 0000039b
gep256.o N 0000039f
gep256.o N 000003a2
gep256.o N 000003a5
gep256.o N 000003a7
gep256.o N 000003ae
gep256.o N 000003b2
gep256.o N 000003b5
gep256.o N 000003b7
gep256.o N 000003ba
gep256.o N 000003be
gep256.o N 000003c0
gep256.o N 000003c2
gep256.o N 000003c5
gep256.o N 000003c7
gep256.o N 000003c9
gep256.o N 000003cc
gep256.o N 000003ce
smult.o N 00000000
smult.o N 00000037
smult.o N 0000003f
smult.o N 0000010b
smult.o N 00000110
smult.o N 0000013c
smult.o N 00000140
smult.o N 00000171
smult.o N 00000174
smult.o N 00000181
smult.o N 0000018c
smult.o N 00000195
smult.o N 000001a9
smult.o N 000001ac
smult.o N 000001b3
smult.o N 000001b6
smult.o N 000001b8
smult.o N 000001c6
smult.o N 000001c8
smult.o N 000001ca
smult.o N 000001ce
smult.o N 000001d0
uint32_pack_big.o N 00000000
uint32_pack_big.o N 00000037
uint32_pack_big.o N 00000049
uint32_pack_big.o N 00000115
uint32_pack_big.o N 00000151
uint32_pack_big.o N 00000153
uint32_pack_big.o N 00000161
uint32_pack_big.o N 00000163
uint32_pack_big.o N 00000170
uint32_pack_big.o N 0000017b
uint32_pack_big.o N 00000184
uint32_pack_big.o N 00000186
uint32_unpack_big.o N 00000000
uint32_unpack_big.o N 00000037
uint32_unpack_big.o N 0000004b
uint32_unpack_big.o N 00000117
uint32_unpack_big.o N 00000155
uint32_unpack_big.o N 00000162
uint32_unpack_big.o N 0000016d
uint32_unpack_big.o N 00000176
uint32_unpack_big.o N 00000178
uint32_unpack_big.o N 00000186
uint32_unpack_big.o N 00000188
uint32_unpack_big.o N 0000018a

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:mj32clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


fe.o N 00000000
fe.o N 00000037
fe.o N 0000003c
fe.o N 00000107
fe.o N 0000011e
fe.o N 00000129
fe.o N 00000132
fe.o N 00000136
fe.o N 00000167
fe.o N 00000169
fe.o N 00000176
fe.o N 00000181
fe.o N 0000018a
fe.o N 0000018c
fe.o N 0000019a
fe.o N 000001cb
fe.o N 000001ff
fe.o N 00000234
fe.o N 00000268
fe.o N 0000029c
fe.o N 000002cf
fe.o N 0000030a
fe.o N 0000030c
fe.o N 0000030e
fe.o N 00000310
fe.o N 00000312
fe.o N 00000314
fe.o N 00000328
fe.o N 0000032b
fe.o N 0000032d
fe.o N 0000032f
fe.o N 00000331
fe.o N 00000333
fe.o N 00000336
fep256.o N 00000000
fep256.o N 00000037
fep256.o N 00000040
fep256.o N 0000010b
fep256.o N 0000010e
fep256.o N 0000011b
fep256.o N 00000126
fep256.o N 0000012f
fep256.o N 00000143
fep256.o N 00000146
fep256.o N 00000148
fep256.o N 0000014d
fep256.o N 0000015b
fep256.o N 00000160
fep256.o N 00000177
fep256.o N 00000182
fep256.o N 0000018b
fep256.o N 0000018f
fep256.o N 0000019d
fep256.o N 0000019f
fep256.o N 000001a1
fep256.o N 000001a3
fep256.o N 000001a5
fep256.o N 000001b3
fep256.o N 000001e9
fep256.o N 000001eb
fep256.o N 000001ef
fep256.o N 00000226
fep256.o N 00000228
fep256.o N 00000239
fep256.o N 00000272
fep256.o N 000002aa
fep256.o N 000002e1
fep256.o N 00000318
fep256.o N 0000034f
fep256.o N 0000038a
fep256.o N 000003c7
fep256.o N 00000404
fep256.o N 00000408
fep256.o N 00000412
fep256.o N 0000041a
fep256.o N 0000041e
fep256.o N 00000420
fep256.o N 00000422
fep256.o N 00000424
fep256.o N 00000427
fep256.o N 0000042a
fep256.o N 0000042d
fep256.o N 00000430
fep256.o N 00000434
fep256.o N 00000438
fep256.o N 0000043c
fep256.o N 0000043f
fep256.o N 00000441
fep256.o N 00000443
gep256.o N 00000000
gep256.o N 00000037
gep256.o N 00000040
gep256.o N 0000010b
gep256.o N 00000112
gep256.o N 0000011f
gep256.o N 0000012a
gep256.o N 00000133
gep256.o N 00000147
gep256.o N 0000014a
gep256.o N 0000014f
gep256.o N 0000015e
gep256.o N 00000163
gep256.o N 00000171
gep256.o N 0000017b
gep256.o N 0000017f
gep256.o N 00000181
gep256.o N 00000183
gep256.o N 00000191
gep256.o N 00000193
gep256.o N 0000019a
gep256.o N 0000019c
gep256.o N 0000019e
gep256.o N 000001a4
gep256.o N 000001a6
gep256.o N 000001a8
gep256.o N 000001bf
gep256.o N 000001ca
gep256.o N 000001d3
gep256.o N 000001d8
gep256.o N 000001e1
gep256.o N 000001e6
gep256.o N 000001ea
gep256.o N 000001f6
gep256.o N 000001fb
gep256.o N 00000200
gep256.o N 00000204
gep256.o N 0000020c
gep256.o N 0000021c
gep256.o N 00000229
gep256.o N 00000238
gep256.o N 0000024a
gep256.o N 00000281
gep256.o N 000002bc
gep256.o N 000002f9
gep256.o N 00000337
gep256.o N 0000033b
gep256.o N 00000377
gep256.o N 0000037c
gep256.o N 00000380
gep256.o N 00000384
gep256.o N 00000387
gep256.o N 0000038a
gep256.o N 0000038c
gep256.o N 0000038f
gep256.o N 00000392
gep256.o N 00000395
gep256.o N 00000397
gep256.o N 0000039a
gep256.o N 0000039e
gep256.o N 000003a1
gep256.o N 000003a4
gep256.o N 000003a6
gep256.o N 000003ad
gep256.o N 000003b1
gep256.o N 000003b4
gep256.o N 000003b6
gep256.o N 000003b9
gep256.o N 000003bd
gep256.o N 000003bf
gep256.o N 000003c1
gep256.o N 000003c4
gep256.o N 000003c6
gep256.o N 000003c8
gep256.o N 000003cb
gep256.o N 000003cd
smult.o N 00000000
smult.o N 00000037
smult.o N 0000003f
smult.o N 0000010a
smult.o N 0000010f
smult.o N 0000013b
smult.o N 0000013f
smult.o N 00000170
smult.o N 00000173
smult.o N 00000180
smult.o N 0000018b
smult.o N 00000194
smult.o N 000001a8
smult.o N 000001ab
smult.o N 000001b2
smult.o N 000001b5
smult.o N 000001b7
smult.o N 000001c5
smult.o N 000001c7
smult.o N 000001c9
smult.o N 000001cd
smult.o N 000001cf
uint32_pack_big.o N 00000000
uint32_pack_big.o N 00000037
uint32_pack_big.o N 00000049
uint32_pack_big.o N 00000114
uint32_pack_big.o N 00000150
uint32_pack_big.o N 00000152
uint32_pack_big.o N 00000160
uint32_pack_big.o N 00000162
uint32_pack_big.o N 0000016f
uint32_pack_big.o N 0000017a
uint32_pack_big.o N 00000183
uint32_pack_big.o N 00000185
uint32_unpack_big.o N 00000000
uint32_unpack_big.o N 00000037
uint32_unpack_big.o N 0000004b
uint32_unpack_big.o N 00000116
uint32_unpack_big.o N 00000154
uint32_unpack_big.o N 00000161
uint32_unpack_big.o N 0000016c
uint32_unpack_big.o N 00000175
uint32_unpack_big.o N 00000177
uint32_unpack_big.o N 00000185
uint32_unpack_big.o N 00000187
uint32_unpack_big.o N 00000189

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:mj32clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:mj32clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


fe.o N 00000000
fe.o N 00000037
fe.o N 0000003c
fe.o N 00000108
fe.o N 0000011f
fe.o N 0000012a
fe.o N 00000133
fe.o N 00000137
fe.o N 00000168
fe.o N 0000016a
fe.o N 00000177
fe.o N 00000182
fe.o N 0000018b
fe.o N 0000018d
fe.o N 0000019b
fe.o N 000001cc
fe.o N 00000200
fe.o N 00000235
fe.o N 00000269
fe.o N 0000029d
fe.o N 000002d0
fe.o N 0000030b
fe.o N 0000030d
fe.o N 0000030f
fe.o N 00000323
fe.o N 00000326
fe.o N 00000328
fe.o N 0000032a
fe.o N 0000032c
fe.o N 0000032e
fe.o N 00000330
fe.o N 00000332
fe.o N 00000334
fe.o N 00000337
fep256.o N 00000000
fep256.o N 00000037
fep256.o N 00000040
fep256.o N 0000010c
fep256.o N 0000010f
fep256.o N 0000011c
fep256.o N 00000127
fep256.o N 00000130
fep256.o N 00000144
fep256.o N 00000147
fep256.o N 00000149
fep256.o N 0000014e
fep256.o N 0000015c
fep256.o N 00000161
fep256.o N 00000178
fep256.o N 00000183
fep256.o N 0000018c
fep256.o N 00000190
fep256.o N 000001c6
fep256.o N 000001c8
fep256.o N 000001ca
fep256.o N 000001cc
fep256.o N 000001d0
fep256.o N 000001d2
fep256.o N 000001e0
fep256.o N 00000217
fep256.o N 00000219
fep256.o N 0000022a
fep256.o N 00000263
fep256.o N 00000271
fep256.o N 000002a9
fep256.o N 000002e0
fep256.o N 00000317
fep256.o N 0000034e
fep256.o N 00000389
fep256.o N 000003c6
fep256.o N 00000403
fep256.o N 00000407
fep256.o N 00000409
fep256.o N 00000413
fep256.o N 0000041b
fep256.o N 0000041f
fep256.o N 00000421
fep256.o N 00000423
fep256.o N 00000425
fep256.o N 00000428
fep256.o N 0000042b
fep256.o N 0000042e
fep256.o N 00000431
fep256.o N 00000435
fep256.o N 00000439
fep256.o N 0000043d
fep256.o N 00000440
fep256.o N 00000442
fep256.o N 00000444
gep256.o N 00000000
gep256.o N 00000037
gep256.o N 00000040
gep256.o N 0000010c
gep256.o N 00000113
gep256.o N 00000120
gep256.o N 0000012b
gep256.o N 00000134
gep256.o N 00000148
gep256.o N 0000014b
gep256.o N 00000150
gep256.o N 0000015f
gep256.o N 00000164
gep256.o N 00000172
gep256.o N 0000017c
gep256.o N 00000180
gep256.o N 00000182
gep256.o N 00000184
gep256.o N 00000192
gep256.o N 00000194
gep256.o N 0000019a
gep256.o N 0000019c
gep256.o N 0000019e
gep256.o N 000001a0
gep256.o N 000001b7
gep256.o N 000001c2
gep256.o N 000001cb
gep256.o N 000001d4
gep256.o N 000001d9
gep256.o N 000001dd
gep256.o N 000001e5
gep256.o N 000001f5
gep256.o N 00000202
gep256.o N 00000204
gep256.o N 00000213
gep256.o N 00000225
gep256.o N 0000025c
gep256.o N 00000263
gep256.o N 00000268
gep256.o N 000002a3
gep256.o N 000002e0
gep256.o N 000002ec
gep256.o N 0000032a
gep256.o N 0000032e
gep256.o N 0000036a
gep256.o N 0000036f
gep256.o N 00000373
gep256.o N 00000377
gep256.o N 0000037a
gep256.o N 0000037d
gep256.o N 0000037f
gep256.o N 00000382
gep256.o N 00000385
gep256.o N 00000388
gep256.o N 0000038a
gep256.o N 0000038d
gep256.o N 00000391
gep256.o N 00000394
gep256.o N 00000397
gep256.o N 00000399
gep256.o N 000003a0
gep256.o N 000003a4
gep256.o N 000003a7
gep256.o N 000003ac
gep256.o N 000003b1
gep256.o N 000003b5
gep256.o N 000003b7
gep256.o N 000003ba
gep256.o N 000003be
gep256.o N 000003c0
gep256.o N 000003c2
gep256.o N 000003c5
gep256.o N 000003c7
gep256.o N 000003c9
gep256.o N 000003cc
gep256.o N 000003ce
smult.o N 00000000
smult.o N 00000037
smult.o N 0000003f
smult.o N 0000010b
smult.o N 00000110
smult.o N 0000013c
smult.o N 00000140
smult.o N 00000171
smult.o N 00000174
smult.o N 00000181
smult.o N 0000018c
smult.o N 00000195
smult.o N 000001a9
smult.o N 000001ac
smult.o N 000001b3
smult.o N 000001b6
smult.o N 000001b8
smult.o N 000001c6
smult.o N 000001c8
smult.o N 000001ca
smult.o N 000001ce
smult.o N 000001d0
uint32_pack_big.o N 00000000
uint32_pack_big.o N 00000037
uint32_pack_big.o N 00000049
uint32_pack_big.o N 00000115
uint32_pack_big.o N 00000151
uint32_pack_big.o N 00000153
uint32_pack_big.o N 00000161
uint32_pack_big.o N 00000163
uint32_pack_big.o N 00000170
uint32_pack_big.o N 0000017b
uint32_pack_big.o N 00000184
uint32_pack_big.o N 00000186
uint32_unpack_big.o N 00000000
uint32_unpack_big.o N 00000037
uint32_unpack_big.o N 0000004b
uint32_unpack_big.o N 00000117
uint32_unpack_big.o N 00000155
uint32_unpack_big.o N 00000162
uint32_unpack_big.o N 0000016d
uint32_unpack_big.o N 00000176
uint32_unpack_big.o N 00000178
uint32_unpack_big.o N 00000186
uint32_unpack_big.o N 00000188
uint32_unpack_big.o N 00000196

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:mj32clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))