Hi all, At Joe Groff's request, I added two minor new features to the FFI.
- C99 complex float and complex double types are now supported. To use them, just define return values and parameters with type "complex-float" and "complex-double". - Specialized arrays can be passed to C functions direclty, you don't have to extract the byte array with underlying>> first. Neither change breaks any existing code, however code should be updated for the last change since it makes things simpler and more readable. I updated some code in the repository to remove some redundant underlying>> calls, except for math.blas since I don't now if Joe is working on it right now or not. Joe, let me know if you want me to update math.blas. Slava ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
