Test results for amd64, phoenix, crypto_sign/ronald2048

[Page version: 20260401 08:39:19]

Measurements for amd64, phoenix, crypto_sign Test results for amd64, phoenix, crypto_sign Test results for crypto_sign/ronald2048
Computer: phoenix
Microarchitecture: amd64; Zen 4 (a70f41)
Architecture: amd64
CPU ID: AuthenticAMD-00a70f41-178bfbff
SUPERCOP version: 20260330
Operation: crypto_sign
Primitive: ronald2048
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
19022583841 0 040015 1432 2344T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19072923284 0 042053 1408 2504T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19077873253 0 036575 1432 2344T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19089003269 0 037117 1408 2440T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19121113661 0 043263 1432 2408T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19126273284 0 037509 1408 2504T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19149063661 0 043263 1432 2408T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19205313092 0 037177 1424 2408T:opensslnewclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026033120260330
19235842620 0 034965 1400 2408T:opensslnewgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026033120260330

Compiler output


keypair.c: keypair.c:15:7: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c:    15 |   r = RSA_generate_key(MODULUS_BYTES * 8,3,0,0);
keypair.c:       |       ^
keypair.c: /usr/include/openssl/rsa.h:264:1: note: 'RSA_generate_key' has been explicitly marked deprecated here
keypair.c:   264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void (*callback)(int, int, void *),
keypair.c:       | ^
keypair.c: /usr/include/openssl/macros.h:282:33: note: expanded from macro 'OSSL_DEPRECATEDIN_0_9_8'
keypair.c:   282 | #define OSSL_DEPRECATEDIN_0_9_8 OSSL_DEPRECATED(0.9.8)
keypair.c:       |                                 ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c:       |                                               ^
keypair.c: keypair.c:18:7: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
keypair.c:    18 |   if (RSA_size(r) != MODULUS_BYTES) goto error;
keypair.c:       |       ^
keypair.c: /usr/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
keypair.c:   215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
keypair.c:       | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c:       |                               ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c:       |                                               ^
keypair.c: keypair.c:20:23: error: incomplete definition of type 'RSA' (aka 'struct rsa_st')
keypair.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))

Compiler output


keypair.c: keypair.c: In function 'crypto_sign_ronald2048_openssl_timingleaks_keypair':
keypair.c: keypair.c:15:3: warning: 'RSA_generate_key' is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations]
keypair.c:    15 |   r = RSA_generate_key(MODULUS_BYTES * 8,3,0,0);
keypair.c:       |   ^
keypair.c: In file included from keypair.c:2:
keypair.c: /usr/include/openssl/rsa.h:264:30: note: declared here
keypair.c:   264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void (*callback)(int, int, void *),
keypair.c:       |                              ^~~~~~~~~~~~~~~~
keypair.c: keypair.c:18:3: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    18 |   if (RSA_size(r) != MODULUS_BYTES) goto error;
keypair.c:       |   ^~
keypair.c: /usr/include/openssl/rsa.h:215:27: note: declared here
keypair.c:   215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
keypair.c:       |                           ^~~~~~~~
keypair.c: In file included from /usr/include/openssl/asn1.h:38,
keypair.c:                  from /usr/include/openssl/rsa.h:21:
keypair.c: keypair.c:20:23: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    20 |   len = BN_num_bytes(r->n); if (len > MODULUS_BYTES) goto error;
keypair.c:       |                       ^~
keypair.c: keypair.c:21:36: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    21 |   out += MODULUS_BYTES; BN_bn2bin(r->n,out - len);
keypair.c:       |                                    ^~
keypair.c: keypair.c:23:23: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    23 |   len = BN_num_bytes(r->e); if (len > MODULUS_BYTES) goto error;
keypair.c:       |                       ^~
keypair.c: ...

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

Compiler output


keypair.c: keypair.c:18:7: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
keypair.c:    18 |   r = RSA_new();
keypair.c:       |       ^
keypair.c: /usr/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
keypair.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
keypair.c:       | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c:       |                               ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c:       |                                               ^
keypair.c: keypair.c:26:8: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]
keypair.c:    26 |   if (!RSA_generate_key_ex(r,MODULUS_BYTES*8,b,0)) { BN_free(b); goto error; }
keypair.c:       |        ^
keypair.c: /usr/include/openssl/rsa.h:270:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here
keypair.c:   270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
keypair.c:       | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c:       |                               ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c:       |                                               ^
keypair.c: keypair.c:30:7: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
keypair.c: ...
shortmessagesigned.c: shortmessagesigned.c:16:12: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
shortmessagesigned.c:    16 |   RSA *r = RSA_new();
shortmessagesigned.c:       |            ^
shortmessagesigned.c: /usr/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
shortmessagesigned.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
shortmessagesigned.c:       | ^
shortmessagesigned.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
shortmessagesigned.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
shortmessagesigned.c:       |                               ^
shortmessagesigned.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
shortmessagesigned.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
shortmessagesigned.c:       |                                               ^
shortmessagesigned.c: shortmessagesigned.c:27:21: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
shortmessagesigned.c:    27 |   if (!result) if (!RSA_set0_key(r,n,e,0)) result = -1;
shortmessagesigned.c:       |                     ^
shortmessagesigned.c: /usr/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
shortmessagesigned.c:   218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
shortmessagesigned.c:       | ^
shortmessagesigned.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
shortmessagesigned.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
shortmessagesigned.c:       |                               ^
shortmessagesigned.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
shortmessagesigned.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
shortmessagesigned.c:       |                                               ^
shortmessagesigned.c: shortmessagesigned.c:29:20: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
shortmessagesigned.c: ...
signedshortmessage.c: signedshortmessage.c:24:12: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
signedshortmessage.c:    24 |   RSA *r = RSA_new();
signedshortmessage.c:       |            ^
signedshortmessage.c: /usr/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
signedshortmessage.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
signedshortmessage.c:       | ^
signedshortmessage.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signedshortmessage.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signedshortmessage.c:       |                               ^
signedshortmessage.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signedshortmessage.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signedshortmessage.c:       |                                               ^
signedshortmessage.c: signedshortmessage.c:46:21: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
signedshortmessage.c:    46 |   if (!result) if (!RSA_set0_key(r,n,e,d)) result = -1;
signedshortmessage.c:       |                     ^
signedshortmessage.c: /usr/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
signedshortmessage.c:   218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
signedshortmessage.c:       | ^
signedshortmessage.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signedshortmessage.c:   216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signedshortmessage.c:       |                               ^
signedshortmessage.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signedshortmessage.c:    61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signedshortmessage.c:       |                                               ^
signedshortmessage.c: signedshortmessage.c:48:21: warning: 'RSA_set0_factors' is deprecated [-Wdeprecated-declarations]
signedshortmessage.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslnewclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))
T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1))

Compiler output


keypair.c: keypair.c: In function 'crypto_sign_ronald2048_opensslnew_timingleaks_keypair':
keypair.c: keypair.c:18:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    18 |   r = RSA_new();
keypair.c:       |   ^
keypair.c: In file included from keypair.c:3:
keypair.c: /usr/include/openssl/rsa.h:212:28: note: declared here
keypair.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
keypair.c:       |                            ^~~~~~~
keypair.c: keypair.c:26:3: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    26 |   if (!RSA_generate_key_ex(r,MODULUS_BYTES*8,b,0)) { BN_free(b); goto error; }
keypair.c:       |   ^~
keypair.c: /usr/include/openssl/rsa.h:270:27: note: declared here
keypair.c:   270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
keypair.c:       |                           ^~~~~~~~~~~~~~~~~~~
keypair.c: keypair.c:30:3: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    30 |   if (RSA_size(r) != MODULUS_BYTES) goto error;
keypair.c:       |   ^~
keypair.c: /usr/include/openssl/rsa.h:215:27: note: declared here
keypair.c:   215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
keypair.c:       |                           ^~~~~~~~
keypair.c: keypair.c:32:3: warning: 'RSA_get0_n' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    32 |   x = RSA_get0_n(r);
keypair.c:       |   ^
keypair.c: /usr/include/openssl/rsa.h:243:37: note: declared here
keypair.c:   243 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *RSA_get0_n(const RSA *d);
keypair.c: ...
shortmessagesigned.c: shortmessagesigned.c: In function 'crypto_sign_ronald2048_opensslnew_timingleaks_shortmessagesigned':
shortmessagesigned.c: shortmessagesigned.c:16:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
shortmessagesigned.c:    16 |   RSA *r = RSA_new();
shortmessagesigned.c:       |   ^~~
shortmessagesigned.c: In file included from shortmessagesigned.c:4:
shortmessagesigned.c: /usr/include/openssl/rsa.h:212:28: note: declared here
shortmessagesigned.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
shortmessagesigned.c:       |                            ^~~~~~~
shortmessagesigned.c: shortmessagesigned.c:27:3: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
shortmessagesigned.c:    27 |   if (!result) if (!RSA_set0_key(r,n,e,0)) result = -1;
shortmessagesigned.c:       |   ^~
shortmessagesigned.c: /usr/include/openssl/rsa.h:218:27: note: declared here
shortmessagesigned.c:   218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
shortmessagesigned.c:       |                           ^~~~~~~~~~~~
shortmessagesigned.c: shortmessagesigned.c:29:3: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
shortmessagesigned.c:    29 |   if (!result) if (RSA_size(r) > MODULUS_BYTES) result = -1;
shortmessagesigned.c:       |   ^~
shortmessagesigned.c: /usr/include/openssl/rsa.h:215:27: note: declared here
shortmessagesigned.c:   215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
shortmessagesigned.c:       |                           ^~~~~~~~
shortmessagesigned.c: shortmessagesigned.c:30:3: warning: 'RSA_public_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
shortmessagesigned.c:    30 |   if (!result) recoveredlen = RSA_public_decrypt(smlen,sm,m,r,RSA_PKCS1_PADDING);
shortmessagesigned.c:       |   ^~
shortmessagesigned.c: /usr/include/openssl/rsa.h:298:5: note: declared here
shortmessagesigned.c:   298 | int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to,
shortmessagesigned.c: ...
signedshortmessage.c: signedshortmessage.c: In function 'crypto_sign_ronald2048_opensslnew_timingleaks_signedshortmessage':
signedshortmessage.c: signedshortmessage.c:24:3: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signedshortmessage.c:    24 |   RSA *r = RSA_new();
signedshortmessage.c:       |   ^~~
signedshortmessage.c: In file included from signedshortmessage.c:4:
signedshortmessage.c: /usr/include/openssl/rsa.h:212:28: note: declared here
signedshortmessage.c:   212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
signedshortmessage.c:       |                            ^~~~~~~
signedshortmessage.c: signedshortmessage.c:46:3: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signedshortmessage.c:    46 |   if (!result) if (!RSA_set0_key(r,n,e,d)) result = -1;
signedshortmessage.c:       |   ^~
signedshortmessage.c: /usr/include/openssl/rsa.h:218:27: note: declared here
signedshortmessage.c:   218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
signedshortmessage.c:       |                           ^~~~~~~~~~~~
signedshortmessage.c: signedshortmessage.c:48:3: warning: 'RSA_set0_factors' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signedshortmessage.c:    48 |   if (!result) if (!RSA_set0_factors(r,p,q)) result = -1;
signedshortmessage.c:       |   ^~
signedshortmessage.c: /usr/include/openssl/rsa.h:219:27: note: declared here
signedshortmessage.c:   219 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
signedshortmessage.c:       |                           ^~~~~~~~~~~~~~~~
signedshortmessage.c: signedshortmessage.c:50:3: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signedshortmessage.c:    50 |   if (!result) if (!RSA_set0_crt_params(r,dmp1,dmq1,iqmp)) result = -1;
signedshortmessage.c:       |   ^~
signedshortmessage.c: /usr/include/openssl/rsa.h:220:27: note: declared here
signedshortmessage.c:   220 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r,
signedshortmessage.c: ...

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