summaryrefslogtreecommitdiff
path: root/cross/android
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Cleanup on the new Math APIs (#20993)Tanner Gooding2-4/+4
* Updating the cached HAVE_COMPATIBLE_ILOGB0_EXITCODE and HAVE_COMPATIBLE_ILOGBNAN_EXITCODE to 1 * Fixing MaxMagnitude and MinMagnitude to correctly handle the case when ax and ay are equal
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding2-0/+16
* Fixing Max, MaxMagnitude, Min, and MinMagnitude for Math/MathF to be IEEE compliant * Disabling the System.Math.Max/Min tests * Adding the new c_runtime PAL tests to the CMakeLists to ensure they actually get run. * Fixing the casing of IlogB to ILogB * Fixing the new PAL tests to match the correct/expected outputs * Fixing up PAL_ilogb to correctly handle 0 and NaN
2017-08-11Changes that didn't make it to PR#12982 (#13055)Cyd Haselton1-0/+4
* Changes that didn't make it to PR#12982 * Recommended changes to volatile.h Added two templates to cast away volatility due to clang 3.8 changes * Update runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props Fixed erroneous extra Platform conditional line
2017-03-07Add scripts for building for arm Android (#9961)Frederik Carlier3-1/+172
* Add scripts for building for arm Android * Use arm soft float for bringup * Use NDK r14 * Set HAVE_PT_REGS to false, as they are not available on Android * _aligned_alloc is not available on clang * Detect Visual C++ instead of clang * Detect Android instead of clang
2017-02-22CMake configuration for cross building for Android (#9174)Frederik Carlier2-0/+166
* Configuration files for cross building for Android arm64 * Simplify toolchain script * Fix trymake values for Android