Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Cleanup GetRawSzArrayData - #7989

Merged
MichalStrehovsky merged 1 commit into
dotnet:masterfrom
jkotas:GetRawSzArrayData
Feb 17, 2020
Merged

MichalStrehovsky merged 1 commit into
dotnet:masterfrom
jkotas:GetRawSzArrayData

Conversation

@jkotas

@jkotas jkotas commented Feb 16, 2020

Copy link
Copy Markdown
Member

Fixes #7984

pFPRegs[i] = pFPRegs[i * 2];

#if CCCONVERTER_TRACE
CallingConventionConverterLogger.WriteLine(" -> Compact " + op.X.LowLevelToString() + " TARGET_ARM64 HFA floats at [" + new IntPtr(pFPRegs).LowLevelToString() + "]");

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Undoing accidental rename from previous PR

@MichalStrehovsky MichalStrehovsky left a comment

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.

Thank you!

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.

Clean up CoreLib after MemoryMarshal.GetArrayDataReference

2 participants