Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b156c84

Browse files
seanshparkjanvorli
authored andcommitted
[x86/Linux] Fix pow of tryrun (#11099)
x86/Linux has compatible math pow() This will fix CoreFX System.Tests.MathFTests.Pow() failures
1 parent de27abb commit b156c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross/x86/tryrun.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SET( HAVE_COMPATIBLE_ASIN_EXITCODE
5555
CACHE STRING "Result from TRY_RUN" FORCE)
5656

5757
SET( HAVE_COMPATIBLE_POW_EXITCODE
58-
1
58+
0
5959
CACHE STRING "Result from TRY_RUN" FORCE)
6060

6161
SET( HAVE_VALID_NEGATIVE_INF_POW_EXITCODE

0 commit comments

Comments
 (0)