aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_redistribute_energy_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglitter_redistribute_energy_float.c')
-rw-r--r--libglitter_redistribute_energy_float.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libglitter_redistribute_energy_float.c b/libglitter_redistribute_energy_float.c
new file mode 100644
index 0000000..4a3f553
--- /dev/null
+++ b/libglitter_redistribute_energy_float.c
@@ -0,0 +1,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"