Implementation notes: amd64, speed2supercop, crypto_sign/rwb0fuz1024

Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240625
Operation: crypto_sign
Primitive: rwb0fuz1024
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10064404046 0 0256882 1256 1608T:gmpclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10073683997 0 0260826 1256 1608T:gmpclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10082044144 0 0259500 1232 1640T:gmpgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10082724033 0 0257172 1232 1640T:gmpgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10083764144 0 0257564 1232 1640T:gmpgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10084924213 0 0259850 1256 1608T:gmpclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10085524277 0 0261226 1256 1608T:gmpclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10106363786 0 0257500 1248 1640T:gmpclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625
10121483884 0 0255796 1224 1608T:gmpgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024070920240625

Compiler output


rwb0fuz1024.c: rwb0fuz1024.w:370:1: warning: 'SHA512_Init' is deprecated [-Wdeprecated-declarations]
rwb0fuz1024.c: 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: 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: #   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: #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
rwb0fuz1024.c:                                                    ^
rwb0fuz1024.c: rwb0fuz1024.w:371:1: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations]
rwb0fuz1024.c: 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: 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: #   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: #     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: 5, namely:
ImplementationCompiler
T:gmpclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:gmpclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:gmpclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:gmpclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:gmpclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))

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: 4, namely:
ImplementationCompiler
T:gmpgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:gmpgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:gmpgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
T:gmpgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)