We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ad367 commit 5d35b40Copy full SHA for 5d35b40
FloatMathPlugin/FloatMathPlugin.h
@@ -1,7 +1,7 @@
1
/* we only declare those functions from fdlibm that we actually use
2
and avoid including fdlibm.h alltogether as it conflicts with math.h */
3
4
-/* #define NO_ISNAN */
+/* #define NO_ISNAN -- do NOT define this by default but in command line*/
5
6
#ifndef NO_ISNAN
7
/* by default we use fdlibm's isnan() */
0 commit comments