Test results for armeabi, bblack, crypto_aead/aes256otrsv3
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/aes256otrsv3
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aes256otrsv3
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
343280 | 15714 4392 320 | 27434 4852 1096 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
367728 | 4194 4392 320 | 14841 4848 1096 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
441600 | 13246 4392 320 | 38203 4804 1112 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
460728 | 17306 4392 320 | 33459 4804 1104 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
463608 | 17138 4392 320 | 34283 4804 1096 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
480528 | 17138 4392 320 | 34283 4804 1096 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
483696 | 2980 4392 320 | 13374 4844 1096 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
506440 | 3438 4392 320 | 14185 4848 1096 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
511224 | 5794 4392 320 | 21281 4800 1096 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
Compiler output
encrypt.c: In file included from encrypt.c:33:
encrypt.c: In file included from ./otr.h:30:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/x86intrin.h:29:
encrypt.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/immintrin.h:28:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
encrypt.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
encrypt.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 20, namely:
Implementation | Compiler |
T:ni_p7m1 | 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:ni_p7m1 | 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:ni_p7m1 | 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:ni_p7m1 | 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:ni_p7m1 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ni_p7m2 | 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:ni_p7m2 | 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:ni_p7m2 | 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:ni_p7m2 | 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:ni_p7m2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ni_p8m1 | 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:ni_p8m1 | 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:ni_p8m1 | 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:ni_p8m1 | 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:ni_p8m1 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ni_p8m2 | 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:ni_p8m2 | 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:ni_p8m2 | 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:ni_p8m2 | 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:ni_p8m2 | 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: In file included from encrypt.c:33:
encrypt.c: otr.h:30:10: fatal error: x86intrin.h: No such file or directory
encrypt.c: #include <x86intrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 16, namely:
Implementation | Compiler |
T:ni_p7m1 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m1 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m1 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m1 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p7m2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m1 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m1 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m1 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m1 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ni_p8m2 | 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 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 0000014f
encrypt.o N 00000153
encrypt.o N 00000184
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001b9
encrypt.o N 000001be
encrypt.o N 000001c4
encrypt.o N 000001c7
encrypt.o N 000001cc
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o N 00000000
otr.o N 00000037
otr.o N 0000003d
otr.o N 00000106
otr.o N 00000108
otr.o N 00000116
otr.o N 0000011c
otr.o N 00000130
otr.o N 00000133
otr.o N 00000136
otr.o N 00000138
otr.o N 0000013b
otr.o N 00000143
otr.o N 00000147
otr.o N 00000149
otr.o N 0000014b
otr.o N 0000014d
otr.o N 0000014f
otr.o N 0000015c
otr.o N 00000163
otr.o N 00000168
otr.o N 0000016b
otr.o N 0000016f
otr.o N 00000173
otr.o N 00000175
otr.o N 0000017a
otr.o N 0000017e
otr.o N 00000183
otr.o N 0000018a
otr.o N 0000018e
otr.o N 00000198
otr.o N 0000019e
otr.o N 000001a3
otr.o N 000001a9
otr.o N 000001ae
otr.o N 000001b8
otr.o N 000001be
otr.o N 000001c4
otr.o N 000001cb
otr.o N 000001d6
otr.o N 000001e1
otr.o N 000001e5
otr.o N 000001ea
otr.o N 000001f0
otr.o N 000001fa
otr.o N 00000200
otr.o N 00000202
otr.o N 00000206
otr.o N 00000210
otr.o N 00000217
otr.o N 0000021c
otr.o N 00000220
otr.o N 00000222
otr.o N 0000022d
otr.o N 00000230
otr.o N 00000237
otr.o N 0000023c
otr.o N 0000023f
otr.o N 00000246
otr.o N 0000024c
otr.o N 0000024e
otr.o N 00000254
otr.o N 00000258
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
Number of similar (implementation,compiler) pairs: 1, 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)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 0000014f
encrypt.o N 00000153
encrypt.o N 00000184
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001b9
encrypt.o N 000001be
encrypt.o N 000001c4
encrypt.o N 000001c7
encrypt.o N 000001cc
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o N 00000000
otr.o N 00000037
otr.o N 0000003d
otr.o N 00000106
otr.o N 00000108
otr.o N 00000116
otr.o N 0000011c
otr.o N 00000130
otr.o N 00000133
otr.o N 00000136
otr.o N 00000138
otr.o N 0000013b
otr.o N 00000143
otr.o N 00000147
otr.o N 00000149
otr.o N 0000014b
otr.o N 0000014d
otr.o N 0000014f
otr.o N 0000015c
otr.o N 00000163
otr.o N 00000168
otr.o N 0000016b
otr.o N 0000016f
otr.o N 00000173
otr.o N 00000175
otr.o N 0000017a
otr.o N 00000181
otr.o N 00000185
otr.o N 0000018f
otr.o N 00000194
otr.o N 00000198
otr.o N 0000019e
otr.o N 000001a3
otr.o N 000001a9
otr.o N 000001ae
otr.o N 000001b8
otr.o N 000001be
otr.o N 000001c4
otr.o N 000001cb
otr.o N 000001d6
otr.o N 000001e1
otr.o N 000001e5
otr.o N 000001ea
otr.o N 000001f0
otr.o N 000001fa
otr.o N 00000200
otr.o N 00000202
otr.o N 00000206
otr.o N 00000210
otr.o N 00000217
otr.o N 0000021c
otr.o N 00000220
otr.o N 00000222
otr.o N 0000022d
otr.o N 00000230
otr.o N 00000237
otr.o N 0000023c
otr.o N 0000023f
otr.o N 00000246
otr.o N 0000024c
otr.o N 0000024e
otr.o N 00000254
otr.o N 00000258
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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 00000109
encrypt.o N 00000116
encrypt.o N 0000011d
encrypt.o N 0000014e
encrypt.o N 00000152
encrypt.o N 00000183
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 00000198
encrypt.o N 000001af
encrypt.o N 000001b1
encrypt.o N 000001b3
encrypt.o N 000001b8
encrypt.o N 000001bd
encrypt.o N 000001c3
encrypt.o N 000001c6
encrypt.o N 000001cb
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o N 00000000
otr.o N 00000037
otr.o N 0000003d
otr.o N 00000105
otr.o N 00000107
otr.o N 00000115
otr.o N 0000011b
otr.o N 0000012f
otr.o N 00000132
otr.o N 00000135
otr.o N 00000137
otr.o N 0000013a
otr.o N 00000142
otr.o N 00000146
otr.o N 00000148
otr.o N 0000014a
otr.o N 0000014c
otr.o N 0000014e
otr.o N 0000015b
otr.o N 00000162
otr.o N 00000167
otr.o N 0000016a
otr.o N 0000016e
otr.o N 00000172
otr.o N 00000174
otr.o N 00000179
otr.o N 0000017d
otr.o N 00000182
otr.o N 00000189
otr.o N 0000018d
otr.o N 00000197
otr.o N 0000019d
otr.o N 000001a2
otr.o N 000001a8
otr.o N 000001ad
otr.o N 000001b7
otr.o N 000001bd
otr.o N 000001c3
otr.o N 000001ca
otr.o N 000001d5
otr.o N 000001e0
otr.o N 000001e4
otr.o N 000001e9
otr.o N 000001ef
otr.o N 000001f9
otr.o N 000001ff
otr.o N 00000201
otr.o N 00000205
otr.o N 0000020f
otr.o N 00000216
otr.o N 0000021b
otr.o N 0000021f
otr.o N 00000221
otr.o N 0000022c
otr.o N 0000022f
otr.o N 00000236
otr.o N 0000023b
otr.o N 0000023e
otr.o N 00000245
otr.o N 0000024b
otr.o N 0000024d
otr.o N 00000253
otr.o N 00000257
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000110
t-aes_enc_only.o N 00000113
t-aes_enc_only.o N 00000120
t-aes_enc_only.o N 00000134
t-aes_enc_only.o N 00000136
t-aes_enc_only.o N 00000144
t-aes_enc_only.o N 00000147
t-aes_enc_only.o N 0000014a
t-aes_enc_only.o N 0000014d
t-aes_enc_only.o N 00000150
t-aes_enc_only.o N 00000155
t-aes_enc_only.o N 00000161
t-aes_enc_only.o N 00000165
t-aes_enc_only.o N 00000170
t-aes_enc_only.o N 00000178
t-aes_enc_only.o N 0000017d
t-aes_enc_only.o N 00000182
t-aes_enc_only.o N 00000185
t-aes_enc_only.o N 00000188
t-aes_enc_only.o N 0000018a
t-aes_enc_only.o N 0000018e
t-aes_enc_only.o N 00000194
t-aes_enc_only.o N 0000019b
t-aes_enc_only.o N 000001a2
t-aes_enc_only.o N 000001a4
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
Number of similar (implementation,compiler) pairs: 1, 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)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 0000014f
encrypt.o N 00000153
encrypt.o N 00000184
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001b9
encrypt.o N 000001be
encrypt.o N 000001c4
encrypt.o N 000001c7
encrypt.o N 000001cc
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o N 00000000
otr.o N 00000037
otr.o N 0000003d
otr.o N 00000106
otr.o N 00000108
otr.o N 00000116
otr.o N 0000011c
otr.o N 00000130
otr.o N 00000133
otr.o N 00000136
otr.o N 00000138
otr.o N 0000013b
otr.o N 00000143
otr.o N 00000147
otr.o N 00000149
otr.o N 0000014b
otr.o N 0000014d
otr.o N 0000014f
otr.o N 0000015c
otr.o N 00000163
otr.o N 00000168
otr.o N 0000016b
otr.o N 0000016f
otr.o N 00000173
otr.o N 00000178
otr.o N 0000017f
otr.o N 00000183
otr.o N 0000018d
otr.o N 00000197
otr.o N 0000019d
otr.o N 000001a1
otr.o N 000001a6
otr.o N 000001ab
otr.o N 000001b1
otr.o N 000001b6
otr.o N 000001bc
otr.o N 000001c2
otr.o N 000001c9
otr.o N 000001d4
otr.o N 000001df
otr.o N 000001e3
otr.o N 000001e8
otr.o N 000001ee
otr.o N 000001f8
otr.o N 000001fe
otr.o N 00000200
otr.o N 00000202
otr.o N 00000206
otr.o N 00000210
otr.o N 00000217
otr.o N 0000021c
otr.o N 00000220
otr.o N 00000222
otr.o N 0000022d
otr.o N 00000230
otr.o N 00000237
otr.o N 0000023c
otr.o N 0000023f
otr.o N 00000246
otr.o N 0000024c
otr.o N 0000024e
otr.o N 00000254
otr.o N 00000258
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000111
t-aes_enc_only.o N 00000114
t-aes_enc_only.o N 00000121
t-aes_enc_only.o N 00000135
t-aes_enc_only.o N 00000137
t-aes_enc_only.o N 00000145
t-aes_enc_only.o N 00000148
t-aes_enc_only.o N 0000014b
t-aes_enc_only.o N 0000014e
t-aes_enc_only.o N 00000151
t-aes_enc_only.o N 00000156
t-aes_enc_only.o N 00000162
t-aes_enc_only.o N 00000166
t-aes_enc_only.o N 00000171
t-aes_enc_only.o N 00000179
t-aes_enc_only.o N 0000017e
t-aes_enc_only.o N 00000183
t-aes_enc_only.o N 00000186
t-aes_enc_only.o N 00000189
t-aes_enc_only.o N 0000018b
t-aes_enc_only.o N 0000018f
t-aes_enc_only.o N 00000195
t-aes_enc_only.o N 0000019c
t-aes_enc_only.o N 000001a3
t-aes_enc_only.o N 000001a5
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
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 N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000109
encrypt.o N 00000116
encrypt.o N 0000011d
encrypt.o N 0000014e
encrypt.o N 00000152
encrypt.o N 00000183
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 00000198
encrypt.o N 000001af
encrypt.o N 000001b1
encrypt.o N 000001b3
encrypt.o N 000001b8
encrypt.o N 000001bd
encrypt.o N 000001c3
encrypt.o N 000001c6
encrypt.o N 000001cb
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o N 00000000
otr.o N 00000037
otr.o N 0000003d
otr.o N 00000105
otr.o N 00000107
otr.o N 00000115
otr.o N 0000011b
otr.o N 0000012f
otr.o N 00000132
otr.o N 00000135
otr.o N 00000137
otr.o N 0000013a
otr.o N 00000142
otr.o N 00000146
otr.o N 00000148
otr.o N 0000014a
otr.o N 0000014c
otr.o N 0000014e
otr.o N 0000015b
otr.o N 00000162
otr.o N 00000167
otr.o N 0000016a
otr.o N 0000016e
otr.o N 00000172
otr.o N 00000174
otr.o N 00000179
otr.o N 00000180
otr.o N 00000184
otr.o N 0000018e
otr.o N 00000193
otr.o N 00000197
otr.o N 0000019d
otr.o N 000001a2
otr.o N 000001a8
otr.o N 000001ad
otr.o N 000001b7
otr.o N 000001bd
otr.o N 000001c3
otr.o N 000001ca
otr.o N 000001d5
otr.o N 000001e0
otr.o N 000001e4
otr.o N 000001e9
otr.o N 000001ef
otr.o N 000001f9
otr.o N 000001ff
otr.o N 00000209
otr.o N 00000210
otr.o N 00000215
otr.o N 00000219
otr.o N 0000021b
otr.o N 00000226
otr.o N 00000229
otr.o N 0000022b
otr.o N 0000022f
otr.o N 00000236
otr.o N 00000239
otr.o N 00000240
otr.o N 00000246
otr.o N 00000248
otr.o N 0000024d
otr.o N 00000253
otr.o N 00000257
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o N 00000000
t-aes_enc_only.o N 00000037
t-aes_enc_only.o N 00000048
t-aes_enc_only.o N 00000110
t-aes_enc_only.o N 00000113
t-aes_enc_only.o N 00000120
t-aes_enc_only.o N 00000134
t-aes_enc_only.o N 00000136
t-aes_enc_only.o N 00000144
t-aes_enc_only.o N 00000147
t-aes_enc_only.o N 0000014a
t-aes_enc_only.o N 0000014d
t-aes_enc_only.o N 00000150
t-aes_enc_only.o N 00000155
t-aes_enc_only.o N 00000161
t-aes_enc_only.o N 00000165
t-aes_enc_only.o N 00000170
t-aes_enc_only.o N 00000178
t-aes_enc_only.o N 0000017d
t-aes_enc_only.o N 00000182
t-aes_enc_only.o N 00000185
t-aes_enc_only.o N 00000188
t-aes_enc_only.o N 0000018a
t-aes_enc_only.o N 0000018e
t-aes_enc_only.o N 00000194
t-aes_enc_only.o N 0000019b
t-aes_enc_only.o N 000001a2
t-aes_enc_only.o N 000001a4
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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
otr.o AE_Decrypt T
otr.o AE_Encrypt T
otr.o AFunc T
otr.o AFuncS T
otr.o DFunc T
otr.o EFunc T
otr.o L B
otr.o Ls B
otr.o Q B
otr.o Setup T
otr.o TA B
otr.o TE B
otr.o nEnc T
t-aes_enc_only.o Encryption T
t-aes_enc_only.o KeySchedule T
t-aes_enc_only.o RC D
t-aes_enc_only.o S D
t-aes_enc_only.o T0 D
t-aes_enc_only.o T1 D
t-aes_enc_only.o T2 D
t-aes_enc_only.o T3 D
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) |