uhd/host/lib/convert
Martin Braun b459e02eed endianness: Replace Boost macros with custom ones
Boost changed the macros for endianness identification in 1.69, and the
deprecation warning is a pretty noisy one during compilation. This
abstracts away the Boost macro, so we have two UHD macros,
UHD_BIG_ENDIAN and UHD_LITTLE_ENDIAN. They indicate big and little
endian byte order.
2019-01-21 14:00:34 -08:00
..
CMakeLists.txt cmake: Update coding style to use lowercase commands 2018-11-14 14:10:09 -08:00
convert_common.hpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_fc32_item32.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_impl.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_item32.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_neon.S uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_pack_sc12.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_pack_sc12.hpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_unpack_sc12.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_unpack_sc12.hpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_with_neon.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
convert_with_tables.cpp endianness: Replace Boost macros with custom ones 2019-01-21 14:00:34 -08:00
gen_convert_general.py uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_fc32_to_sc8.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_fc32_to_sc16.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_fc64_to_sc8.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_fc64_to_sc16.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_sc8_to_fc32.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_sc8_to_fc64.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_sc16_to_fc32.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_sc16_to_fc64.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
sse2_sc16_to_sc16.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
ssse3_pack_sc12.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00
ssse3_unpack_sc12.cpp uhd: Update license headers 2018-02-19 16:54:52 -08:00