Mail Archives: djgpp/1996/05/05/07:09:32
On 2 May 1996, Jan Louwerens wrote:
> I know that some GNU compilers under Unix cast floats to doubles before
> doing operations on them and then cast them back to floats. This would make
> using doubles faster than using floats. I was wondering if the same was true
> for DJGPP. Any help would be appreciated.
The same in DJGPP. (There are almost no changes in the way the compiler
operates, so anything GCC does on x86 platforms under Unix it also does
in DJGPP.)
- Raw text -