icc-prop mailing list and floating point support
ImageCraft
Posts: 348
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
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
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
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
BTW: I type as I'm thinking, so please don't take any offence at my writing style
regards
-doni-