Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2021-07-14 03:34:26 +0300
committerGitHub <noreply@github.com>2021-07-14 03:34:26 +0300
commitf6eb259db626d563c15ba340feb6f440d1e1c8ee (patch)
tree484f3a8cc1f57a89772f88a5be06c10b914217eb /src/coreclr/clr.featuredefines.props
parent87e98f36c72cfd7c129c85dee8ef727f32f8fd4b (diff)
Disable generic math (#55540)
Diffstat (limited to 'src/coreclr/clr.featuredefines.props')
-rw-r--r--src/coreclr/clr.featuredefines.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/clr.featuredefines.props b/src/coreclr/clr.featuredefines.props
index 08fca8de6dd..184e885470f 100644
--- a/src/coreclr/clr.featuredefines.props
+++ b/src/coreclr/clr.featuredefines.props
@@ -9,7 +9,7 @@
<FeaturePerfTracing>true</FeaturePerfTracing>
<FeatureTypeEquivalence>true</FeatureTypeEquivalence>
<FeatureBasicFreeze>true</FeatureBasicFreeze>
- <FeatureGenericMath>true</FeatureGenericMath>
+ <FeatureGenericMath>false</FeatureGenericMath>
<ProfilingSupportedBuild>true</ProfilingSupportedBuild>
</PropertyGroup>