summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/type.h b/src/utils/type.h
index 771837e..ed0dd6f 100644
--- a/src/utils/type.h
+++ b/src/utils/type.h
@@ -2,7 +2,9 @@
#include <stdint.h>
-// #define FLOAT_16_SUPPORT
+#ifdef __FLT16_MIN__
+#define FLOAT_16_SUPPORT
+#endif
typedef int8_t i8;
typedef int16_t i16;