uhd/host/lib/convert
Martin Braun 99c2730bc9 Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types)
- Also removes all references to boost/cstdint.hpp and replaces it with
  stdint.h (The 'correct' replacement would be <cstdint>, but not all of our
  compilers support that).
2016-11-08 08:02:22 -08:00
..
CMakeLists.txt cmake: Checked for ARMv8 to avoid building ARMv7 converters 2015-09-11 13:31:07 -07:00
convert_common.hpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
convert_fc32_item32.cpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
convert_impl.cpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
convert_item32.cpp convert: Added s8, s16 types and did some refactoring 2015-09-01 16:00:31 -07:00
convert_neon.S Initial commit E300 support. 2014-10-07 12:09:33 +02:00
convert_pack_sc12.cpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
convert_unpack_sc12.cpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
convert_with_neon.cpp Unroll the loops in the NEON float to/from integer converters. 2016-03-23 10:36:42 -07:00
convert_with_tables.cpp Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
gen_convert_general.py Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width types) 2016-11-08 08:02:22 -08:00
sse2_fc32_to_sc8.cpp convert: sc8 swap for vita compliance 2013-08-28 17:07:07 -07:00
sse2_fc32_to_sc16.cpp Merge of mwest's fix to the sse2_fc32_to_sc16 converter. 2013-12-11 18:01:41 -08:00
sse2_fc64_to_sc8.cpp convert: sc8 swap for vita compliance 2013-08-28 17:07:07 -07:00
sse2_fc64_to_sc16.cpp convert: squashed converter and sse2 work 2012-05-09 23:54:03 -07:00
sse2_sc8_to_fc32.cpp convert: sc8 swap for vita compliance 2013-08-28 17:07:07 -07:00
sse2_sc8_to_fc64.cpp convert: sc8 swap for vita compliance 2013-08-28 17:07:07 -07:00
sse2_sc16_to_fc32.cpp Squashed merge of Coverity fixes. 2013-11-27 12:11:23 -08:00
sse2_sc16_to_fc64.cpp convert: squashed converter and sse2 work 2012-05-09 23:54:03 -07:00
sse2_sc16_to_sc16.cpp convert: Add sc16-sc16 SSE converter 2015-05-14 10:53:19 -07:00