Skip to content

Commit 22e578b

Browse files
Undef HAVE___INT128 in basic-config.h to fix gen_context compilation
Fixes #768.
1 parent 3f4a5a1 commit 22e578b

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)