remove sse math in compiler options in libsrslte_rf.so

This commit is contained in:
Ismael Gomez 2017-01-19 18:13:11 +01:00
parent 3ea68a1ad7
commit ef01150982
1 changed files with 3 additions and 1 deletions

View File

@ -33,8 +33,10 @@ if(RF_FOUND)
list(APPEND SOURCES_RF rf_blade_imp.c)
endif (BLADERF_FOUND)
add_compile_options(-march=native -mfpmath=sse -mno-avx -msse4.1)
add_library(srslte_rf SHARED ${SOURCES_RF})
if (UHD_FOUND)
target_link_libraries(srslte_rf ${UHD_LIBRARIES})
endif (UHD_FOUND)