-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Aarch64 be patches #985
base: main
Are you sure you want to change the base?
Aarch64 be patches #985
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🙌
break; | ||
} | ||
|
||
if (slot == last_slot) | ||
{ | ||
*slot = GINT64_TO_LE (r->val); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Like above.)
for (slot = first_slot; slot != last_slot; slot++) | ||
{ | ||
if (GINT32_FROM_LE (*slot) == r->val) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Like above.)
break; | ||
} | ||
|
||
if (slot == last_slot) | ||
{ | ||
*slot = GINT32_TO_LE (r->val); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Like above.)
*/ | ||
#if G_BYTE_ORDER == G_LITTLE_ENDIAN || defined (__arm__) | ||
#if G_BYTE_ORDER == G_LITTLE_ENDIAN || defined (__arm__) || defined (__aarch64__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exceeds 80 cols.
No description provided.