From e047ec28ef55bc5a2bb8b1790201e51d02eb5a12 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 6 Jun 2017 13:55:17 +0200 Subject: Remove a much of stuff, change license, and add support for float and long double MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9e66677..500b995 100644 --- a/TODO +++ b/TODO @@ -24,5 +24,7 @@ Support for generic subtractive colour spaces (3 channels and more) GPU accelerated functions: int libcolour_convert_en_masse_f(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) Where `...` normally is `float* ch1, float* ch2, float* ch3`. - int libcolour_convert_en_masse_d(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) + int libcolour_convert_en_masse_lf(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) Where `...` normally is `double* ch1, double* ch2, double* ch3`. + int libcolour_convert_en_masse_llf(const libcolour_colour_t* from, const libcolour_colour_t* to, size_t n, ...) + Where `...` normally is `long double* ch1, long double* ch2, long double* ch3`. -- cgit v1.2.3-70-g09d2