1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-17 16:24:08 -04:00

Removed useless CPU flags. Fixes issue #720

This commit is contained in:
f4exb
2020-11-23 01:44:52 +01:00
parent ea59f8b35e
commit 1d5742d3b9
5 changed files with 0 additions and 45 deletions
@@ -1,14 +1,5 @@
project(remoteinput)
if (HAS_SSSE3)
message(STATUS "RemoteInput: use SSSE3 SIMD" )
elseif (HAS_NEON)
message(STATUS "RemoteInput: use Neon SIMD" )
else()
message(STATUS "RemoteInput: Unsupported architecture")
return()
endif()
set(remoteinput_SOURCES
remoteinputbuffer.cpp
remoteinputudphandler.cpp