Test results for armeabi, berry0, crypto_aead/norx3241v1

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/norx3241v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: norx3241v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1624822668 4 019767 352 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1695565936 4 025711 360 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1723043556 4 021679 360 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1770787172 4 028298 392 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1778283076 4 021035 360 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1778687172 4 033402 392 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1793857128 4 028318 392 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
1885633480 4 027812 388 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909
2575203372 4 027222 384 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100920240909

Compiler output


norx.c: In file included from norx.c:24:
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:299:5: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
norx.c:     uint32x4_t A, B, C, D;
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:301:11: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
norx.c:     const uint32x4_t K   = LOADU(k +  0);
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:301:28: warning: implicit declaration of function 'vreinterpretq_u32_u8' is invalid in C99 [-Wimplicit-function-declaration]
norx.c:     const uint32x4_t K   = LOADU(k +  0);
norx.c:                            ^
norx.c: norx.c:39:19: note: expanded from macro 'LOADU'
norx.c: #define LOADU(in) LOAD((in))
norx.c:                   ^
norx.c: norx.c:38:18: note: expanded from macro 'LOAD'
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:24:
norx.c: norx.c: In function 'crypto_aead_norx3241v1_neon_timingleaks_encrypt':
norx.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:14062:1: error: inlining failed in call to 'always_inline' 'veorq_u32': target specific option mismatch
norx.c: 14062 | veorq_u32 (uint32x4_t __a, uint32x4_t __b)
norx.c:       | ^~~~~~~~~
norx.c: norx.c:55:19: note: called from here
norx.c:    55 | #define XOR(A, B) veorq_u32((A), (B))
norx.c:       |                   ^~~~~~~~~~~~~~~~~~~
norx.c: norx.c:267:9: note: in expansion of macro 'XOR'
norx.c:   267 |     D = XOR(D, P_);                                   \
norx.c:       |         ^~~
norx.c: norx.c:309:5: note: in expansion of macro 'INITIALIZE'
norx.c:   309 |     INITIALIZE(A, B, C, D, N, K);
norx.c:       |     ^~~~~~~~~~
norx.c: In file included from norx.c:24:
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:38:18: note: called from here
norx.c:    38 | #define LOAD(in) vreinterpretq_u32_u8( vld1q_u8((uint8_t *)(in)) )
norx.c:       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
norx.c: norx.c:39:19: note: in expansion of macro 'LOAD'
norx.c:    39 | #define LOADU(in) LOAD((in))
norx.c:       |                   ^~~~
norx.c: norx.c:301:28: note: in expansion of macro 'LOADU'
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:27:
norx.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/x86intrin.h:15:
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: ...

Number of similar (implementation,compiler) pairs: 5, 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)

Compiler output


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

Number of similar (implementation,compiler) pairs: 4, 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)

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 100
norx.o N 10b
norx.o N 114
norx.o N 120
norx.o N 134
norx.o N 139
norx.o N 13d
norx.o N 144
norx.o N 14f
norx.o N 15b
norx.o N 167
norx.o N 171
norx.o N 17c
norx.o N 186
norx.o N 18c
norx.o N 197
norx.o N 19d
norx.o N 19f
norx.o N 1ac
norx.o N 1ae
norx.o N 1bc
norx.o N 1c6
norx.o N 1ce
norx.o N 1d0
norx.o N 1d2
norx.o N 1d9
norx.o N 1dc
norx.o N 1de
norx.o N 1f1
norx.o N 201
norx.o N 205
norx.o N 20b
norx.o N 217
norx.o N 219
norx.o N 222
norx.o N 226
norx.o N 22c
norx.o N 23f
norx.o N 247
norx.o N 25
norx.o N 25e
norx.o N 268
norx.o N 27b
norx.o N 27d
norx.o N 294
norx.o N 296
norx.o N 298
norx.o N 2a6
norx.o N 2b0
norx.o N 2c
norx.o N 2c0
norx.o N 2d0
norx.o N 2d5
norx.o N 2da
norx.o N 2de
norx.o N 2e0
norx.o N 2f4
norx.o N 305
norx.o N 316
norx.o N 32b
norx.o N 33d
norx.o N 34f
norx.o N 360
norx.o N 36d
norx.o N 372
norx.o N 374
norx.o N 379
norx.o N 37d
norx.o N 383
norx.o N 388
norx.o N 38a
norx.o N 38f
norx.o N 391
norx.o N eb
norx.o N f3
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

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 -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 10a
norx.o N 113
norx.o N 11f
norx.o N 133
norx.o N 138
norx.o N 13c
norx.o N 143
norx.o N 14e
norx.o N 15a
norx.o N 166
norx.o N 170
norx.o N 17b
norx.o N 185
norx.o N 18b
norx.o N 195
norx.o N 1a0
norx.o N 1b3
norx.o N 1c7
norx.o N 1d3
norx.o N 1dc
norx.o N 1ed
norx.o N 200
norx.o N 217
norx.o N 228
norx.o N 23b
norx.o N 25
norx.o N 252
norx.o N 267
norx.o N 277
norx.o N 285
norx.o N 28d
norx.o N 29d
norx.o N 2af
norx.o N 2c
norx.o N 2c1
norx.o N 2c8
norx.o N 2d9
norx.o N 2db
norx.o N 2eb
norx.o N 2f1
norx.o N 2f3
norx.o N 300
norx.o N 302
norx.o N 310
norx.o N 312
norx.o N 31c
norx.o N 324
norx.o N 326
norx.o N 330
norx.o N 333
norx.o N 339
norx.o N 33d
norx.o N 343
norx.o N 345
norx.o N 349
norx.o N 34b
norx.o N 34d
norx.o N 34f
norx.o N 351
norx.o N 356
norx.o N 35b
norx.o N 35f
norx.o N 36c
norx.o N 371
norx.o N 373
norx.o N 378
norx.o N 37c
norx.o N 382
norx.o N 387
norx.o N 389
norx.o N 38e
norx.o N 390
norx.o N ea
norx.o N f2
norx.o N ff
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

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 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 100
norx.o N 10b
norx.o N 114
norx.o N 120
norx.o N 134
norx.o N 139
norx.o N 13d
norx.o N 144
norx.o N 14f
norx.o N 15b
norx.o N 167
norx.o N 171
norx.o N 17c
norx.o N 186
norx.o N 18c
norx.o N 197
norx.o N 19d
norx.o N 19f
norx.o N 1ac
norx.o N 1ae
norx.o N 1bc
norx.o N 1c6
norx.o N 1ce
norx.o N 1d0
norx.o N 1d2
norx.o N 1d9
norx.o N 1dc
norx.o N 1de
norx.o N 1f1
norx.o N 201
norx.o N 205
norx.o N 20b
norx.o N 217
norx.o N 219
norx.o N 222
norx.o N 226
norx.o N 22c
norx.o N 23f
norx.o N 247
norx.o N 25
norx.o N 25e
norx.o N 268
norx.o N 27b
norx.o N 27d
norx.o N 294
norx.o N 296
norx.o N 298
norx.o N 2a6
norx.o N 2b6
norx.o N 2bb
norx.o N 2c
norx.o N 2c0
norx.o N 2c4
norx.o N 2c6
norx.o N 2d0
norx.o N 2e4
norx.o N 2f5
norx.o N 306
norx.o N 31b
norx.o N 32b
norx.o N 33d
norx.o N 34f
norx.o N 360
norx.o N 36d
norx.o N 372
norx.o N 374
norx.o N 379
norx.o N 37d
norx.o N 383
norx.o N 388
norx.o N 38a
norx.o N 38f
norx.o N 391
norx.o N eb
norx.o N f3
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
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 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 10a
norx.o N 113
norx.o N 11f
norx.o N 133
norx.o N 138
norx.o N 13c
norx.o N 143
norx.o N 14e
norx.o N 15a
norx.o N 166
norx.o N 170
norx.o N 17b
norx.o N 185
norx.o N 18b
norx.o N 196
norx.o N 19c
norx.o N 19e
norx.o N 1ab
norx.o N 1ad
norx.o N 1bb
norx.o N 1c5
norx.o N 1cd
norx.o N 1cf
norx.o N 1d1
norx.o N 1d8
norx.o N 1db
norx.o N 1dd
norx.o N 1f0
norx.o N 200
norx.o N 204
norx.o N 20a
norx.o N 216
norx.o N 218
norx.o N 221
norx.o N 225
norx.o N 22b
norx.o N 23e
norx.o N 246
norx.o N 25
norx.o N 25d
norx.o N 267
norx.o N 27a
norx.o N 27c
norx.o N 293
norx.o N 295
norx.o N 297
norx.o N 2a5
norx.o N 2af
norx.o N 2bf
norx.o N 2c
norx.o N 2cf
norx.o N 2d4
norx.o N 2d9
norx.o N 2dd
norx.o N 2df
norx.o N 2f3
norx.o N 304
norx.o N 315
norx.o N 32a
norx.o N 33c
norx.o N 34e
norx.o N 35f
norx.o N 36c
norx.o N 371
norx.o N 373
norx.o N 378
norx.o N 37c
norx.o N 382
norx.o N 387
norx.o N 389
norx.o N 38e
norx.o N 390
norx.o N ea
norx.o N f2
norx.o N ff
norx.o norx_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

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_aead_decrypt T
norx.o norx_aead_encrypt T
norx.o norx_decrypt_msg T
norx.o norx_encrypt_msg T
norx.o norx_init T
norx.o norx_output_tag T
norx.o norx_process_header T
norx.o norx_process_trailer T
norx.o norx_verify_tag T

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)