We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7688a4f commit aeece44Copy full SHA for aeece44
src/gen_context.c
@@ -13,10 +13,11 @@
13
/* We can't require the precomputed tables when creating them. */
14
#undef USE_ECMULT_STATIC_PRECOMPUTATION
15
16
-/* In principle we could use external ASM, but this yields only a minor speedup in
+/* In principle we could use ASM, but this yields only a minor speedup in
17
build time and it's very complicated. In particular when cross-compiling, we'd
18
- need to build the external ASM for the build and the host machine. */
+ need to build the ASM for the build and the host machine. */
19
#undef USE_EXTERNAL_ASM
20
+#undef USE_ASM_X86_64
21
22
#include "../include/secp256k1.h"
23
#include "assumptions.h"
0 commit comments