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

Rust BPF: Add support for 128-bit types #3101

Closed
jackcmay opened this issue Mar 4, 2019 · 0 comments · Fixed by #4766
Closed

Rust BPF: Add support for 128-bit types #3101

jackcmay opened this issue Mar 4, 2019 · 0 comments · Fixed by #4766

Comments

@jackcmay
Copy link
Contributor

jackcmay commented Mar 4, 2019

Problem

LLVM BPF backend does not support 128-bit types. To facilitate compilation of dependent crates that may take advantage of 128-bit types the core library currently defines them. Usage of them though will result in undefined behavior and therefore must be avoided.

Proposed Solution

@mvines mvines added this to the The Future! milestone Apr 8, 2019
brooksprumo pushed a commit to brooksprumo/solana that referenced this issue Oct 8, 2024
remove unused get_threadpool fn

Co-authored-by: HaoranYi <[email protected]>
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 a pull request may close this issue.

2 participants