aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_redistribute_energy_float.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-30 22:58:00 +0100
committerMattias Andrée <maandree@kth.se>2023-01-30 22:58:00 +0100
commita4b5b706053b4796a3418345a49f0e6ff0623572 (patch)
treead9dafed98b05d0349ec5f171783f8ddce7841a9 /libglitter_redistribute_energy_float.c
parentFix warnings, add restrict, and add function attributes (diff)
downloadlibglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.gz
libglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.bz2
libglitter-a4b5b706053b4796a3418345a49f0e6ff0623572.tar.xz
Add libglitter_redistribute_energy_double stub
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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"