Shop OBEX P1 Docs P2 Docs Learn Events
icc-prop mailing list and floating point support — Parallax Forums

icc-prop mailing list and floating point support

ImageCraftImageCraft Posts: 348
edited 2008-10-21 13:10 in Propeller 1
We have set up a mailing list for ImageCraft Propeller C users. Please visit www.dragonsgate.net/mailman/listinfo for more info.

32-bits floating point support is on scheduled to be delivered by the end of October. This is only enabled in the STD version. Current users get the latest upgrade by installing the latest demo. The floating point library code is derived from the ObEx float32lib object and uses our CLIB Cog interface. All of these is of course transparent to users. You only need to write floating point expressions, e.g.

float a, b, c;

a = b * ( a / c);

etc. and the compiler takes care of all the details.

// richard

Comments

  • simonlsimonl Posts: 866
    edited 2008-10-19 09:45
    Nice one Richard - I'm signed-up smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Cheers,
    Simon

    www.norfolkhelicopterclub.com

    You'll always have as many take-offs as landings, the trick is to be sure you can take-off again wink.gif
    BTW: I type as I'm thinking, so please don't take any offence at my writing style smile.gif
  • wadiprawitawadiprawita Posts: 7
    edited 2008-10-21 13:10
    Any progress ?

    regards

    -doni-
Sign In or Register to comment.