R
Richard Cavell
Hi,
Many processors have some kind of facility for working on multiple data
at once (MMX, SIMD, SSE2, Altivec, Velocity Engine, etc). What's the
state of the art with regards trying to use these with C/C++? How does
one present data to the compiler so that the compiler might be able to
invoke the vector unit?
Many processors have some kind of facility for working on multiple data
at once (MMX, SIMD, SSE2, Altivec, Velocity Engine, etc). What's the
state of the art with regards trying to use these with C/C++? How does
one present data to the compiler so that the compiler might be able to
invoke the vector unit?