diff options
Diffstat (limited to 'src/math/fma.c')
-rw-r--r-- | src/math/fma.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/fma.c b/src/math/fma.c index 83e5f5b4..d36aa408 100644 --- a/src/math/fma.c +++ b/src/math/fma.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "fma.c" #include "_tgmath.h" #include <math.h> @@ -33,3 +35,6 @@ TYPE TGFN(fma)(TYPE x, TYPE y, TYPE z) STDC(199901) LINK(m) */ + + +#endif |