From bde40c2f9ac07a40135e845b84fd0e470a562f65 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Nov 2002 21:49:33 +0000 Subject: * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q): New macros. * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise. * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST without defining FP_ROUNDMODE. --- sysdeps/i386/soft-fp/sfp-machine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/soft-fp/sfp-machine.h b/sysdeps/i386/soft-fp/sfp-machine.h index 047452b905..ed71ae418a 100644 --- a/sysdeps/i386/soft-fp/sfp-machine.h +++ b/sysdeps/i386/soft-fp/sfp-machine.h @@ -50,8 +50,10 @@ #define _FP_NANFRAC_S _FP_QNANBIT_S #define _FP_NANFRAC_D _FP_QNANBIT_D, 0 +#define _FP_NANFRAC_Q _FP_QNANBIT_Q, 0, 0, 0 #define _FP_NANSIGN_S 1 #define _FP_NANSIGN_D 1 +#define _FP_NANSIGN_Q 1 #define _FP_KEEPNANFRACP 1 /* Here is something Intel misdesigned: the specs don't define -- cgit v1.2.3