mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[python] Enable float
Change-Id: I94111dd821fb3a9ef1e22ae5133c3a48285c52d5
This commit is contained in:
@@ -24,13 +24,16 @@ Q(AssertionError)
|
||||
Q(AttributeError)
|
||||
Q(BaseException)
|
||||
Q(BufferError)
|
||||
Q(complex)
|
||||
Q(EOFError)
|
||||
Q(Ellipsis)
|
||||
Q(Exception)
|
||||
Q(FileExistsError)
|
||||
Q(FileNotFoundError)
|
||||
Q(float)
|
||||
Q(FloatingPointError)
|
||||
Q(GeneratorExit)
|
||||
Q(imag)
|
||||
Q(ImportError)
|
||||
Q(IndentationError)
|
||||
Q(IndexError)
|
||||
@@ -43,6 +46,7 @@ Q(NoneType)
|
||||
Q(NotImplementedError)
|
||||
Q(OSError)
|
||||
Q(OverflowError)
|
||||
Q(real)
|
||||
Q(RuntimeError)
|
||||
Q(StopIteration)
|
||||
Q(SyntaxError)
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
#define MICROPY_MODULE_FROZEN_MPY (0)
|
||||
#define MICROPY_CPYTHON_COMPAT (0)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
|
||||
|
||||
// type definitions for the specific machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user