Mail Archives: djgpp-workers/2003/05/10/13:33:25
Hello.
C99 says we should define the types float_t and double_t to "the
implementation's most efficient types at least as wide as float and
double respectively".
1. Most efficient? As in speed I suppose.
2. Which is the most efficient? As all fp operations are done as long
double within the CPU (IIRC), is my guess that long double is as
efficient as any of the other two correct? Does this apply to the 387
FPU as well?
3. Should we define them to long double then?
4. We need to rename our already present types with those names (in
libc/ieee.h).
Comments?
Right,
MartinS
- Raw text -