Everything looks good but the presence of `math.cpp`.

================
Comment at: src/support/newlib/math.cpp:32
@@ +31,3 @@
+  return logb((double)x);
+}
+#endif
----------------
Wouldn't it be better to inline all of these into `math.h`?

http://reviews.llvm.org/D5419



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to