Added mcs51 assembly versions for the 12 float/integer conversion functions.
[fw/sdcc] / device / include / float.h
index 1c8292b4e340eda2232b246527d4b2012212f177..3eea235afb2b35263c8f613c78c8b0c9b652ddfd 100644 (file)
@@ -73,6 +73,8 @@ char __fsqt (float, float);
 
 #if defined(SDCC_FLOAT_LIB) && defined(SDCC_mcs51) && !defined(SDCC_USE_XSTACK) && !defined(_SDCC_NO_ASM_LIB_FUNCS)
 
+#define FLOAT_ASM_MCS51
+
 // This adds extra code for proper round-off, in
 // an attempt to match the results from gcc.
 #define FLOAT_FULL_ACCURACY