Test results for armeabi, bblack, crypto_aead/knot128v2
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/knot128v2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: knot128v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
379152 | 6228 127 0 | 17226 587 776 | T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
382976 | 5868 127 0 | 15801 583 776 | T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
447112 | 6476 127 0 | 17474 587 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
461440 | 5280 127 0 | 14949 575 776 | T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
475400 | 6876 127 0 | 16913 583 776 | T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
488856 | 8844 127 0 | 25491 539 776 | T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
489312 | 8844 127 0 | 25491 539 776 | T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
490560 | 8824 127 0 | 23773 535 776 | T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
506312 | 8944 127 0 | 33347 539 792 | T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
511816 | 8944 127 0 | 24587 539 784 | T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
565728 | 2480 127 0 | 12409 583 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
577232 | 4944 127 0 | 29307 539 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
620632 | 5620 127 0 | 21227 539 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
639352 | 4712 127 0 | 21315 539 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
639384 | 4712 127 0 | 21315 539 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
760384 | 3220 127 0 | 18125 535 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
775968 | 2032 127 0 | 12065 583 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
824792 | 1880 127 0 | 11549 575 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
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:45: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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -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
encrypt.c: encrypt.c:30: warning: "LITTLE_ENDIAN" redefined
encrypt.c: #define LITTLE_ENDIAN
encrypt.c:
encrypt.c: In file included from /usr/include/arm-linux-gnueabihf/sys/types.h:193,
encrypt.c: from /usr/include/stdlib.h:394,
encrypt.c: from encrypt.c:4:
encrypt.c: /usr/include/endian.h:45: note: this is the location of the previous definition
encrypt.c: # define LITTLE_ENDIAN __LITTLE_ENDIAN
encrypt.c:
encrypt.c: encrypt.c:42: warning: "EXT_BYTE32" redefined
encrypt.c: #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: #define EXT_BYTE32(x,n) ((u8)((u32)(x)>>(8*(n))))
encrypt.c:
encrypt.c: encrypt.c:43: warning: "INS_BYTE32" redefined
encrypt.c: #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: #define INS_BYTE32(x,n) ((u32)(x)<<(8*(n)))
encrypt.c:
encrypt.c: encrypt.c:44: warning: "U32BIG" redefined
encrypt.c: #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 (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -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
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: 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: 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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000122
encrypt.o N 00000136
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000190
encrypt.o N 00000194
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001cb
encrypt.o N 000001cf
encrypt.o N 000001d4
encrypt.o N 000001d6
encrypt.o N 000001db
encrypt.o N 000001e0
encrypt.o N 000001e6
encrypt.o N 000001e9
encrypt.o N 000001ee
encrypt.o N 000001f2
encrypt.o N 000001f6
encrypt.o N 000001fa
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000212
encrypt.o N 00000215
encrypt.o N 00000219
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000224
encrypt.o N 00000227
encrypt.o N 0000022a
encrypt.o N 0000022e
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000239
encrypt.o N 0000023d
encrypt.o N 00000241
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000122
encrypt.o N 00000136
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000190
encrypt.o N 00000194
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001d2
encrypt.o N 000001d7
encrypt.o N 000001dc
encrypt.o N 000001e2
encrypt.o N 000001e5
encrypt.o N 000001ea
encrypt.o N 000001ee
encrypt.o N 000001f2
encrypt.o N 000001f6
encrypt.o N 000001fa
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000212
encrypt.o N 00000215
encrypt.o N 00000219
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000223
encrypt.o N 00000227
encrypt.o N 0000022a
encrypt.o N 0000022e
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 00000239
encrypt.o N 0000023d
encrypt.o N 00000241
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 00000110
encrypt.o N 0000011e
encrypt.o N 00000121
encrypt.o N 00000135
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000015d
encrypt.o N 00000161
encrypt.o N 0000018f
encrypt.o N 00000193
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001ce
encrypt.o N 000001d3
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001df
encrypt.o N 000001e5
encrypt.o N 000001e8
encrypt.o N 000001ed
encrypt.o N 000001f1
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 000001fd
encrypt.o N 00000201
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020b
encrypt.o N 0000020e
encrypt.o N 00000211
encrypt.o N 00000214
encrypt.o N 00000218
encrypt.o N 0000021c
encrypt.o N 0000021f
encrypt.o N 00000223
encrypt.o N 00000226
encrypt.o N 00000229
encrypt.o N 0000022d
encrypt.o N 00000231
encrypt.o N 00000234
encrypt.o N 00000238
encrypt.o N 0000023c
encrypt.o N 00000240
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 00000110
encrypt.o N 0000011e
encrypt.o N 00000121
encrypt.o N 00000135
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000015d
encrypt.o N 00000161
encrypt.o N 0000018f
encrypt.o N 00000193
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001d1
encrypt.o N 000001d6
encrypt.o N 000001db
encrypt.o N 000001e1
encrypt.o N 000001e4
encrypt.o N 000001e9
encrypt.o N 000001ed
encrypt.o N 000001f1
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 000001fd
encrypt.o N 00000201
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020b
encrypt.o N 0000020e
encrypt.o N 00000211
encrypt.o N 00000214
encrypt.o N 00000218
encrypt.o N 0000021c
encrypt.o N 0000021f
encrypt.o N 00000222
encrypt.o N 00000226
encrypt.o N 00000229
encrypt.o N 0000022d
encrypt.o N 00000231
encrypt.o N 00000235
encrypt.o N 00000238
encrypt.o N 0000023c
encrypt.o N 00000240
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
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 (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000122
encrypt.o N 00000136
encrypt.o N 0000014d
encrypt.o N 00000151
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000169
encrypt.o N 0000016b
encrypt.o N 0000016d
encrypt.o N 0000016f
encrypt.o N 00000173
encrypt.o N 0000017a
encrypt.o N 00000182
encrypt.o N 0000018a
encrypt.o N 00000199
encrypt.o N 000001c7
encrypt.o N 000001f5
encrypt.o N 000001fc
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020e
encrypt.o N 00000212
encrypt.o N 00000216
encrypt.o N 0000021a
encrypt.o N 0000021e
encrypt.o N 00000221
encrypt.o N 00000224
encrypt.o N 00000227
encrypt.o N 0000022b
encrypt.o N 0000022f
encrypt.o N 00000233
encrypt.o N 00000236
encrypt.o N 00000239
encrypt.o N 0000023c
encrypt.o N 00000240
encrypt.o N 00000244
encrypt.o N 00000248
encrypt.o N 0000024c
encrypt.o N 0000024f
encrypt.o N 00000253
encrypt.o N 00000257
encrypt.o N 0000025c
encrypt.o N 0000025e
encrypt.o N 00000265
encrypt.o N 0000026a
encrypt.o N 0000026f
encrypt.o N 00000278
encrypt.o N 0000027d
encrypt.o N 00000282
encrypt.o N 00000284
encrypt.o N 00000286
encrypt.o N 0000028a
encrypt.o N 0000028d
encrypt.o N 00000291
encrypt.o N 00000293
encrypt.o N 00000298
encrypt.o N 0000029d
encrypt.o N 000002a3
encrypt.o N 000002a6
encrypt.o N 000002ab
encrypt.o N 000002ad
encrypt.o N 000002b0
encrypt.o N 000002b2
encrypt.o N 000002b4
encrypt.o N 000002b6
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 00000110
encrypt.o N 0000011e
encrypt.o N 00000121
encrypt.o N 00000135
encrypt.o N 0000014c
encrypt.o N 00000150
encrypt.o N 0000015d
encrypt.o N 00000161
encrypt.o N 00000168
encrypt.o N 0000016a
encrypt.o N 0000016c
encrypt.o N 0000016e
encrypt.o N 00000172
encrypt.o N 00000179
encrypt.o N 00000181
encrypt.o N 00000189
encrypt.o N 00000198
encrypt.o N 000001c6
encrypt.o N 000001f4
encrypt.o N 000001fb
encrypt.o N 000001fd
encrypt.o N 00000201
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020d
encrypt.o N 00000211
encrypt.o N 00000215
encrypt.o N 00000219
encrypt.o N 0000021d
encrypt.o N 00000220
encrypt.o N 00000223
encrypt.o N 00000226
encrypt.o N 0000022a
encrypt.o N 0000022e
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000238
encrypt.o N 0000023b
encrypt.o N 0000023f
encrypt.o N 00000243
encrypt.o N 00000247
encrypt.o N 0000024b
encrypt.o N 0000024e
encrypt.o N 00000252
encrypt.o N 00000256
encrypt.o N 0000025b
encrypt.o N 0000025d
encrypt.o N 00000264
encrypt.o N 00000269
encrypt.o N 0000026e
encrypt.o N 00000277
encrypt.o N 0000027c
encrypt.o N 00000281
encrypt.o N 00000283
encrypt.o N 00000285
encrypt.o N 00000289
encrypt.o N 0000028c
encrypt.o N 00000290
encrypt.o N 00000292
encrypt.o N 00000297
encrypt.o N 0000029c
encrypt.o N 000002a2
encrypt.o N 000002a5
encrypt.o N 000002aa
encrypt.o N 000002ac
encrypt.o N 000002af
encrypt.o N 000002b1
encrypt.o N 000002b3
encrypt.o N 000002b5
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 -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000111
encrypt.o N 0000011f
encrypt.o N 00000122
encrypt.o N 00000136
encrypt.o N 0000014d
encrypt.o N 00000151
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000169
encrypt.o N 0000016b
encrypt.o N 0000016d
encrypt.o N 0000016f
encrypt.o N 00000173
encrypt.o N 0000017a
encrypt.o N 00000182
encrypt.o N 0000018a
encrypt.o N 00000199
encrypt.o N 000001c7
encrypt.o N 000001f5
encrypt.o N 000001fc
encrypt.o N 000001fe
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 0000020a
encrypt.o N 0000020e
encrypt.o N 00000212
encrypt.o N 00000216
encrypt.o N 0000021a
encrypt.o N 0000021e
encrypt.o N 00000221
encrypt.o N 00000224
encrypt.o N 00000227
encrypt.o N 0000022b
encrypt.o N 0000022f
encrypt.o N 00000232
encrypt.o N 00000235
encrypt.o N 00000238
encrypt.o N 0000023c
encrypt.o N 00000240
encrypt.o N 00000244
encrypt.o N 00000248
encrypt.o N 0000024b
encrypt.o N 0000024f
encrypt.o N 00000253
encrypt.o N 00000257
encrypt.o N 0000025c
encrypt.o N 0000025e
encrypt.o N 00000265
encrypt.o N 0000026a
encrypt.o N 0000026f
encrypt.o N 00000278
encrypt.o N 0000027d
encrypt.o N 00000282
encrypt.o N 00000284
encrypt.o N 00000286
encrypt.o N 0000028a
encrypt.o N 0000028d
encrypt.o N 00000291
encrypt.o N 00000293
encrypt.o N 00000298
encrypt.o N 0000029d
encrypt.o N 000002a3
encrypt.o N 000002a6
encrypt.o N 000002ab
encrypt.o N 000002ad
encrypt.o N 000002b0
encrypt.o N 000002b2
encrypt.o N 000002b4
encrypt.o N 000002b6
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |