Skip to content

Commit 2309c7d

Browse files
committed
Merge #769: Undef HAVE___INT128 in basic-config.h to fix gen_context compilation
22e578b Undef HAVE___INT128 in basic-config.h to fix gen_context compilation (Tim Ruffing) Pull request description: ACKs for top commit: jonasnick: ACK 22e578b Tree-SHA512: 91e11c3feade13923a01c30025b7f01d0cb6d7d88cd7a19d490373d2fb4552f2ca1ab0d9138096268999bcbfd51ef3c9af64ec8ab0dc8ee2fa60be16d2b5af64
2 parents 3f4a5a1 + 22e578b commit 2309c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic-config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#undef USE_SCALAR_INV_BUILTIN
2626
#undef USE_SCALAR_INV_NUM
2727
#undef ECMULT_WINDOW_SIZE
28+
#undef HAVE___INT128 /* used in util.h */
2829

2930
#define USE_NUM_NONE 1
3031
#define USE_FIELD_INV_BUILTIN 1

0 commit comments

Comments
 (0)