We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8b3e5 commit 1ed4442Copy full SHA for 1ed4442
ports/zephyr-cp/mpconfigport.h
@@ -17,6 +17,9 @@
17
18
#define CIRCUITPY_DEBUG_TINYUSB 0
19
20
+// Disable native _Float16 handling for host builds.
21
+#define MICROPY_FLOAT_USE_NATIVE_FLT16 (0)
22
+
23
////////////////////////////////////////////////////////////////////////////////////////////////////
24
25
// This also includes mpconfigboard.h.
0 commit comments