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

Add u128/i128 == __uint128_t/__int128_t #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

valpackett
Copy link

Necessary for FreeBSD/aarch64's fpregs


maybe some other platforms would like to use uint128_t without underscores idk.. but here uint128_t is only defined in odd headers like sdp.h, and ucontext.h uses the underscored version

Necessary for FreeBSD/aarch64's fpregs
@gnzlbg
Copy link
Owner

gnzlbg commented Jan 2, 2020

This isn't correct. The alignment of u128/i128 do not match int128_t on AFAICT any platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants