From 88a316478d58d3382d98fda1defe25b1870b65e5 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 b11f59990..d08b45a5d 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 -- 2.34.1