mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Suppressed UB warning in cubeRoot function.
This commit is contained in:
@@ -103,7 +103,7 @@ static bool ocl_math_op(InputArray _src1, InputArray _src2, OutputArray _dst, in
|
||||
Fast cube root by Ken Turkowski
|
||||
(http://www.worldserver.com/turk/computergraphics/papers.html)
|
||||
\* ************************************************************************** */
|
||||
float cubeRoot( float value )
|
||||
CV_DISABLE_UBSAN float cubeRoot( float value )
|
||||
{
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user