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