Is it right to assume that floating point math done on a modern GPU (via GLSL) will produce identical results to the SSE registers?
I want to move some colour management functionality off the CPU onto the GPU if possible, but need to guarantee the results are the same.
Many thanks



