You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a, hopefully very temporary, hack to get `aml` to compile on 32-bit
platforms. The issue is with `bitvec`, which seems to be unable to operate
on 64-bit values on 32-bit systems, which I don't quite understand atm. In
the long term, we should sit down and understand how to use `bitvec`
properly, or replace it with a simple implementation without this limitation.
0 commit comments