This repository was archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Nightly feature? #39
Comments
I don't remember having an issue with that, but I'll have a look on Monday. |
I have guarded the functions for now as well (c5964a2). Could be worth a thought to only guard the |
Well I can reproduce the issue, so I'm not sure how I missed it before. Would it be possible to use |
Since we already have an unsafe block open, let’s go with the unchecked. Can you post a PR? I can publish it as a patch release tonight. |
Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CC @AGSaidi since this is blocking the release of #38.
Hi @qwandor,
I am in the process of doing a new release (to make #38 public). However, I have a question regarding your PR #37.
When I build with with stable Rust using
it errors out on the the core intrinsics use in asm.rs:
Did you not stumble over these back then, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: