Test results for armeabi, berry0, crypto_aead/norx3261v3
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/norx3261v3
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: norx3261v3
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
209467 | 2844 8 0 | 19983 356 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
217024 | 5812 8 0 | 25639 364 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
220954 | 3612 8 0 | 21787 364 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
227325 | 3392 8 0 | 21411 364 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
238628 | 7336 8 0 | 33304 392 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
239080 | 7336 8 0 | 28180 392 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
244566 | 7348 8 0 | 28248 392 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
251469 | 3804 8 0 | 27890 388 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
310876 | 3828 8 0 | 27486 388 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241009 | 20240909 |
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:382:11: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
norx.c: const uint32x4_t K = LOADU(key);
norx.c: ^~~~~~~~~~
norx.c: uint32_t
norx.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:26:20: note: 'uint32_t' declared here
norx.c: typedef __uint32_t uint32_t;
norx.c: ^
norx.c: norx.c:382:26: warning: implicit declaration of function 'vreinterpretq_u32_u8' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: const uint32x4_t K = LOADU(key);
norx.c: ^
norx.c: norx.c:40:19: note: expanded from macro 'LOADU'
norx.c: #define LOADU(in) LOAD((in))
norx.c: ^
norx.c: norx.c:39:18: note: expanded from macro 'LOAD'
norx.c: #define LOAD(in) vreinterpretq_u32_u8( vld1q_u8((uint8_t *)(in)) )
norx.c: ^
norx.c: norx.c:382:26: warning: implicit declaration of function 'vld1q_u8' is invalid in C99 [-Wimplicit-function-declaration]
norx.c: norx.c:40:19: note: expanded from macro 'LOADU'
norx.c: #define LOADU(in) LOAD((in))
norx.c: ^
norx.c: norx.c:39:40: note: expanded from macro 'LOAD'
norx.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:neon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:neon | clang -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:16851:1: error: inlining failed in call to 'always_inline' 'vreinterpretq_u32_u8': target specific option mismatch
norx.c: 16851 | vreinterpretq_u32_u8 (uint8x16_t __a)
norx.c: | ^~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:39:18: note: called from here
norx.c: 39 | #define LOAD(in) vreinterpretq_u32_u8( vld1q_u8((uint8_t *)(in)) )
norx.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:40:19: note: in expansion of macro 'LOAD'
norx.c: 40 | #define LOADU(in) LOAD((in))
norx.c: | ^~~~
norx.c: norx.c:285:9: note: in expansion of macro 'LOADU'
norx.c: 285 | A = LOADU(N); \
norx.c: | ^~~~~
norx.c: norx.c:386:5: note: in expansion of macro 'INITIALISE'
norx.c: 386 | INITIALISE(A, B, C, D, nonce, K);
norx.c: | ^~~~~~~~~~
norx.c: In file included from norx.c:18:
norx.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:10403:1: error: inlining failed in call to 'always_inline' 'vld1q_u8': target specific option mismatch
norx.c: 10403 | vld1q_u8 (const uint8_t * __a)
norx.c: | ^~~~~~~~
norx.c: norx.c:39:18: note: called from here
norx.c: 39 | #define LOAD(in) vreinterpretq_u32_u8( vld1q_u8((uint8_t *)(in)) )
norx.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:40:19: note: in expansion of macro 'LOAD'
norx.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:neon | gcc -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:26:
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: 5, namely:
Implementation | Compiler |
T:xmm | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:xmm | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
norx.c: norx.c:26:14: fatal error: immintrin.h: No such file or directory
norx.c: 26 | #include <immintrin.h>
norx.c: | ^~~~~~~~~~~~~
norx.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:xmm | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:xmm | gcc -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 187
norx.o N 190
norx.o N 19c
norx.o N 1b0
norx.o N 1bd
norx.o N 1c0
norx.o N 1ce
norx.o N 1d8
norx.o N 1e0
norx.o N 1e4
norx.o N 1ea
norx.o N 1ec
norx.o N 1f9
norx.o N 200
norx.o N 202
norx.o N 20b
norx.o N 20f
norx.o N 215
norx.o N 22b
norx.o N 235
norx.o N 248
norx.o N 25
norx.o N 250
norx.o N 267
norx.o N 27a
norx.o N 27c
norx.o N 293
norx.o N 2a3
norx.o N 2a8
norx.o N 2ad
norx.o N 2b1
norx.o N 2c
norx.o N 2c2
norx.o N 2d4
norx.o N 2e6
norx.o N 2f8
norx.o N 302
norx.o N 310
norx.o N 322
norx.o N 324
norx.o N 326
norx.o N 333
norx.o N 338
norx.o N 33a
norx.o N 33f
norx.o N 343
norx.o N 349
norx.o N 34e
norx.o N 350
norx.o N 355
norx.o N 357
norx.o N 359
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:
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
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 27d
norx.o N 286
norx.o N 288
norx.o N 291
norx.o N 299
norx.o N 29f
norx.o N 2a1
norx.o N 2ad
norx.o N 2c
norx.o N 2c1
norx.o N 2ce
norx.o N 2d1
norx.o N 2df
norx.o N 2e5
norx.o N 2e9
norx.o N 2ef
norx.o N 2f9
norx.o N 301
norx.o N 303
norx.o N 30d
norx.o N 311
norx.o N 313
norx.o N 318
norx.o N 31d
norx.o N 321
norx.o N 323
norx.o N 330
norx.o N 335
norx.o N 337
norx.o N 33c
norx.o N 340
norx.o N 346
norx.o N 34b
norx.o N 34d
norx.o N 352
norx.o N 354
norx.o N 356
norx.o N 35d
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:
Implementation | Compiler |
T:ref | clang -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 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 187
norx.o N 190
norx.o N 19c
norx.o N 1b0
norx.o N 1bd
norx.o N 1c0
norx.o N 1ce
norx.o N 1d8
norx.o N 1e0
norx.o N 1e4
norx.o N 1ea
norx.o N 1ec
norx.o N 1f9
norx.o N 200
norx.o N 202
norx.o N 20b
norx.o N 20f
norx.o N 215
norx.o N 22b
norx.o N 235
norx.o N 248
norx.o N 25
norx.o N 250
norx.o N 267
norx.o N 27a
norx.o N 27c
norx.o N 293
norx.o N 29d
norx.o N 29f
norx.o N 2a1
norx.o N 2af
norx.o N 2bf
norx.o N 2c
norx.o N 2c4
norx.o N 2c9
norx.o N 2cd
norx.o N 2de
norx.o N 2f0
norx.o N 302
norx.o N 314
norx.o N 326
norx.o N 328
norx.o N 335
norx.o N 33a
norx.o N 33c
norx.o N 341
norx.o N 345
norx.o N 34b
norx.o N 350
norx.o N 352
norx.o N 357
norx.o N 359
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:
Implementation | Compiler |
T:ref | clang -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 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 186
norx.o N 18f
norx.o N 19b
norx.o N 1af
norx.o N 1bc
norx.o N 1bf
norx.o N 1cd
norx.o N 1d7
norx.o N 1df
norx.o N 1e3
norx.o N 1e9
norx.o N 1eb
norx.o N 1f8
norx.o N 1ff
norx.o N 201
norx.o N 20a
norx.o N 20e
norx.o N 214
norx.o N 22a
norx.o N 234
norx.o N 247
norx.o N 24f
norx.o N 25
norx.o N 266
norx.o N 279
norx.o N 27b
norx.o N 292
norx.o N 2a2
norx.o N 2a7
norx.o N 2ac
norx.o N 2b0
norx.o N 2c
norx.o N 2c1
norx.o N 2d3
norx.o N 2e5
norx.o N 2f7
norx.o N 301
norx.o N 30f
norx.o N 321
norx.o N 323
norx.o N 325
norx.o N 332
norx.o N 337
norx.o N 339
norx.o N 33e
norx.o N 342
norx.o N 348
norx.o N 34d
norx.o N 34f
norx.o N 354
norx.o N 356
norx.o N 358
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:
Implementation | Compiler |
T:ref | clang -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:
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) |