From: ceriel Date: Tue, 24 Oct 1989 16:10:01 +0000 (+0000) Subject: adapted floating point package to handle IEEE format in different byte orders X-Git-Tag: release-5-5~2160 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=88a316478d58d3382d98fda1defe25b1870b65e5;p=ack.git adapted floating point package to handle IEEE format in different byte orders --- 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