This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Printing single-precision floating point values


How to use printf() function to print single-precision floating point
values on the architecture that doesn't support double-precision
floating point values? I've just found out that vfprintf() function uses
"isinf(double)" function even for printing floats and therefore it
crashes on my target architecture (armv7m-hardfloat-eabi).

Thanks,
Uladzislau.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]