patch-2.3.30 linux/include/math-emu/soft-fp.h
Next file: linux/include/net/sock.h
Previous file: linux/include/math-emu/single.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Dec 2 15:28:54 1999
- Orig file:
v2.3.29/linux/include/math-emu/soft-fp.h
- Orig date:
Tue Aug 31 17:29:15 1999
diff -u --recursive --new-file v2.3.29/linux/include/math-emu/soft-fp.h linux/include/math-emu/soft-fp.h
@@ -24,7 +24,7 @@
#ifndef SOFT_FP_H
#define SOFT_FP_H
-#include "sfp-machine.h"
+#include <asm/sfp-machine.h>
/* Allow sfp-machine to have its own byte order definitions. */
#ifndef __BYTE_ORDER
@@ -81,6 +81,11 @@
#ifndef FP_HANDLE_EXCEPTIONS
#define FP_HANDLE_EXCEPTIONS do {} while (0)
+#endif
+
+/* By default we never flush denormal input operands to signed zero. */
+#ifndef FP_DENORM_ZERO
+#define FP_DENORM_ZERO 0
#endif
#ifndef FP_INHIBIT_RESULTS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)