Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes MCOL-4511 and MCOL-4524 #1744

Merged
merged 2 commits into from Jan 31, 2021
Merged

Conversation

zhaorenhai
Copy link
Contributor

No description provided.

long double is 128 bit on aarch64,  even if it is soft supported,
not hardware instrunction supported.
So, here we just use long double on aarch64.
On aarch64, just use memcpy, don't use asm instructions to optimize it.
Because if gcc uses NEON extensions moving 16 bytes with memcpy,
it might be wise to just use memcpy instead
@drrtuy drrtuy self-requested a review January 30, 2021 18:30
@drrtuy
Copy link
Collaborator

drrtuy commented Jan 30, 2021

The failed MTR test contains a mistake in the reference file.

@drrtuy
Copy link
Collaborator

drrtuy commented Jan 30, 2021

@zhaorenhai Could you confirm that you contribute this under BSL?

@zhaorenhai
Copy link
Contributor Author

Yes, I can confirm

@zhaorenhai
Copy link
Contributor Author

Sorry, Roman, 'The failed MTR test contains a mistake in the reference file.'
Is it related with my commits?

@drrtuy
Copy link
Collaborator

drrtuy commented Jan 31, 2021 via email

@drrtuy drrtuy merged commit 42259cf into mariadb-corporation:develop Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants