Skip to content

Commit aeece44

Browse files
gen_context: Don't use any ASM
1 parent 7688a4f commit aeece44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/gen_context.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
/* We can't require the precomputed tables when creating them. */
1414
#undef USE_ECMULT_STATIC_PRECOMPUTATION
1515

16-
/* In principle we could use external ASM, but this yields only a minor speedup in
16+
/* In principle we could use ASM, but this yields only a minor speedup in
1717
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. */
18+
need to build the ASM for the build and the host machine. */
1919
#undef USE_EXTERNAL_ASM
20+
#undef USE_ASM_X86_64
2021

2122
#include "../include/secp256k1.h"
2223
#include "assumptions.h"

0 commit comments

Comments
 (0)