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:
parent
346e67f879
commit
c29eb3ea76
@ -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_ */
|
||||
|
@ -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_ */
|
||||
|
@ -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_ */
|
||||
|
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user