mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| convert_common.hpp | ||
| convert_fc32_to_sc8_with_sse2.cpp | ||
| convert_fc32_with_sse2.cpp | ||
| convert_fc64_to_sc8_with_sse2.cpp | ||
| convert_fc64_with_sse2.cpp | ||
| convert_impl.cpp | ||
| convert_orc.orc | ||
| convert_with_neon.cpp | ||
| convert_with_orc.cpp | ||
| convert_with_tables.cpp | ||
| gen_convert_general.py | ||