commit | a615063a0c2a801b7678e573c1ae044958e6e82f | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Sep 29 03:57:47 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Tue Sep 29 03:57:47 2015 -0700 |
tree | 1a60b3e196ab03e56ca5355c02ae3c15b8bdc7de | |
parent | 001b21a89b1cc6a0a0ace942fd8626b51d27260e [diff] |
Remove invalid clang ifdef about __builtin_isnan() and clang >= 3.7. Bug: 23396112 Clang continues to have "int __builtin_isnan()" as the official builtin definition, which causes conflicts with the NDK headers. This change unconditionally leaves __builtin_isnan() out of the NDK headers when using clang, since it really isn't necessary in any case. Change-Id: Ifb5c1db40c11eb5984e1d64e8540e8a6537900ab