optimized construction of const nodes: time critical in jack compiler
[libfirm] / win32 / math.c
1 #include "fltcalc.h"
2
3 int isnan(LLDBL v)
4 {
5   return 0;
6 }
7
8 int isinf(LLDBL v)
9 {
10   return 0;
11 }