diff options
| author | Josh Blum <josh@joshknows.com> | 2012-02-08 23:01:46 -0800 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2012-02-08 23:01:46 -0800 |
| commit | cfba2388ce71121bbadbf0366dbf95f726e78748 (patch) | |
| tree | fb943ad2dd2067a66b56f476bb730e9c95f04ee2 /host/lib/convert/CMakeLists.txt | |
| parent | d46684710950a6695ee22c079327253a91eb268d (diff) | |
| download | uhd-cfba2388ce71121bbadbf0366dbf95f726e78748.tar.gz uhd-cfba2388ce71121bbadbf0366dbf95f726e78748.tar.bz2 uhd-cfba2388ce71121bbadbf0366dbf95f726e78748.zip | |
uhd: added sse2 conversions for fc32 to sc8
Diffstat (limited to 'host/lib/convert/CMakeLists.txt')
| -rw-r--r-- | host/lib/convert/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/convert/CMakeLists.txt b/host/lib/convert/CMakeLists.txt index a2a61cb9a..c42a0a434 100644 --- a/host/lib/convert/CMakeLists.txt +++ b/host/lib/convert/CMakeLists.txt @@ -73,6 +73,7 @@ IF(HAVE_EMMINTRIN_H) SET(convert_with_sse2_sources ${CMAKE_CURRENT_SOURCE_DIR}/convert_fc32_with_sse2.cpp ${CMAKE_CURRENT_SOURCE_DIR}/convert_fc64_with_sse2.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/convert_fc32_to_sc8_with_sse2.cpp ${CMAKE_CURRENT_SOURCE_DIR}/convert_fc64_to_sc8_with_sse2.cpp ) SET_SOURCE_FILES_PROPERTIES( |
