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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 48bf3c84ebafc9effe7e565d8cdbf8a46b9d503c
|
||||
Subproject commit 3845fb1efda1053d236630ee26cff1bc62b6550d
|
Loading…
Add table
Add a link
Reference in a new issue