[PATCH] D22244: Android: Conditionally enable long-double math.h inline overloads
Dan Albert via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 15:00:54 PDT 2016
danalbert added a comment.
The shim is part of the NDK: https://android.googlesource.com/platform/ndk/+/master/sources/android/support/include/math.h
> The issue I was hitting is that for 19 and earlier, math.h puts these long double functions inside a #if 0 block.
Which `math.h` are we talking about? There are three in play here: libc++'s, libc's, and libandroid_support's.
http://reviews.llvm.org/D22244
More information about the llvm-commits
mailing list