aboutsummaryrefslogtreecommitdiffstats
path: root/src/define-functions.h
blob: 4952fe08ce50b04bc7f3f792069961cfb490849c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* See LICENSE file for copyright and license details. */

#define PROCESS process_lf
#define TYPE double
#include FILE
#undef PROCESS
#undef TYPE

#define PROCESS process_f
#define TYPE float
#include FILE
#undef PROCESS
#undef TYPE