zenfloat uses 2 cells for a float number: first - mantissa second - exponent so the math is done much easier than the ieee one (Leon does). To get the Leon's precision (23 bit mantissa) we need 3 cells with the zen however: (2 cells mantissa 1 cell exponent), if even doable with the zen libs.. Pito
.. > > source library named > > "zen float" (e.g. 4th) that could be useful as > > well. At least to not do ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Amforth-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
