mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
disabled IPP functions that slower than OpenCV
This commit is contained in:
@@ -237,7 +237,7 @@ float cubeRoot( float value )
|
||||
|
||||
static void Magnitude_32f(const float* x, const float* y, float* mag, int len)
|
||||
{
|
||||
#if defined(HAVE_IPP)
|
||||
#if defined HAVE_IPP && 0
|
||||
IppStatus status = ippsMagnitude_32f(x, y, mag, len);
|
||||
if (status >= 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user