ufo-kit / ufo-core

GLib-based framework for GPU-based data processing
GNU Lesser General Public License v3.0
24 stars 8 forks source link

Add unsigned 12 bit support #166

Closed tfarago closed 6 years ago

tfarago commented 6 years ago

Did I forget anything?

matze commented 6 years ago

Looks good and very clean. I suppose there is a way to make use of SSE but for now I think it's alright, right?

tfarago commented 6 years ago

Exactly, unless there is a lot of demand for processing data with 12 bpp I wouldn't optimize this.

tfarago commented 6 years ago

Wait a bit

tfarago commented 6 years ago

OK, done.