Test results for amd64, hertz, crypto_sign/gui312
[Page version: 20241028 01:32:29]
Measurements for amd64, hertz, crypto_sign
Test results for amd64, hertz, crypto_sign
Test results for crypto_sign/gui312
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: gui312
Compiler output
hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c: 24 | SHA384_Init( &sha384 );
hash_utils.c: | ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: 120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c: | ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c: 25 | SHA384_Update( &sha384 , m , mlen );
hash_utils.c: | ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c: 121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c: | ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c: 26 | SHA384_Final( digest , &sha384 );
hash_utils.c: | ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c: 123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c: | ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c: 60 | SHA384_Init( &sha384 );
hash_utils.c: | ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: error: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c: 70 | fips_mode_on = FIPS_mode_set(1);
prng_utils.c: | ^~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 6, namely:
Implementation | Compiler |
T:amd64 | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:amd64 | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:pclmulqdq | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:pclmulqdq | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | cc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
gfext_poly_gf2.c: gfext_poly_gf2.c:138:20: warning: unused function 'poly_square_mod_nsp_poly' [-Wunused-function]
gfext_poly_gf2.c: 138 | static inline void poly_square_mod_nsp_poly( uint8_t * rpoly , const uint8_t * poly , unsigned deg_poly ,
gfext_poly_gf2.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
gfext_poly_gf2.c: 1 warning generated.
hash_utils.c: hash_utils.c:24:2: warning: 'SHA384_Init' is deprecated [-Wdeprecated-declarations]
hash_utils.c: 24 | SHA384_Init( &sha384 );
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/sha.h:120:1: note: 'SHA384_Init' has been explicitly marked deprecated here
hash_utils.c: 120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
hash_utils.c: 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
hash_utils.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
hash_utils.c: | ^
hash_utils.c: hash_utils.c:25:2: warning: 'SHA384_Update' is deprecated [-Wdeprecated-declarations]
hash_utils.c: 25 | SHA384_Update( &sha384 , m , mlen );
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/sha.h:121:1: note: 'SHA384_Update' has been explicitly marked deprecated here
hash_utils.c: 121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
hash_utils.c: 194 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
hash_utils.c: | ^
hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
hash_utils.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
hash_utils.c: | ^
hash_utils.c: hash_utils.c:26:2: warning: 'SHA384_Final' is deprecated [-Wdeprecated-declarations]
hash_utils.c: ...
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
T:amd64 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:amd64 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:amd64 | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:pclmulqdq | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:pclmulqdq | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:pclmulqdq | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |
T:ref | clang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1)) |