Browse Source

adapted floating point package to handle IEEE format in different byte orders

ceriel 35 years ago
parent
commit
88a316478d
1 changed files with 6 additions and 3 deletions
  1. 6 3
      mach/i386/libfp/byte_order.h

+ 6 - 3
mach/i386/libfp/byte_order.h

@@ -1,3 +1,6 @@
-#define BYTES_REVERSED 0
-#define WORDS_REVERSED 1
-#define CHAR_UNSIGNED 0
+#define CHAR_UNSIGNED	0
+#define MSB_AT_LOW_ADDRESS	0
+#define MSW_AT_LOW_ADDRESS	0
+#define FL_MSB_AT_LOW_ADDRESS	0
+#define FL_MSW_AT_LOW_ADDRESS	0
+#define FL_MSL_AT_LOW_ADDRESS	0