Update fundamental, all but octave now working
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d61b23ad64
commit
73c9f22c5a
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ float d_findMaxNormalizedFloat(const float floats[], const std::size_t count)
|
|||
DISTRHO_SAFE_ASSERT_RETURN(floats != nullptr, 0.0f);
|
||||
DISTRHO_SAFE_ASSERT_RETURN(count > 0, 0.0f);
|
||||
|
||||
static const float kEmptyFloats[8192] = {};
|
||||
static constexpr const float kEmptyFloats[8192] = {};
|
||||
|
||||
if (count <= 8192 && std::memcmp(floats, kEmptyFloats, count) == 0)
|
||||
return 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue