Henk Jonas writes: > who will port the MathLib to ARM? It could bring a lot of performance...
AFAIK, there isn't a shared library mechanism for armlets, required for MathLib which is a LGPL'd library. But the functions in the Sun fdlibm library (the same code without the library license) might work with very little modification.
No, but it would be pretty easy to add an ARMlet to a 68K shared library with stub routines that did PceNativeCall's to a locked ARMlet resource. You could lock the resource in the lib open routine and unlock it in the close. I think this is what the ARMlet port of SysZLib.prc does.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
