Test results for armeabi, berry0, crypto_aead/norx6441v3

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/norx6441v3
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: norx6441v3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2003245608 8 024039 364 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
2007537128 8 027211 364 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
2202555612 8 023887 364 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
2291604972 8 022111 356 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
24761813080 8 033996 392 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
24864412752 8 038736 392 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
24958513168 8 034028 392 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
2506337164 8 031250 388 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
3134265628 8 029286 388 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909

Compiler output


norx.c: In file included from norx.c:18:
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
norx.c: #error "NEON support not enabled"
norx.c:  ^
norx.c: norx.c:389:11: error: unknown type name 'uint64x2_t'; did you mean 'uint64_t'?
norx.c:     const uint64x2_t K0 = LOADU(key +  0);
norx.c:           ^~~~~~~~~~
norx.c:           uint64_t
norx.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:27:20: note: 'uint64_t' declared here
norx.c: typedef __uint64_t uint64_t;
norx.c:                    ^
norx.c: norx.c:389:27: warning: implicit declaration of function 'vreinterpretq_u64_u8' is invalid in C99 [-Wimplicit-function-declaration]
norx.c:     const uint64x2_t K0 = LOADU(key +  0);
norx.c:                           ^
norx.c: norx.c:47:19: note: expanded from macro 'LOADU'
norx.c: #define LOADU(in) LOAD(in)
norx.c:                   ^
norx.c: norx.c:45:18: note: expanded from macro 'LOAD'
norx.c: #define LOAD(in) U8TOU64( vld1q_u8((uint8_t *)(in)) )
norx.c:                  ^
norx.c: norx.c:42:21: note: expanded from macro 'U8TOU64'
norx.c: #define U8TOU64(X)  vreinterpretq_u64_u8(X)
norx.c:                     ^
norx.c: norx.c:389:27: warning: implicit declaration of function 'vld1q_u8' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: norx.c:47:19: note: expanded from macro 'LOADU'
norx.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:neonclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:neonclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


norx.c: In file included from norx.c:18:
norx.c: norx.c: In function 'norx_aead_encrypt':
norx.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:14069:1: error: inlining failed in call to 'always_inline' 'veorq_u64': target specific option mismatch
norx.c: 14069 | veorq_u64 (uint64x2_t __a, uint64x2_t __b)
norx.c:       | ^~~~~~~~~
norx.c: norx.c:50:19: note: called from here
norx.c:    50 | #define XOR(A, B) veorq_u64((A), (B))
norx.c:       |                   ^~~~~~~~~~~~~~~~~~~
norx.c: norx.c:294:12: note: in expansion of macro 'XOR'
norx.c:   294 |     S[7] = XOR(S[7], vcombine_u64( vcreate_u64(NORX_P), vcreate_u64(NORX_T) )); \
norx.c:       |            ^~~
norx.c: norx.c:394:5: note: in expansion of macro 'INITIALISE'
norx.c:   394 |     INITIALISE(S, nonce, K0, K1);
norx.c:       |     ^~~~~~~~~~
norx.c: In file included from norx.c:18:
norx.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:7203:1: error: inlining failed in call to 'always_inline' 'vcombine_u64': target specific option mismatch
norx.c:  7203 | vcombine_u64 (uint64x1_t __a, uint64x1_t __b)
norx.c:       | ^~~~~~~~~~~~
norx.c: norx.c:50:19: note: called from here
norx.c:    50 | #define XOR(A, B) veorq_u64((A), (B))
norx.c:       |                   ^~~~~~~~~~~~~~~~~~~
norx.c: norx.c:294:12: note: in expansion of macro 'XOR'
norx.c:   294 |     S[7] = XOR(S[7], vcombine_u64( vcreate_u64(NORX_P), vcreate_u64(NORX_T) )); \
norx.c:       |            ^~~
norx.c: norx.c:394:5: note: in expansion of macro 'INITIALISE'
norx.c: ...

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

Compiler output


norx.c: In file included from norx.c:25:
norx.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
norx.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
norx.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
norx.c: ...

Number of similar (implementation,compiler) pairs: 10, namely:
ImplementationCompiler
T:xmmclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:xmmclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:xmmclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:xmmclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:xmmclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ymmclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ymmclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ymmclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ymmclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:ymmclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


norx.c: norx.c:25:14: fatal error: immintrin.h: No such file or directory
norx.c:    25 |     #include <immintrin.h>
norx.c:       |              ^~~~~~~~~~~~~
norx.c: compilation terminated.

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

Namespace violations


caesar.o N 0
caesar.o N 10d
caesar.o N 11a
caesar.o N 12c
caesar.o N 130
caesar.o N 15f
caesar.o N 18e
caesar.o N 190
caesar.o N 195
caesar.o N 1ac
caesar.o N 1ae
caesar.o N 1b5
caesar.o N 1bc
caesar.o N 1be
caesar.o N 1c3
caesar.o N 1c8
caesar.o N 1ce
caesar.o N 1d1
caesar.o N 1d6
caesar.o N 25
caesar.o N 2e
caesar.o N ed
caesar.o N ff
norx.o N 0
norx.o N 102
norx.o N 106
norx.o N 113
norx.o N 11a
norx.o N 125
norx.o N 131
norx.o N 13d
norx.o N 147
norx.o N 152
norx.o N 15c
norx.o N 162
norx.o N 174
norx.o N 17a
norx.o N 17c
norx.o N 193
norx.o N 19e
norx.o N 1a7
norx.o N 1b3
norx.o N 1c7
norx.o N 1d4
norx.o N 1d7
norx.o N 1e5
norx.o N 1ef
norx.o N 1f7
norx.o N 1fb
norx.o N 201
norx.o N 203
norx.o N 210
norx.o N 217
norx.o N 219
norx.o N 222
norx.o N 226
norx.o N 22c
norx.o N 242
norx.o N 24c
norx.o N 25
norx.o N 25f
norx.o N 267
norx.o N 27e
norx.o N 291
norx.o N 293
norx.o N 2aa
norx.o N 2b4
norx.o N 2b6
norx.o N 2b8
norx.o N 2c
norx.o N 2c6
norx.o N 2d6
norx.o N 2db
norx.o N 2e0
norx.o N 2e4
norx.o N 2f5
norx.o N 307
norx.o N 319
norx.o N 32b
norx.o N 33d
norx.o N 33f
norx.o N 34c
norx.o N 351
norx.o N 353
norx.o N 358
norx.o N 35c
norx.o N 362
norx.o N 367
norx.o N 369
norx.o N 36e
norx.o N 370
norx.o N eb
norx.o N f8
norx.o N fd
norx.o norx_absorb_data T
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_data T
norx.o norx_encrypt_data T
norx.o norx_verify_tag T
norx.o norx_version D

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 -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


caesar.o N 0
caesar.o N 10d
caesar.o N 11a
caesar.o N 12c
caesar.o N 130
caesar.o N 15f
caesar.o N 18e
caesar.o N 190
caesar.o N 195
caesar.o N 1ac
caesar.o N 1ae
caesar.o N 1b5
caesar.o N 1bc
caesar.o N 1be
caesar.o N 1c3
caesar.o N 1c8
caesar.o N 1ce
caesar.o N 1d1
caesar.o N 1d6
caesar.o N 25
caesar.o N 2e
caesar.o N ed
caesar.o N ff
norx.o N 0
norx.o N 102
norx.o N 106
norx.o N 113
norx.o N 11a
norx.o N 125
norx.o N 131
norx.o N 13d
norx.o N 147
norx.o N 152
norx.o N 15c
norx.o N 162
norx.o N 174
norx.o N 17a
norx.o N 17c
norx.o N 193
norx.o N 19e
norx.o N 1a7
norx.o N 1b3
norx.o N 1c7
norx.o N 1d4
norx.o N 1d7
norx.o N 1e5
norx.o N 1ef
norx.o N 1f7
norx.o N 1fb
norx.o N 201
norx.o N 203
norx.o N 210
norx.o N 217
norx.o N 219
norx.o N 222
norx.o N 226
norx.o N 22c
norx.o N 242
norx.o N 24c
norx.o N 25
norx.o N 25f
norx.o N 267
norx.o N 27e
norx.o N 291
norx.o N 293
norx.o N 2aa
norx.o N 2b4
norx.o N 2b6
norx.o N 2b8
norx.o N 2c
norx.o N 2c6
norx.o N 2d7
norx.o N 2e9
norx.o N 2fb
norx.o N 30b
norx.o N 31d
norx.o N 32f
norx.o N 331
norx.o N 336
norx.o N 33b
norx.o N 33f
norx.o N 34c
norx.o N 351
norx.o N 353
norx.o N 358
norx.o N 35c
norx.o N 362
norx.o N 367
norx.o N 369
norx.o N 36e
norx.o N 370
norx.o N eb
norx.o N f8
norx.o N fd
norx.o norx_absorb_data T
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_data T
norx.o norx_encrypt_data T
norx.o norx_verify_tag T
norx.o norx_version D

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

Namespace violations


caesar.o N 0
caesar.o N 10c
caesar.o N 119
caesar.o N 12b
caesar.o N 12f
caesar.o N 15e
caesar.o N 18d
caesar.o N 18f
caesar.o N 194
caesar.o N 1ab
caesar.o N 1ad
caesar.o N 1b4
caesar.o N 1bb
caesar.o N 1bd
caesar.o N 1c2
caesar.o N 1c7
caesar.o N 1cd
caesar.o N 1d0
caesar.o N 1d5
caesar.o N 25
caesar.o N 2e
caesar.o N ec
caesar.o N fe
norx.o N 0
norx.o N 101
norx.o N 105
norx.o N 112
norx.o N 119
norx.o N 124
norx.o N 130
norx.o N 13c
norx.o N 146
norx.o N 151
norx.o N 15b
norx.o N 161
norx.o N 172
norx.o N 184
norx.o N 19a
norx.o N 1ac
norx.o N 1bf
norx.o N 1d6
norx.o N 1e8
norx.o N 1fb
norx.o N 212
norx.o N 222
norx.o N 234
norx.o N 23e
norx.o N 24c
norx.o N 25
norx.o N 25e
norx.o N 26b
norx.o N 272
norx.o N 289
norx.o N 294
norx.o N 29d
norx.o N 29f
norx.o N 2a8
norx.o N 2b0
norx.o N 2b6
norx.o N 2b8
norx.o N 2c
norx.o N 2c4
norx.o N 2d8
norx.o N 2e5
norx.o N 2e8
norx.o N 2f6
norx.o N 2fc
norx.o N 300
norx.o N 306
norx.o N 310
norx.o N 318
norx.o N 31a
norx.o N 324
norx.o N 328
norx.o N 32a
norx.o N 32f
norx.o N 334
norx.o N 338
norx.o N 33a
norx.o N 347
norx.o N 34c
norx.o N 34e
norx.o N 353
norx.o N 357
norx.o N 35d
norx.o N 362
norx.o N 364
norx.o N 369
norx.o N 36b
norx.o N 36d
norx.o N 374
norx.o N ea
norx.o N f7
norx.o N fc
norx.o norx_absorb_data T
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_data T
norx.o norx_encrypt_data T
norx.o norx_verify_tag T
norx.o norx_version D

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


caesar.o N 0
caesar.o N 10c
caesar.o N 119
caesar.o N 12b
caesar.o N 12f
caesar.o N 15e
caesar.o N 18d
caesar.o N 18f
caesar.o N 194
caesar.o N 1ab
caesar.o N 1ad
caesar.o N 1b4
caesar.o N 1bb
caesar.o N 1bd
caesar.o N 1c2
caesar.o N 1c7
caesar.o N 1cd
caesar.o N 1d0
caesar.o N 1d5
caesar.o N 25
caesar.o N 2e
caesar.o N ec
caesar.o N fe
norx.o N 0
norx.o N 101
norx.o N 105
norx.o N 112
norx.o N 119
norx.o N 124
norx.o N 130
norx.o N 13c
norx.o N 146
norx.o N 151
norx.o N 15b
norx.o N 161
norx.o N 173
norx.o N 179
norx.o N 17b
norx.o N 192
norx.o N 19d
norx.o N 1a6
norx.o N 1b2
norx.o N 1c6
norx.o N 1d3
norx.o N 1d6
norx.o N 1e4
norx.o N 1ee
norx.o N 1f6
norx.o N 1fa
norx.o N 200
norx.o N 202
norx.o N 20f
norx.o N 216
norx.o N 218
norx.o N 221
norx.o N 225
norx.o N 22b
norx.o N 241
norx.o N 24b
norx.o N 25
norx.o N 25e
norx.o N 266
norx.o N 27d
norx.o N 290
norx.o N 292
norx.o N 2a9
norx.o N 2b3
norx.o N 2b5
norx.o N 2b7
norx.o N 2c
norx.o N 2c5
norx.o N 2d6
norx.o N 2e8
norx.o N 2fa
norx.o N 30a
norx.o N 31c
norx.o N 32e
norx.o N 330
norx.o N 335
norx.o N 33a
norx.o N 33e
norx.o N 34b
norx.o N 350
norx.o N 352
norx.o N 357
norx.o N 35b
norx.o N 361
norx.o N 366
norx.o N 368
norx.o N 36d
norx.o N 36f
norx.o N ea
norx.o N f7
norx.o N fc
norx.o norx_absorb_data T
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_data T
norx.o norx_encrypt_data T
norx.o norx_verify_tag T
norx.o norx_version D

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


norx.o norx_absorb_data T
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_data T
norx.o norx_encrypt_data T
norx.o norx_verify_tag T
norx.o norx_version D

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)