Test results for amd64, hertz, crypto_sign/rwb0fuz1024

[Page version: 20241028 01:32:29]

Measurements for amd64, hertz, crypto_sign Test results for amd64, hertz, crypto_sign Test results for crypto_sign/rwb0fuz1024
Computer: hertz
Microarchitecture: amd64; Zen 4 (a60f12)
Architecture: amd64
CPU ID: AuthenticAMD-00a60f12-178bfbff
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: rwb0fuz1024
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7515104185 0 0286643 1156 1800T:gmpcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102420241022
7524494533 0 0290363 1164 1928T:gmpcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102420241022

Compiler output


rwb0fuz1024.c: rwb0fuz1024.w: In function 'hash':
rwb0fuz1024.c: rwb0fuz1024.w:370:1: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: In file included from rwb0fuz1024.w:71:
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:27: note: declared here
rwb0fuz1024.c:   124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
rwb0fuz1024.c:       |                           ^~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:371:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:125:27: note: declared here
rwb0fuz1024.c:   125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c:       |                           ^~~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:372:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:125:27: note: declared here
rwb0fuz1024.c:   125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c:       |                           ^~~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:373:1: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:127:27: note: declared here
rwb0fuz1024.c:   127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
rwb0fuz1024.c:       |                           ^~~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:376:1: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:27: note: declared here
rwb0fuz1024.c:   124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
rwb0fuz1024.c:       |                           ^~~~~~~~~~~
rwb0fuz1024.c: rwb0fuz1024.w:377:1: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
rwb0fuz1024.c: /usr/include/openssl/sha.h:125:27: note: declared here
rwb0fuz1024.c:   125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c: ...

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

Compiler output


rwb0fuz1024.c: rwb0fuz1024.w:370:1: warning: 'SHA512_Init' is deprecated [-Wdeprecated-declarations]
rwb0fuz1024.c:   370 | SHA512_Init(&shactx);
rwb0fuz1024.c:       | ^
rwb0fuz1024.c: /usr/include/openssl/sha.h:124:1: note: 'SHA512_Init' has been explicitly marked deprecated here
rwb0fuz1024.c:   124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
rwb0fuz1024.c:       | ^
rwb0fuz1024.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
rwb0fuz1024.c:   194 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
rwb0fuz1024.c:       |                                                 ^
rwb0fuz1024.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
rwb0fuz1024.c:    62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
rwb0fuz1024.c:       |                                                    ^
rwb0fuz1024.c: rwb0fuz1024.w:371:1: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations]
rwb0fuz1024.c:   371 | SHA512_Update(&shactx,m,mlen);
rwb0fuz1024.c:       | ^
rwb0fuz1024.c: /usr/include/openssl/sha.h:125:1: note: 'SHA512_Update' has been explicitly marked deprecated here
rwb0fuz1024.c:   125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
rwb0fuz1024.c:       | ^
rwb0fuz1024.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
rwb0fuz1024.c:   194 | #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
rwb0fuz1024.c:       |                                                 ^
rwb0fuz1024.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
rwb0fuz1024.c:    62 | #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
rwb0fuz1024.c:       |                                                    ^
rwb0fuz1024.c: rwb0fuz1024.w:372:1: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations]
rwb0fuz1024.c: ...

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:gmpclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:gmpclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))
T:gmpclang -mllvm -polly -mllvm -polly-vectorizer=stripmine -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_19.1.1_(1ubuntu1))