mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
qemu: Rename qemu-arm port to qemu.
Because this port now supports multiple architectures. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
# Check that powers of 10 (that fit in float32) format correctly.
|
||||
for i in range(31):
|
||||
# It works to 12 digits on all platforms *except* qemu-arm, where
|
||||
# It works to 12 digits on all platforms *except* qemu, where
|
||||
# 10^11 comes out as 10000000820 or something.
|
||||
print(i, "{:.7g}".format(float("1e" + str(i))))
|
||||
|
||||
Reference in New Issue
Block a user