================ Comment at: src/support/newlib/math.cpp:15 @@ +14,3 @@ +#if defined(__arm__) && !defined(__LP64__) +static_assert(sizeof(long double) == sizeof(double), + "These implementations assume: LDBL == DBL"); ---------------- you wont need this assert if you use the same macro as above (double == long double), right? Possibly not even the comment...
http://reviews.llvm.org/D5419 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
