aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_per_channel_desaturate_float.c
blob: fd522edd0f0848951d2710ca586a4f9627a11a5d (plain) (blame)
1
2
3
4
5
6
/* See LICENSE file for copyright and license details. */
#include "common.h"
#define libglitter_per_channel_desaturate_double libglitter_per_channel_desaturate_float
#define double float
#define fma fmaf
#include "libglitter_per_channel_desaturate_double.c"