From 75f3f1a77fffc6cca13f08c38e48383e83fd0f9e Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 13 Jul 2022 15:05:34 -0400 Subject: [PATCH] Avoid the whole thread hop for a zero-length run_for. --- Outputs/Speaker/Implementation/LowpassSpeaker.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp index b225d2585..4a7638a93 100644 --- a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp +++ b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp @@ -368,6 +368,10 @@ template class PullLowpass: public LowpassBase class PullLowpass: public LowpassBase