summaryrefslogtreecommitdiff
path: root/src/pal/src/config.h.in
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-11-12 10:51:16 -0800
committerGitHub <noreply@github.com>2018-11-12 10:51:16 -0800
commita49296e266ae9aa0bee760f2fcf51d3497ba818d (patch)
tree63c1aa67c9d759f55371e078ef8fd712b9391848 /src/pal/src/config.h.in
parentcab9d87ee3244d84ffac29a0379a22525839f2a1 (diff)
downloadcoreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.tar.gz
coreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.tar.bz2
coreclr-a49296e266ae9aa0bee760f2fcf51d3497ba818d.zip
Some cleanup of the Math functions from #20788 (#20912)
* 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
Diffstat (limited to 'src/pal/src/config.h.in')
-rw-r--r--src/pal/src/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/src/config.h.in b/src/pal/src/config.h.in
index 24ea14d39e..1ed071e33f 100644
--- a/src/pal/src/config.h.in
+++ b/src/pal/src/config.h.in
@@ -125,6 +125,8 @@
#cmakedefine01 HAVE_VALID_POSITIVE_INF_POW
#cmakedefine01 HAVE_COMPATIBLE_ATAN2
#cmakedefine01 HAVE_COMPATIBLE_EXP
+#cmakedefine01 HAVE_COMPATIBLE_ILOGB0
+#cmakedefine01 HAVE_COMPATIBLE_ILOGBNAN
#cmakedefine01 HAVE_COMPATIBLE_LOG
#cmakedefine01 HAVE_COMPATIBLE_LOG10
#cmakedefine01 UNGETC_NOT_RETURN_EOF