[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 11:05:17 PDT 2016


danalbert added a comment.

I don't really understand why we need this. This goes from always having it available to only being available if the NDK user is targeting L or newer (which is definitely the minority of users because most people won't choose to cut their user base by ~1/2). The NDK has a compatibility shim that provides definitions for these on older platforms.


http://reviews.llvm.org/D22244





More information about the llvm-commits mailing list