Commit ebc8186b by Richard Kenner

(exact_real_inverse): Declare.

From-SVN: r13003
parent cccc8091
...@@ -438,4 +438,7 @@ extern struct rtx_def *immed_real_const_1 PROTO((REAL_VALUE_TYPE, ...@@ -438,4 +438,7 @@ extern struct rtx_def *immed_real_const_1 PROTO((REAL_VALUE_TYPE,
#define REAL_VALUE_TO_DECIMAL(r, fmt, s) (sprintf (s, fmt, r)) #define REAL_VALUE_TO_DECIMAL(r, fmt, s) (sprintf (s, fmt, r))
#endif #endif
/* Replace R by 1/R in the given machine mode, if the result is exact. */
extern int exact_real_inverse PROTO((enum machine_mode, REAL_VALUE_TYPE *));
#endif /* Not REAL_H_INCLUDED */ #endif /* Not REAL_H_INCLUDED */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment