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

moving ARM HW Intrinsics files to shared partition#18451

Merged
maryamariyan merged 2 commits into
dotnet:masterfrom
maryamariyan:hw-intrin
Jun 13, 2018
Merged

moving ARM HW Intrinsics files to shared partition#18451
maryamariyan merged 2 commits into
dotnet:masterfrom
maryamariyan:hw-intrin

Conversation

@maryamariyan
Copy link
Copy Markdown

As requested in #18427 (comment) moving arm64 HWIntrinsics to shared partition.

Related to: #15922

cc: @eerhardt @tannergooding @sdmaclea, @CarolEidt

@maryamariyan maryamariyan self-assigned this Jun 13, 2018
<Compile Include="$(MSBuildThisFileDirectory)System\Runtime\Intrinsics\X86\Ssse3.PlatformNotSupported.cs" />
</ItemGroup>
<ItemGroup Condition="'$(FeatureHardwareIntrinsics)' == 'true' AND '$(Platform)' == 'arm64'">
<Compile Include="$(BclSourcesRoot)\System\Runtime\Intrinsics\Arm\Arm64\Aes.cs" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should all be $(MSBuildThisFileDirectory) instead of $(BclSourcesRoot), right? Like the ones above.

Copy link
Copy Markdown
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks, @maryamariyan.

@maryamariyan maryamariyan merged commit 07f7736 into dotnet:master Jun 13, 2018
@maryamariyan maryamariyan deleted the hw-intrin branch June 13, 2018 20:10
dotnet-bot pushed a commit to dotnet/corert that referenced this pull request Jun 15, 2018
)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
maryamariyan added a commit to dotnet/corert that referenced this pull request Jun 16, 2018
)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
dotnet-bot pushed a commit to dotnet/corefx that referenced this pull request Jun 17, 2018
)

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
jkotas pushed a commit to dotnet/corefx that referenced this pull request Jun 17, 2018
)

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants