mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
SIMD: Add guard for string stream operator
This commit is contained in:
parent
65f55e17ac
commit
f893a125b9
1 changed files with 2 additions and 0 deletions
|
|
@ -28,8 +28,10 @@ namespace juce
|
||||||
namespace dsp
|
namespace dsp
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#if JUCE_USE_SIMD
|
||||||
template <typename SampleType>
|
template <typename SampleType>
|
||||||
String& operator<< (String& str, SIMDRegister<SampleType>) { return str; }
|
String& operator<< (String& str, SIMDRegister<SampleType>) { return str; }
|
||||||
|
#endif
|
||||||
|
|
||||||
template <typename SampleType>
|
template <typename SampleType>
|
||||||
class AudioBlockUnitTests : public UnitTest
|
class AudioBlockUnitTests : public UnitTest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue