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.
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.