double with select() function doesn't compile

Hi, I have following code:

float a,b,c; select(a,b,c>0.1);

that works fine on Tesla C1060 with float and float4 but with double and double4 it gives this error: call to ‘select’ is ambiguous … what could be the problem? Extension for doubles is enabled. This code (with double and double4) works also on CPU using AMD’s driver. Could somebody test in on Tesla, please?

Thanks in advance
qwer