================
Comment at: include/support/newlib/math.h:26
@@ +25,3 @@
+inline _LIBCPP_INLINE_VISIBILITY long double logbl(long double __x) _NOEXCEPT {
+ return __builtin_logb(__x);
+}
----------------
Should be taken care of here:
https://sourceware.org/ml/newlib/2014/msg00469.htmlhttp://reviews.llvm.org/D5420 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
