-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Does not compile on 32-bit systems #146
Comments
From BitStore in the docs: |
Hm, yeah weird. Not sure I understand why
|
We definitely need to support 32 bit, i686 is one of Redox's supported architectures. It looks to me like the use of BitStore is just an optimization, although I did not confirm that. I was able to use conditional compilation to avoid the compilation error, (only use the bitvec optimization for fields of 32 bits or less when on x86) but I don't have a good way of testing that my implementation functions correctly. |
Please prioritize this if you can, we are trying to port to v86 in-browser boot, and it requires a 32-bit executable. |
Temporary hack is now merged and published as Leaving this open to track. |
I can confirm it is fixed, if you want to leave it open I will |
The text was updated successfully, but these errors were encountered: