]> Git Repo - secp256k1.git/commit
Merge #787: Use preprocessor macros instead of autoconf to detect endianness
authorTim Ruffing <[email protected]>
Thu, 13 Aug 2020 10:25:29 +0000 (12:25 +0200)
committerTim Ruffing <[email protected]>
Thu, 13 Aug 2020 10:36:53 +0000 (12:36 +0200)
commit979961c506c423034a35e62c5937c837bc179358
tree252e8364ff01cf54b67fe539b3ac1a045a717942
parent887bd1f8b61857c091398358609d4fc180237a46
parent0dccf98a21beb245f6cd9ed76fb7368529df09c7
Merge #787: Use preprocessor macros instead of autoconf to detect endianness

0dccf98a21beb245f6cd9ed76fb7368529df09c7 Use preprocessor macros instead of autoconf to detect endianness (Tim Ruffing)

Pull request description:

  This does not fix any particular issue but it's preferable to not
  rely on autoconf. This avoids endianness mess for users on BE hosts
  if they use their build without autoconf.

  The macros are carefully written to err on the side of the caution,
  e.g., we #error if the user manually configures a different endianness
  than what we detect.

  Supersedes #770 .

ACKs for top commit:
  sipa:
    ACK 0dccf98a21beb245f6cd9ed76fb7368529df09c7
  gmaxwell:
    ACK 0dccf98a21beb245f6cd9ed76fb7368529df09c7

Tree-SHA512: 6779458de5cb6eaef2ac37f9d4b8fa6c9b299f58f6e5b72f2b0d7e36c12ea06074e483acfb85085a147e0f4b51cd67d897f61a67250ec1cea284a0f7680eb2e8
configure.ac
src/util.h
This page took 0.025967 seconds and 4 git commands to generate.