summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_isnan
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding2-42/+41
* Adding some basic System.Math performance tests. * Renaming 'floatnative' to 'floatdouble'. * Removing outdated workarounds in the floatdouble interop code. * Renaming 'finite.cpp' to 'math.cpp' * Updating the double-precision math tests. * Updating PAL_EPSILON to be more precise.
2016-01-27Update license headersdotnet-bot2-7/+6
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-2/+2
Simply change the case of the library the PAL lives in so that is all lowercase.
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch ↵Geoff Norton1-1/+0
on linux
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot4-0/+156
[tfs-changeset: 1407945]