Skip to content

Commit

Permalink
secp256k1: arm32 doesn't support native 128-bit integers (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dergoegge authored Jul 25, 2024
1 parent 3c4109e commit 292701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/secp256k1/secp256k1_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#if !defined(SECP255K1_COMMIT_9d560f992db26612ce2630b194aef5f44d63a530)
#include <src/scratch_impl.h>
#endif
#if defined(__i386__)
#if defined(__i386__) || defined(__arm__)
#include <src/int128_struct.h>
#else
#include <src/int128_native_impl.h>
Expand Down

0 comments on commit 292701c

Please sign in to comment.