[Arm64] Base HW Intrinsics by sdmaclea · Pull Request #16822 · dotnet/coreclr (original) (raw)

Skip to content

Sign in

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

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

dotnet / coreclr Public archive

Additional navigation options

Merged

CarolEidt merged 2 commits intodotnet:masterfromsdmaclea:PR-ARM64-BASE-INTRINSICS

Mar 13, 2018

Merged

[Arm64] Base HW Intrinsics #16822

CarolEidt merged 2 commits intodotnet:masterfromsdmaclea:PR-ARM64-BASE-INTRINSICS

Mar 13, 2018

Conversation5 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

sdmaclea

Copy link

@sdmaclea sdmaclea commented

Mar 8, 2018

@dotnet/arm64-contrib @CarolEidt @RussKeldorph @eerhardt @tannergooding PTAL

4creators reacted with thumbs up emoji

@sdmaclea

[[Arm64] Add Base HW intrinsics](/dotnet/coreclr/pull/16822/commits/9b8e675bffa338a849c76687f134acfd26c85d1e "[Arm64] Add Base HW intrinsics")

[9b8e675](/dotnet/coreclr/pull/16822/commits/9b8e675bffa338a849c76687f134acfd26c85d1e)

sdmaclea

sdmaclea commented Mar 8, 2018

View reviewed changes

tests/src/JIT/HardwareIntrinsics/Arm64/Base.cs Outdated

// Reflection call
var issupported = "get_IsSupported";
bool reflectedIsSupported = Convert.ToBoolean(typeof(Simd).GetMethod(issupported).Invoke(null, null));

Copy link

Author

@sdmaclea sdmaclea

Mar 8, 2018

Choose a reason for hiding this comment

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

Simd should be Base

@sdmaclea sdmaclea force-pushed the PR-ARM64-BASE-INTRINSICS branch from1c6f74f tod8ac38e Compare

March 8, 2018 17:05

CarolEidt

CarolEidt approved these changes Mar 8, 2018

View reviewed changes

Copy link

@CarolEidt CarolEidt left a comment

Choose a reason for hiding this comment

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

LGTM - I would like to see us improve the tests to get broader coverage, but I'm OK with leaving that for future.

@sdmaclea

[[Arm64] Add Base HW intrinsic tests](/dotnet/coreclr/pull/16822/commits/40f7302f227f7fde344e1e586b1eb31300946120 "[Arm64] Add Base HW intrinsic tests")

[40f7302](/dotnet/coreclr/pull/16822/commits/40f7302f227f7fde344e1e586b1eb31300946120)

@sdmaclea sdmaclea force-pushed the PR-ARM64-BASE-INTRINSICS branch fromd8ac38e to40f7302 Compare

March 10, 2018 21:39

@sdmaclea

Copy link

Author

sdmaclea commented

Mar 10, 2018

Disabled the test until API is added in corefx

@sdmaclea

Copy link

Author

sdmaclea commented

Mar 12, 2018

timeout cloning repo...
test Windows_NT arm64 Cross Checked Innerloop Build and Test

tannergooding

tannergooding approved these changes Mar 12, 2018

View reviewed changes

@sdmaclea

Copy link

Author

sdmaclea commented

Mar 13, 2018

Can this be merged?

@CarolEidt CarolEidt merged commit 23b4f68 into dotnet:master

Mar 13, 2018

@sdmaclea sdmaclea deleted the PR-ARM64-BASE-INTRINSICS branch

May 24, 2018 19:21

Sign up for free to subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@CarolEidt CarolEidt CarolEidt approved these changes

@tannergooding tannergooding tannergooding approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@sdmaclea @CarolEidt @tannergooding