How to use MMX code in c# for image processing

700 views Asked by At

I'm writing an app that makes too many 128bit calculations with C#. (Image processing - 16bit R, 16bit G, 16bit B, 16bit A)

Can I calculate this 2 64bit RGBA colors in one cycle.

Is there any way to use assembly(MMX) code to do that calculations.

0

There are 0 answers