Skip to content
Snippets Groups Projects
Commit cd32316c authored by Hinerk's avatar Hinerk
Browse files

longint with arbitrary precision

parent 37da10f9
No related branches found
No related tags found
1 merge request!270longint with arbitrary precision
......@@ -14,5 +14,5 @@ QSTR_HEADER="$(dirname "$QSTR_HEADER")/qstrdefs.preprocessed.h"
"$PYTHON" "$SOURCE_DIR"/micropython/tools/mpy-tool.py \
--freeze \
--qstr-header "$QSTR_HEADER" \
-mlongint-impl longlong \
-mlongint-impl mpz \
"$@" >"$OUTPUT"
......@@ -17,7 +17,7 @@
#define MICROPY_ENABLE_GC (1)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_ENABLE_SCHEDULER (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment