Skip to content

Commit

Permalink
Add support for (signed) __int128
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Aug 13, 2020
1 parent 979961c commit 02b6c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ static SECP256K1_INLINE void secp256k1_int_cmov(int *r, const int *a, int flag)
#endif
#if defined(SECP256K1_WIDEMUL_INT128)
SECP256K1_GNUC_EXT typedef unsigned __int128 uint128_t;
SECP256K1_GNUC_EXT typedef __int128 int128_t;
#endif

#endif /* SECP256K1_UTIL_H */

0 comments on commit 02b6c87

Please sign in to comment.