mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FFT: Remove unnecessary check in IPP FFT wrapper
This commit is contained in:
parent
b13bbbefb3
commit
84cd6152be
1 changed files with 0 additions and 3 deletions
|
|
@ -904,9 +904,6 @@ private:
|
||||||
if (Traits::init (&specPtr, order, flag, hint, specBuf.get(), initBuf.get()) != ippStsNoErr)
|
if (Traits::init (&specPtr, order, flag, hint, specBuf.get(), initBuf.get()) != ippStsNoErr)
|
||||||
return {};
|
return {};
|
||||||
|
|
||||||
if (reinterpret_cast<const Ipp8u*> (specPtr) != specBuf.get())
|
|
||||||
return {};
|
|
||||||
|
|
||||||
return { std::move (specBuf), IppPtr (ippsMalloc_8u (workSize)), specPtr };
|
return { std::move (specBuf), IppPtr (ippsMalloc_8u (workSize)), specPtr };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue