[fpc-devel] error when crosscompile for arm

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Dec 1 11:27:48 CET 2009


On 30 Nov 2009, at 23:47, Dariusz Mazur wrote:

> Is this possible to add special directive, that left the same  
> behavior of comp under arm?
> or any other hack?

Only a hardware hack: solder an x87-fpu on your ARM processor and use  
that... This cannot be fixed in software without emulating an x87-fpu  
(or 128 bit floats), because a double precision floating point type  
does not have the required precision to represent all comp values.


Jonas



More information about the fpc-devel mailing list