Statistics
| Branch: | Tag: | Revision:

root / host / lib / convert @ 10a4d951

Latest revisions

# Date Author Comment
31b23a19 03/29/2013 05:42 pm Josh Blum

orc: added std cmake finder script for orc

3122bff9 06/12/2012 04:48 pm Josh Blum

convert: add sc8 host to/from sc8 wire format

c0a9d1c7 05/10/2012 07:15 am Josh Blum

convert: applied sc8 signed convert fix

4fa889c4 05/10/2012 06:54 am Josh Blum

convert: some platform specific fixes

neon: missing header

windows: shuffle needs to be deemed "constant expression",
fixed with a template parameter.

4c244c78 05/10/2012 06:54 am Josh Blum

convert: squashed converter and sse2 work

58bebf55 05/10/2012 06:39 am Josh Blum

Merge branch 'maint'

8a98d689 05/08/2012 09:14 pm Josh Blum

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.

6b2e4ef5 04/27/2012 11:19 pm Josh Blum

convert: added prio param to get converter

We can now test generic conversion implementations against SIMD (for example)

b221b3e3 04/16/2012 11:49 pm Josh Blum

convert: give SIMD conversions prio over table

given performance benchmarks involving the converter,
when the driver is also doing other things

sc8 conversions will still involve tables since
no SIMD implementations exist yet

a58ee6e2 02/29/2012 05:52 pm Josh Blum

uhd: fix sc16 to sc8 conversion table

1) this was registered as the sc8 to sc16 converter,
probably messed that up as well

2) the cast to index was wrong, now unit test passes

View revisions

Also available in: Atom