Hi everyone!
Is it possible to use multiple optimizations (MMX, 3DNow!, SSE, SSE2) in one program?
Multiple optimizations
Yes, with the dynamic CPU option in the compiler option window in PBEditor all optimized routines is included in the EXE and the best routine is choosen dynamicly when program is run...
But at this time there are, to my knowledge, no MMX, 3DNow!, SSE or SSE2 optimized routines in the current versions of the PB libraries. But it'll probaly come in future versions..
But at this time there are, to my knowledge, no MMX, 3DNow!, SSE or SSE2 optimized routines in the current versions of the PB libraries. But it'll probaly come in future versions..

