blob: 4a3f553d30c1253c05f7f5b92f157956a83b1279 (
plain) (
tree)
|
|
/* 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"
|