Harry Spier wrote:> Intel has an "integrated Performance Primitives" library > see: http://software.intel.com/en-us/articles/intel-ipp/ > which is optimized for intel processors and has a C interface. > > Can the FFI interface to this? > [...]
Hello, from a quick look at the API documentation I don't see any reason why you shouldn't be able to interface to this library using the Racket FFI. If the library was actually C++ instead of C there could be some pitfalls, but the API documentation doesn't indicate that's the case. Ciao, Thomas -- When C++ is your hammer, every problem looks like your thumb. ____________________ Racket Users list: http://lists.racket-lang.org/users

