secp256k1/build-aux/m4
Pieter Wuille 79f1f7a4f1 Autodetect __int128 availability on the C side
Instead of supporting configuration of the field and scalar size independently,
both are now controlled by the availability of a 64x64->128 bit multiplication
(currently only through __int128). This is autodetected from the C code through
__SIZEOF_INT128__, but can be overridden using configure's
--with-test-override-wide-multiply, or by defining
USE_FORCE_WIDEMUL_{INT64,INT128} manually.
2020-08-10 14:56:39 -07:00
..
ax_prog_cc_for_build.m4 Add ability to use a statically generated ecmult context. 2015-07-13 18:00:03 -07:00
bitcoin_secp.m4 Autodetect __int128 availability on the C side 2020-08-10 14:56:39 -07:00