mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
We don't want to add a feature flag to .mpy files that indicate float support because it will get complex and difficult to use. Instead the .mpy is built using whatever precision it chooses (float or double) and the native glue API will convert between this choice and what the host runtime actually uses.
9.6 KiB
9.6 KiB