1234567891011121314151617181920212223242526272829 |
- #include "gmp.h"
- #include "gmp-impl.h"
- #include <float.h>
- float
- __mpn_construct_float (mp_srcptr frac_ptr, int expt, int negative)
- {
- #error "__mpn_construct_float not implemented for this floating point format"
- }
|