[Arm64] Base HW Intrinsics by sdmaclea · Pull Request #16822 · dotnet/coreclr (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
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
Appearance settings
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
dotnet / coreclr Public archive
Notifications You must be signed in to change notification settings
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 }})
Copy link
sdmaclea commented
@dotnet/arm64-contrib @CarolEidt @RussKeldorph @eerhardt @tannergooding PTAL
4creators reacted with thumbs up emoji
[[Arm64] Add Base HW intrinsics](/dotnet/coreclr/pull/16822/commits/9b8e675bffa338a849c76687f134acfd26c85d1e "[Arm64] Add Base HW intrinsics")
[9b8e675](/dotnet/coreclr/pull/16822/commits/9b8e675bffa338a849c76687f134acfd26c85d1e)
sdmaclea commented Mar 8, 2018
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
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 force-pushed the PR-ARM64-BASE-INTRINSICS branch from1c6f74f tod8ac38e Compare
CarolEidt approved these changes Mar 8, 2018
Copy link
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.
[[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 force-pushed the PR-ARM64-BASE-INTRINSICS branch fromd8ac38e to40f7302 Compare
Copy link
Author
sdmaclea commented
Disabled the test until API is added in corefx
Copy link
Author
sdmaclea commented
timeout cloning repo...
test Windows_NT arm64 Cross Checked Innerloop Build and Test
tannergooding approved these changes Mar 12, 2018
Copy link
Author
sdmaclea commented
Can this be merged?
CarolEidt merged commit 23b4f68 into dotnet:master
sdmaclea deleted the PR-ARM64-BASE-INTRINSICS branch
Sign up for free to subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
CarolEidt CarolEidt approved these changes
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