mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
Allow building without sse #2.
This commit is contained in:
parent
4968bf1ccd
commit
5a3dbe4bfc
@ -55,7 +55,7 @@ private:
|
|||||||
{
|
{
|
||||||
if (phase < 0)
|
if (phase < 0)
|
||||||
phase = 0;
|
phase = 0;
|
||||||
#if 1
|
#if USE_SIMD
|
||||||
// beware of the ringbuffer
|
// beware of the ringbuffer
|
||||||
if(m_ptr == 0) {
|
if(m_ptr == 0) {
|
||||||
// only one straight block
|
// only one straight block
|
||||||
|
Loading…
x
Reference in New Issue
Block a user