Test results for amd64, h9ivy, crypto_sign/rwb0fuz1024
[Page version: 20250926 22:04:25]
Measurements for amd64, h9ivy, crypto_sign
Test results for amd64, h9ivy, crypto_sign
Test results for crypto_sign/rwb0fuz1024
Computer: h9ivy
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20250922
Operation: crypto_sign
Primitive: rwb0fuz1024
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1153522 | 4059 0 0 | 275152 1084 1800 | T:gmp | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1153816 | 4216 0 0 | 271178 1060 1832 | T:gmp | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1153835 | 4216 0 0 | 272442 1060 1832 | T:gmp | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1156127 | 4195 0 0 | 277176 1084 1800 | T:gmp | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1156754 | 4124 0 0 | 270576 1084 1800 | T:gmp | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1156931 | 4087 0 0 | 271010 1060 1832 | T:gmp | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1157555 | 3796 0 0 | 270082 1076 1800 | T:gmp | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1158323 | 4355 0 0 | 274944 1084 1800 | T:gmp | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
1158486 | 3865 0 0 | 269242 1052 1800 | T:gmp | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250901 | 20250415 |
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:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
rwb0fuz1024.c: 217 | # 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:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
rwb0fuz1024.c: 217 | # 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: 5, namely:
Implementation | Compiler |
T:gmp | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:gmp | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:gmp | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:gmp | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
T:gmp | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+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:
Implementation | Compiler |
T:gmp | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:gmp | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:gmp | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:gmp | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |