[PATCH] D22244: Android: Conditionally enable long-double math.h inline overloads

Dave Lee via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 12:03:23 PDT 2016


kastiglione added a comment.

@danalbert Thanks for the feedback. The issue I was hitting is that for 19 and earlier, math.h puts these `long double` functions inside a `#if 0` block. Where does the compatibility shim come from? Does it include declarations for these `long double` functions?


http://reviews.llvm.org/D22244





More information about the llvm-commits mailing list