NetBSD's ieee FP definitions for the pmax are valid for other mips cpus;

change preprocessor XXX_PMAX_YYY #defines to XXX_MIPS_YYY.
This commit is contained in:
jonathan 1996-03-18 22:40:21 +00:00
parent 346e67f879
commit c29eb3ea76
4 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */
/* $NetBSD: float.h,v 1.8 1996/03/18 22:40:22 jonathan Exp $ */
/*
* Copyright (c) 1989, 1993
@ -35,8 +35,8 @@
* @(#)float.h 8.1 (Berkeley) 6/10/93
*/
#ifndef _PMAX_FLOAT_H_
#define _PMAX_FLOAT_H_
#ifndef _MIPS_FLOAT_H_
#define _MIPS_FLOAT_H_
#include <sys/cdefs.h>
@ -77,4 +77,4 @@ __END_DECLS
#define LDBL_MAX DBL_MAX
#define LDBL_MAX_10_EXP DBL_MAX_10_EXP
#endif /* _PMAX_FLOAT_H_ */
#endif /* _MIPS_FLOAT_H_ */

View File

@ -3,8 +3,8 @@
* Public domain.
*/
#ifndef _PMAX_IEEEFP_H_
#define _PMAX_IEEEFP_H_
#ifndef _MIPS_IEEEFP_H_
#define _MIPS_IEEEFP_H_
typedef int fp_except;
#define FP_X_IMP 0x01 /* imprecise (loss of precision) */
@ -20,4 +20,4 @@ typedef enum {
FP_RM=3 /* round toward negative infinity */
} fp_rnd;
#endif /* _PMAX_IEEEFP_H_ */
#endif /* _MIPS_IEEEFP_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: float.h,v 1.7 1995/06/20 20:45:50 jtc Exp $ */
/* $NetBSD: float.h,v 1.8 1996/03/18 22:40:22 jonathan Exp $ */
/*
* Copyright (c) 1989, 1993
@ -35,8 +35,8 @@
* @(#)float.h 8.1 (Berkeley) 6/10/93
*/
#ifndef _PMAX_FLOAT_H_
#define _PMAX_FLOAT_H_
#ifndef _MIPS_FLOAT_H_
#define _MIPS_FLOAT_H_
#include <sys/cdefs.h>
@ -77,4 +77,4 @@ __END_DECLS
#define LDBL_MAX DBL_MAX
#define LDBL_MAX_10_EXP DBL_MAX_10_EXP
#endif /* _PMAX_FLOAT_H_ */
#endif /* _MIPS_FLOAT_H_ */

View File

@ -3,8 +3,8 @@
* Public domain.
*/
#ifndef _PMAX_IEEEFP_H_
#define _PMAX_IEEEFP_H_
#ifndef _MIPS_IEEEFP_H_
#define _MIPS_IEEEFP_H_
typedef int fp_except;
#define FP_X_IMP 0x01 /* imprecise (loss of precision) */
@ -20,4 +20,4 @@ typedef enum {
FP_RM=3 /* round toward negative infinity */
} fp_rnd;
#endif /* _PMAX_IEEEFP_H_ */
#endif /* _MIPS_IEEEFP_H_ */