-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[uclibc] add more structs to x86_64 #626
Conversation
This adds more structs to the uclibc/x86_64 port.
Removing the |
This is actually a tier 3 platform so breakage is ok (nothing is automatically verified here). @humenda despite this though was there a reason to remove those structs? |
L4Re doesn't have networking and this is what I am targeting with uclibc/x86_64.
That made me a bit ignorant and I simply removed the unverified structs. I'll
add them again, since they might be useful on other platforms.
|
Ok, I think you're the main user of uclibc on x86_64 for now, so sounds good! @bors: r+ |
📌 Commit c7a7cd8 has been approved by |
[uclibc] add more structs to x86_64 This adds more structs to the uclibc/x86_64 port.
💔 Test failed - status-travis |
@bors: retry
…On Sun, Jun 25, 2017 at 5:40 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/246811739?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#626 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95H7BulKuKLGNvAZWgy2ZBGVnBDNbks5sHuHlgaJpZM4OERdJ>
.
|
[uclibc] add more structs to x86_64 This adds more structs to the uclibc/x86_64 port.
💔 Test failed - status-travis |
@bors: retry
…On Mon, Jun 26, 2017 at 8:40 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/libc/builds/246982600?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#626 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95JLtkgmnqOGtUQZvNq4S8be3C9gMks5sH7ThgaJpZM4OERdJ>
.
|
[uclibc] add more structs to x86_64 This adds more structs to the uclibc/x86_64 port.
☀️ Test successful - status-appveyor, status-travis |
…g#626) This commit implements automatic verification of implement ARM/AArch64 intrinsics. Or it's at least a start! This downloads a snapshot of ARM's [online documentation][docs] and implements necessary logic to parse that and use it to verify all the intrinsics. Almost everything checked out A-OK but a few minor tweaks were needed to the neon intrinsics and the crc ones needed some renaming. [docs]: https://developer.arm.com/technologies/neon/intrinsics
This adds more structs to the uclibc/x86_64 port.