Does sse2 use binary operators % and /? how would i write
int x=k%p; //%modulus operator
int y=a/b; // eg 9/4 is equal to 2 and not 2.25 ?
Binary operators a%b and a/b in SSE2
For more complete information about compiler optimizations, see our Optimization Notice.


