projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de27abb
)
[x86/Linux] Fix pow of tryrun (#11099)
author
SaeHie Park
<saehie.park@gmail.com>
Fri, 21 Apr 2017 14:28:07 +0000
(23:28 +0900)
committer
Jan Vorlicek
<janvorli@microsoft.com>
Fri, 21 Apr 2017 14:28:07 +0000
(07:28 -0700)
x86/Linux has compatible math pow()
This will fix CoreFX System.Tests.MathFTests.Pow() failures
cross/x86/tryrun.cmake
patch
|
blob
|
history
diff --git
a/cross/x86/tryrun.cmake
b/cross/x86/tryrun.cmake
index
cfc5208
..
1bf3da9
100644
(file)
--- a/
cross/x86/tryrun.cmake
+++ b/
cross/x86/tryrun.cmake
@@
-55,7
+55,7
@@
SET( HAVE_COMPATIBLE_ASIN_EXITCODE
CACHE STRING "Result from TRY_RUN" FORCE)
SET( HAVE_COMPATIBLE_POW_EXITCODE
- 1
+ 0
CACHE STRING "Result from TRY_RUN" FORCE)
SET( HAVE_VALID_NEGATIVE_INF_POW_EXITCODE