summaryrefslogtreecommitdiff
path: root/clr.coreclr.props
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2018-06-12 22:50:19 -0700
committerGitHub <noreply@github.com>2018-06-12 22:50:19 -0700
commit308850ced07e56bd83a36df23455d023b5dba06e (patch)
treed831ef3ade0a240245a2fe0c7172282030ea0c5b /clr.coreclr.props
parentfb4794d6ef682328473ab462ef91ee2ed193e4d2 (diff)
downloadcoreclr-308850ced07e56bd83a36df23455d023b5dba06e.tar.gz
coreclr-308850ced07e56bd83a36df23455d023b5dba06e.tar.bz2
coreclr-308850ced07e56bd83a36df23455d023b5dba06e.zip
Move x86 HW intrinsics files to shared (#18427)
* Switch platfom amd64 to x64 * Move x86 intrinsics file to shared * Adding condition so corert always picks up X.PlatformNotSupported.cs Related to: #15922
Diffstat (limited to 'clr.coreclr.props')
-rw-r--r--clr.coreclr.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/clr.coreclr.props b/clr.coreclr.props
index 8b546c66b9..7c402c7f19 100644
--- a/clr.coreclr.props
+++ b/clr.coreclr.props
@@ -1,6 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FeatureEventTrace>true</FeatureEventTrace>
+ <FeatureHardwareIntrinsics>true</FeatureHardwareIntrinsics>
<FeatureICastable>true</FeatureICastable>
<FeatureManagedEtwChannels>true</FeatureManagedEtwChannels>
<FeatureManagedEtw>true</FeatureManagedEtw>