Files
bitcoin/src
MarcoFalke 42796742a4 Merge bitcoin/bitcoin#23761: build: use __SIZEOF_INT128__ for checking __int128 availability
e9440aeb5c build: use __SIZEOF_INT128__ for checking __int128 availability (fanquake)

Pull request description:

  We already use this in the blockfilter code,

  bf66e258a8/src/blockfilter.cpp (L34-L36)

  so not sure we need to maintain two different ways of testing
  for the same functionality. Consolidate on testing for `__SIZEOF_INT128__`,
  which we already use, is supported by the compilers we care about, and is
  also used by libsecp256k1.

ACKs for top commit:
  sipa:
    utACK e9440aeb5c
  Zero-1729:
    crACK e9440aeb5c

Tree-SHA512: 8aeef1734486a863b5091123bb5f9ba8868b1e2b4b35114586e3eb5862a38d4a1518ed069f37f41cb5e5ce2f6c87d95671996366d5ee990e0c90f268a8978ba3
2021-12-13 17:10:29 +01:00
..
2021-12-08 14:20:16 +01:00
2021-11-26 11:17:43 +01:00
2021-11-16 09:56:45 +01:00
2021-12-07 14:48:49 -05:00
2021-12-02 13:16:18 +07:00
2021-11-29 17:59:44 -05:00
2021-12-11 18:32:17 +01:00
2021-12-11 18:32:17 +01:00
2021-12-10 08:29:24 -05:00
2021-11-29 17:59:44 -05:00
2021-11-18 18:13:21 +01:00
2021-12-02 14:49:19 +00:00
2021-12-02 14:49:19 +00:00