diff options
Diffstat (limited to 'noatun/library')
-rw-r--r-- | noatun/library/noatunarts/StereoVolumeControl_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/library/noatunarts/StereoVolumeControl_impl.cpp b/noatun/library/noatunarts/StereoVolumeControl_impl.cpp index 44f7187f..88f33c8f 100644 --- a/noatun/library/noatunarts/StereoVolumeControl_impl.cpp +++ b/noatun/library/noatunarts/StereoVolumeControl_impl.cpp @@ -71,7 +71,7 @@ public: void percent(float p) { mPercent=p; } float percent() { return mPercent; } - void calculateBlock(unsigned long samples) + void calculateBlock(unsigned long samples) __attribute__((noinline)) { #ifdef HAVE_X86_SSE float *left=inleft; |