Test results for armeabi, berry0, crypto_aead/knot128v2

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/knot128v2
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: knot128v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5623787212 127 019603 483 816T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
5623987424 127 021467 483 816T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
6549527756 127 021803 483 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
7341589040 127 021326 479 816T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
7605796728 127 018379 475 816T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
7947728540 127 023938 507 816T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
7951468556 127 025848 511 816T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
8191689080 127 024388 511 824T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
8564549228 127 024552 511 824T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
8933633688 127 016079 483 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
9390345784 127 021052 511 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
9690424876 127 022128 511 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
10045915792 127 021076 511 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
10126868668 127 024074 507 816T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
11288002932 127 015218 479 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
11896012668 127 014319 475 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
11960993220 127 018578 507 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909
13662522852 127 018218 507 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100820240909

Compiler output


encrypt.c: encrypt.c:30:9: warning: 'LITTLE_ENDIAN' macro redefined [-Wmacro-redefined]
encrypt.c: #define LITTLE_ENDIAN
encrypt.c:         ^
encrypt.c: /usr/include/endian.h:27:10: note: previous definition is here
encrypt.c: # define LITTLE_ENDIAN  __LITTLE_ENDIAN
encrypt.c:          ^
encrypt.c: encrypt.c:42:9: warning: 'EXT_BYTE32' macro redefined [-Wmacro-redefined]
encrypt.c: #define EXT_BYTE32(x,n) ((u8)((u32)(x)>>(8*(3-(n)))))
encrypt.c:         ^
encrypt.c: encrypt.c:33:9: note: previous definition is here
encrypt.c: #define EXT_BYTE32(x,n) ((u8)((u32)(x)>>(8*(n))))
encrypt.c:         ^
encrypt.c: encrypt.c:43:9: warning: 'INS_BYTE32' macro redefined [-Wmacro-redefined]
encrypt.c: #define INS_BYTE32(x,n) ((u32)(x)<<(8*(3-(n))))
encrypt.c:         ^
encrypt.c: encrypt.c:34:9: note: previous definition is here
encrypt.c: #define INS_BYTE32(x,n) ((u32)(x)<<(8*(n)))
encrypt.c:         ^
encrypt.c: encrypt.c:44:9: warning: 'U32BIG' macro redefined [-Wmacro-redefined]
encrypt.c: #define U32BIG(x) \
encrypt.c:         ^
encrypt.c: encrypt.c:35:9: note: previous definition is here
encrypt.c: #define U32BIG(x) (x)
encrypt.c:         ^
encrypt.c: encrypt.c:47:9: warning: 'EXT_BYTE64' macro redefined [-Wmacro-redefined]
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 5, 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 -O -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)
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


encrypt.c: encrypt.c:30: warning: "LITTLE_ENDIAN" redefined
encrypt.c:    30 | #define LITTLE_ENDIAN
encrypt.c:       |
encrypt.c: In file included from /usr/include/arm-linux-gnueabihf/sys/types.h:176,
encrypt.c:                  from /usr/include/stdlib.h:394,
encrypt.c:                  from encrypt.c:4:
encrypt.c: /usr/include/endian.h:27: note: this is the location of the previous definition
encrypt.c:    27 | # define LITTLE_ENDIAN __LITTLE_ENDIAN
encrypt.c:       |
encrypt.c: encrypt.c:42: warning: "EXT_BYTE32" redefined
encrypt.c:    42 | #define EXT_BYTE32(x,n) ((u8)((u32)(x)>>(8*(3-(n)))))
encrypt.c:       |
encrypt.c: encrypt.c:33: note: this is the location of the previous definition
encrypt.c:    33 | #define EXT_BYTE32(x,n) ((u8)((u32)(x)>>(8*(n))))
encrypt.c:       |
encrypt.c: encrypt.c:43: warning: "INS_BYTE32" redefined
encrypt.c:    43 | #define INS_BYTE32(x,n) ((u32)(x)<<(8*(3-(n))))
encrypt.c:       |
encrypt.c: encrypt.c:34: note: this is the location of the previous definition
encrypt.c:    34 | #define INS_BYTE32(x,n) ((u32)(x)<<(8*(n)))
encrypt.c:       |
encrypt.c: encrypt.c:44: warning: "U32BIG" redefined
encrypt.c:    44 | #define U32BIG(x) \
encrypt.c:       |
encrypt.c: encrypt.c:35: note: this is the location of the previous definition
encrypt.c: ...

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

Compiler output


encrypt.c: encrypt.c:116:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c:         u32 capacity = size - rate; //24
encrypt.c:             ^
encrypt.c: encrypt.c:205:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c:         u32 capacity = size - rate; //24
encrypt.c:             ^
encrypt.c: 2 warnings 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


encrypt.c: encrypt.c: In function 'crypto_aead_knot128v2_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:116:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c:   116 |  u32 capacity = size - rate; //24
encrypt.c:       |      ^~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_knot128v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:205:6: warning: unused variable 'capacity' [-Wunused-variable]
encrypt.c:   205 |  u32 capacity = size - rate; //24
encrypt.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


encrypt.o N 0
encrypt.o N 105
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 129
encrypt.o N 12d
encrypt.o N 144
encrypt.o N 148
encrypt.o N 176
encrypt.o N 17a
encrypt.o N 1a8
encrypt.o N 1aa
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b3
encrypt.o N 1b8
encrypt.o N 1bd
encrypt.o N 1c3
encrypt.o N 1c6
encrypt.o N 1cb
encrypt.o N 1cf
encrypt.o N 1d3
encrypt.o N 1d7
encrypt.o N 1db
encrypt.o N 1df
encrypt.o N 1e3
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1ed
encrypt.o N 1f0
encrypt.o N 1f3
encrypt.o N 1f6
encrypt.o N 1fa
encrypt.o N 1fe
encrypt.o N 201
encrypt.o N 204
encrypt.o N 207
encrypt.o N 20b
encrypt.o N 20f
encrypt.o N 213
encrypt.o N 217
encrypt.o N 21b
encrypt.o N 21e
encrypt.o N 222
encrypt.o N 226
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ed
encrypt.o N f7
encrypt.o constant7 D

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:optclang -march=native -O2 -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


encrypt.o N 0
encrypt.o N 105
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 129
encrypt.o N 12d
encrypt.o N 144
encrypt.o N 148
encrypt.o N 176
encrypt.o N 17a
encrypt.o N 1a8
encrypt.o N 1aa
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b3
encrypt.o N 1b8
encrypt.o N 1bd
encrypt.o N 1c3
encrypt.o N 1c6
encrypt.o N 1cb
encrypt.o N 1cf
encrypt.o N 1d3
encrypt.o N 1d7
encrypt.o N 1db
encrypt.o N 1df
encrypt.o N 1e3
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1ed
encrypt.o N 1f0
encrypt.o N 1f3
encrypt.o N 1f6
encrypt.o N 1fa
encrypt.o N 1fe
encrypt.o N 201
encrypt.o N 204
encrypt.o N 208
encrypt.o N 20b
encrypt.o N 20f
encrypt.o N 213
encrypt.o N 217
encrypt.o N 21b
encrypt.o N 21e
encrypt.o N 222
encrypt.o N 226
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ed
encrypt.o N f7
encrypt.o constant7 D

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

Namespace violations


encrypt.o N 0
encrypt.o N 104
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 128
encrypt.o N 12c
encrypt.o N 143
encrypt.o N 147
encrypt.o N 175
encrypt.o N 179
encrypt.o N 1a7
encrypt.o N 1a9
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b2
encrypt.o N 1b7
encrypt.o N 1bc
encrypt.o N 1c2
encrypt.o N 1c5
encrypt.o N 1ca
encrypt.o N 1ce
encrypt.o N 1d2
encrypt.o N 1d6
encrypt.o N 1da
encrypt.o N 1de
encrypt.o N 1e2
encrypt.o N 1e6
encrypt.o N 1ea
encrypt.o N 1ec
encrypt.o N 1ef
encrypt.o N 1f2
encrypt.o N 1f5
encrypt.o N 1f9
encrypt.o N 1fd
encrypt.o N 200
encrypt.o N 203
encrypt.o N 206
encrypt.o N 20a
encrypt.o N 20e
encrypt.o N 212
encrypt.o N 216
encrypt.o N 21a
encrypt.o N 21d
encrypt.o N 221
encrypt.o N 225
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ec
encrypt.o N f6
encrypt.o constant7 D

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


encrypt.o N 0
encrypt.o N 104
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 128
encrypt.o N 12c
encrypt.o N 143
encrypt.o N 147
encrypt.o N 175
encrypt.o N 179
encrypt.o N 1a7
encrypt.o N 1a9
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b2
encrypt.o N 1b7
encrypt.o N 1bc
encrypt.o N 1c2
encrypt.o N 1c5
encrypt.o N 1ca
encrypt.o N 1ce
encrypt.o N 1d2
encrypt.o N 1d6
encrypt.o N 1da
encrypt.o N 1de
encrypt.o N 1e2
encrypt.o N 1e6
encrypt.o N 1ea
encrypt.o N 1ec
encrypt.o N 1ef
encrypt.o N 1f2
encrypt.o N 1f5
encrypt.o N 1f9
encrypt.o N 1fd
encrypt.o N 200
encrypt.o N 204
encrypt.o N 207
encrypt.o N 20a
encrypt.o N 20e
encrypt.o N 212
encrypt.o N 216
encrypt.o N 219
encrypt.o N 21d
encrypt.o N 221
encrypt.o N 225
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ec
encrypt.o N f6
encrypt.o constant7 D

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


encrypt.o constant7 D

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

Namespace violations


encrypt.o N 0
encrypt.o N 105
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 133
encrypt.o N 137
encrypt.o N 144
encrypt.o N 148
encrypt.o N 14f
encrypt.o N 151
encrypt.o N 153
encrypt.o N 155
encrypt.o N 159
encrypt.o N 160
encrypt.o N 168
encrypt.o N 170
encrypt.o N 17f
encrypt.o N 1ad
encrypt.o N 1db
encrypt.o N 1e2
encrypt.o N 1e4
encrypt.o N 1e8
encrypt.o N 1ec
encrypt.o N 1f0
encrypt.o N 1f4
encrypt.o N 1f8
encrypt.o N 1fc
encrypt.o N 200
encrypt.o N 204
encrypt.o N 207
encrypt.o N 20a
encrypt.o N 20d
encrypt.o N 211
encrypt.o N 215
encrypt.o N 218
encrypt.o N 21b
encrypt.o N 21e
encrypt.o N 222
encrypt.o N 226
encrypt.o N 22a
encrypt.o N 22e
encrypt.o N 232
encrypt.o N 235
encrypt.o N 239
encrypt.o N 23d
encrypt.o N 242
encrypt.o N 244
encrypt.o N 24b
encrypt.o N 25
encrypt.o N 250
encrypt.o N 255
encrypt.o N 25e
encrypt.o N 263
encrypt.o N 268
encrypt.o N 26a
encrypt.o N 26c
encrypt.o N 270
encrypt.o N 273
encrypt.o N 277
encrypt.o N 279
encrypt.o N 27e
encrypt.o N 283
encrypt.o N 289
encrypt.o N 28c
encrypt.o N 291
encrypt.o N 293
encrypt.o N 296
encrypt.o N 298
encrypt.o N 29a
encrypt.o N 2a6
encrypt.o N 2b2
encrypt.o N 2be
encrypt.o N 2c0
encrypt.o N 2f
encrypt.o N ed
encrypt.o N f7
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.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


encrypt.o N 0
encrypt.o N 104
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 132
encrypt.o N 136
encrypt.o N 143
encrypt.o N 147
encrypt.o N 14e
encrypt.o N 156
encrypt.o N 15d
encrypt.o N 165
encrypt.o N 174
encrypt.o N 1a2
encrypt.o N 1a6
encrypt.o N 1d4
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1da
encrypt.o N 1e1
encrypt.o N 1e3
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1ef
encrypt.o N 1f3
encrypt.o N 1f7
encrypt.o N 1fb
encrypt.o N 1ff
encrypt.o N 203
encrypt.o N 206
encrypt.o N 209
encrypt.o N 20c
encrypt.o N 210
encrypt.o N 214
encrypt.o N 217
encrypt.o N 21a
encrypt.o N 21d
encrypt.o N 221
encrypt.o N 225
encrypt.o N 229
encrypt.o N 22d
encrypt.o N 231
encrypt.o N 234
encrypt.o N 238
encrypt.o N 23c
encrypt.o N 241
encrypt.o N 243
encrypt.o N 24a
encrypt.o N 24f
encrypt.o N 25
encrypt.o N 254
encrypt.o N 25d
encrypt.o N 262
encrypt.o N 267
encrypt.o N 269
encrypt.o N 26b
encrypt.o N 26f
encrypt.o N 272
encrypt.o N 276
encrypt.o N 278
encrypt.o N 27d
encrypt.o N 282
encrypt.o N 288
encrypt.o N 28b
encrypt.o N 290
encrypt.o N 292
encrypt.o N 295
encrypt.o N 297
encrypt.o N 299
encrypt.o N 29b
encrypt.o N 2a7
encrypt.o N 2b3
encrypt.o N 2bf
encrypt.o N 2f
encrypt.o N ec
encrypt.o N f6
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.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


encrypt.o N 0
encrypt.o N 105
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 133
encrypt.o N 137
encrypt.o N 144
encrypt.o N 148
encrypt.o N 14f
encrypt.o N 151
encrypt.o N 153
encrypt.o N 155
encrypt.o N 159
encrypt.o N 160
encrypt.o N 168
encrypt.o N 170
encrypt.o N 17f
encrypt.o N 1ad
encrypt.o N 1db
encrypt.o N 1e2
encrypt.o N 1e4
encrypt.o N 1e8
encrypt.o N 1ec
encrypt.o N 1f0
encrypt.o N 1f4
encrypt.o N 1f8
encrypt.o N 1fc
encrypt.o N 200
encrypt.o N 203
encrypt.o N 206
encrypt.o N 209
encrypt.o N 20d
encrypt.o N 211
encrypt.o N 214
encrypt.o N 217
encrypt.o N 21a
encrypt.o N 21e
encrypt.o N 222
encrypt.o N 226
encrypt.o N 22a
encrypt.o N 22e
encrypt.o N 232
encrypt.o N 235
encrypt.o N 239
encrypt.o N 23d
encrypt.o N 242
encrypt.o N 244
encrypt.o N 24b
encrypt.o N 25
encrypt.o N 250
encrypt.o N 255
encrypt.o N 25e
encrypt.o N 263
encrypt.o N 268
encrypt.o N 26a
encrypt.o N 26c
encrypt.o N 270
encrypt.o N 273
encrypt.o N 277
encrypt.o N 279
encrypt.o N 27e
encrypt.o N 283
encrypt.o N 289
encrypt.o N 28c
encrypt.o N 291
encrypt.o N 293
encrypt.o N 296
encrypt.o N 298
encrypt.o N 29a
encrypt.o N 2a6
encrypt.o N 2b2
encrypt.o N 2be
encrypt.o N 2c0
encrypt.o N 2f
encrypt.o N ed
encrypt.o N f7
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.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


encrypt.o N 0
encrypt.o N 104
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 132
encrypt.o N 136
encrypt.o N 143
encrypt.o N 147
encrypt.o N 14e
encrypt.o N 150
encrypt.o N 152
encrypt.o N 154
encrypt.o N 158
encrypt.o N 15f
encrypt.o N 167
encrypt.o N 16f
encrypt.o N 17e
encrypt.o N 1ac
encrypt.o N 1da
encrypt.o N 1e1
encrypt.o N 1e3
encrypt.o N 1e7
encrypt.o N 1eb
encrypt.o N 1ef
encrypt.o N 1f3
encrypt.o N 1f7
encrypt.o N 1fb
encrypt.o N 1ff
encrypt.o N 203
encrypt.o N 206
encrypt.o N 209
encrypt.o N 20c
encrypt.o N 210
encrypt.o N 214
encrypt.o N 217
encrypt.o N 21b
encrypt.o N 21e
encrypt.o N 221
encrypt.o N 225
encrypt.o N 229
encrypt.o N 22c
encrypt.o N 230
encrypt.o N 234
encrypt.o N 238
encrypt.o N 23c
encrypt.o N 241
encrypt.o N 243
encrypt.o N 24a
encrypt.o N 24f
encrypt.o N 25
encrypt.o N 254
encrypt.o N 25d
encrypt.o N 262
encrypt.o N 267
encrypt.o N 269
encrypt.o N 26b
encrypt.o N 26f
encrypt.o N 272
encrypt.o N 276
encrypt.o N 278
encrypt.o N 27d
encrypt.o N 282
encrypt.o N 288
encrypt.o N 28b
encrypt.o N 290
encrypt.o N 292
encrypt.o N 295
encrypt.o N 297
encrypt.o N 299
encrypt.o N 2a5
encrypt.o N 2b1
encrypt.o N 2bd
encrypt.o N 2bf
encrypt.o N 2f
encrypt.o N ec
encrypt.o N f6
encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.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


encrypt.o constant7 D
encrypt.o load32 T
encrypt.o load64 T
encrypt.o permutation384 T
encrypt.o store32 T
encrypt.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)