mrg 4773cc203b avoid a GCC warning with this:
+#if defined(__GNUC__) && (__GNUC__ >= 5) && defined(__OPTIMIZE__)
+       x.fp_sign = 0;
+#endif

(ridiculous, but seems better than disabling the warning entirely.)
2016-03-23 05:25:51 +00:00
..
2016-03-23 05:25:51 +00:00
2016-03-12 12:21:37 +00:00
2016-03-20 16:39:36 +00:00