[CCC DEV] Floating point on Arduino...

Matt Jadud matt at jadud.com
Wed Jun 9 21:49:43 BST 2010


On Wed, Jun 9, 2010 at 3:30 PM, Adam Sampson <ats at offog.org> wrote:
> On Wed, Jun 09, 2010 at 02:40:21PM -0400, Matt Jadud wrote:
> As best as I can tell, FP emulation should work fine (once we can feed
> it some numbers other than 0 to work with); it'll just be slow. If the
> avr-libc implementations are significantly quicker and performance is a
> problem, it'd probably not be too hard to modify forall to call them
> through FFI in the helper functions that implement FP operations...

Ah... the old modify-forall-to-call-foreign-code-trick. I wondered
when we'd get around to that.

Do you think I should be looking in compiler-land or library-land for
solutions to the REAL32 constants on T2 question?

M




More information about the developers mailing list