From 05ef6a33deca022534d70f61af13550984473b1b Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 24 Oct 1989 16:10:01 +0000 Subject: [PATCH] adapted floating point package to handle IEEE format in different byte orders --- mach/i386/libfp/byte_order.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mach/i386/libfp/byte_order.h b/mach/i386/libfp/byte_order.h index b11f5999..d08b45a5 100644 --- a/mach/i386/libfp/byte_order.h +++ b/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