uhd/host/lib/convert
Josh Blum 8a98d68933 convert: fixed sc8 convert issue w/ undefined behaviour
Its important to use a signed cast when converting float to int.
Then assign that signed int to an unsigned type of the same width.

Its undefined behaviour when converting a negative float to an unsigned int.
2012-05-08 14:14:21 -07:00
..
CMakeLists.txt uhd: added sse2 conversions for fc32 to sc8 2012-02-08 23:01:46 -08:00
convert_common.hpp convert: fixed sc8 convert issue w/ undefined behaviour 2012-05-08 14:14:21 -07:00
convert_fc32_to_sc8_with_sse2.cpp uhd: fixed sse2 conversion fc32 to sc8_item32_be 2012-02-09 17:06:37 -08:00
convert_fc32_with_sse2.cpp uhd: added sse2 conversions for fc64 to sc8 2012-02-08 19:22:38 -08:00
convert_fc64_to_sc8_with_sse2.cpp uhd: added sse2 conversions for fc64 to sc8 2012-02-08 19:22:38 -08:00
convert_fc64_with_sse2.cpp uhd: added sse2 conversions for fc64 to sc8 2012-02-08 19:22:38 -08:00
convert_impl.cpp convert: made conversion functions into classes so they can keep state 2011-11-12 15:45:52 -08:00
convert_orc.orc Add Orc functions to convert to sc8. bswap version is a bit of a hack. 2012-02-08 13:50:54 -08:00
convert_with_neon.cpp uhd: renamed convert markup to format 2011-11-03 20:37:12 -07:00
convert_with_orc.cpp uhd: fixed orc conversion fc32 to sc8_item32_be 2012-02-09 16:54:08 -08:00
convert_with_tables.cpp uhd: fix sc16 to sc8 conversion table 2012-02-29 09:52:46 -08:00
gen_convert_general.py Merge branch 'next' 2012-02-17 18:18:26 -08:00