>However, just a few days ago we discussed
>various floating point formats and one of them
>was to leave the actual computations to the FP
>library, which would make it hard for the compiler
>to optimise these as it could not call those functions
>at compile time.
>This is pretty trivial to optimize at compile time
>as long as everything is IEEE FP but if the run time
>libraries are not 100% compatible we have subtle issues.


I don't think leaving the stored float format to the
library interferes with this sort of optimization.


The compiler can still do computations using the max
precision fp type it has; the last step for the compiler
would be communicating this result to an external
function supplied by the library authors to generate
a stream of bytes representing the number in the
proprietary format.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to