Skip to content

Commit

Permalink
Undef HAVE___INT128 in basic-config.h to fix gen_context compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Jul 21, 2020
1 parent 3f4a5a1 commit 22e578b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#undef USE_SCALAR_INV_BUILTIN
#undef USE_SCALAR_INV_NUM
#undef ECMULT_WINDOW_SIZE
#undef HAVE___INT128 /* used in util.h */

#define USE_NUM_NONE 1
#define USE_FIELD_INV_BUILTIN 1
Expand Down

0 comments on commit 22e578b

Please sign in to comment.