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 support for 32 bit architecture #48

Merged
merged 1 commit into from
Aug 31, 2021
Merged

Conversation

leonnicolas
Copy link
Contributor

@leonnicolas leonnicolas commented Aug 30, 2021

This commit enables builds for 32 bit architectures by ensuring that
the register size is 4*8 bit for 32 bit architectures and 8*8 bit for 64
bit architectures.

Signed-off-by: leonnicolas [email protected]

@goccy
Copy link
Owner

goccy commented Aug 30, 2021

Thank you for the contribution !
I updated CI settings, so could you please merge the master branch ?

internal/ccall/cdt.go Outdated Show resolved Hide resolved
This commit enables builds for 32 bit architectures by ensuring that
the register size is 4*8 bit for 32 bit architectures and 8*8 bit for 64
bit architectures.

Signed-off-by: leonnicolas <[email protected]>
Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

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

LGTM ! Thank you for the contribution !

@goccy goccy merged commit b9dc53b into goccy:master Aug 31, 2021
@leonnicolas leonnicolas deleted the 32bit_support branch August 31, 2021 06:50
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