Hi, I'm currently hacking some old code which currently calls dfb_memcpy() but this appears to have been removed in favour of a whole range of functions such as mmx_memcpy(), sse_memcpy(), etc. but none of these seem to be referenced in any of the DirectFB header files.
I presume the preferred method is to call a wrapper function which calls the fastest method for the host machine (a few tests with direct_find_best_memcpy() suggest that sse_memcpy() is fastest in this case). What is the proper way for calling one of these memcpy functions? Cheers, Laz _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
