From: Anatoly Baksheev Date: Fri, 22 Jul 2011 13:26:31 +0000 (+0000) Subject: compilation X-Git-Tag: accepted/2.0/20130307.220821~2303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb9dd71f82a03d02fa4507d06b9b041c1547bb6a;p=profile%2Fivi%2Fopencv.git compilation --- diff --git a/modules/gpu/src/cuda/element_operations.cu b/modules/gpu/src/cuda/element_operations.cu index d7c7f5e..8434554 100644 --- a/modules/gpu/src/cuda/element_operations.cu +++ b/modules/gpu/src/cuda/element_operations.cu @@ -683,7 +683,7 @@ namespace cv { namespace gpu { namespace mathfunc __device__ __forceinline__ T operator()(const T& e) const { - return saturate_cast(__powf((float)e, power)); + return saturate_cast(__powf((float)e, power)); } };