-
Hi, I've tried to compile it with those options above (gcc12), to see the performance difference, but it looks like
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @rs78GT, compiling with those two options with gcc 12.3 worked for me on a machine with 64G of memory. The |
Beta Was this translation helpful? Give feedback.
-
Independently, The same holds for |
Beta Was this translation helpful? Give feedback.
-
Hello sipa, |
Beta Was this translation helpful? Give feedback.
Hi @rs78GT,
compiling with those two options with gcc 12.3 worked for me on a machine with 64G of memory.
The
with-ecmult-window
option affects the function you're interested in (secp256k1_ec_pubkey_tweak_add
); thewith-ecmult-gen-precision
option does not.