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
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
562378 | 7212 127 0 | 19603 483 816 | T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
562398 | 7424 127 0 | 21467 483 816 | T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
654952 | 7756 127 0 | 21803 483 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
734158 | 9040 127 0 | 21326 479 816 | T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
760579 | 6728 127 0 | 18379 475 816 | T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
794772 | 8540 127 0 | 23938 507 816 | T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
795146 | 8556 127 0 | 25848 511 816 | T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
819168 | 9080 127 0 | 24388 511 824 | T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
856454 | 9228 127 0 | 24552 511 824 | T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
893363 | 3688 127 0 | 16079 483 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
939034 | 5784 127 0 | 21052 511 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
969042 | 4876 127 0 | 22128 511 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1004591 | 5792 127 0 | 21076 511 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1012686 | 8668 127 0 | 24074 507 816 | T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1128800 | 2932 127 0 | 15218 479 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1189601 | 2668 127 0 | 14319 475 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1196099 | 3220 127 0 | 18578 507 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1366252 | 2852 127 0 | 18218 507 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
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:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -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:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -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:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -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:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -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:
Implementation | Compiler |
T:opt | clang -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:
Implementation | Compiler |
T:opt | clang -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:
Implementation | Compiler |
T:opt | clang -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:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -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:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -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:
Implementation | Compiler |
T:ref | clang -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:
Implementation | Compiler |
T:ref | clang -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:
Implementation | Compiler |
T:ref | clang -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:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |