-
Notifications
You must be signed in to change notification settings - Fork 11
Add support for aarch64 #23
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
Open
Pr0methean
wants to merge
25
commits into
nagisa:master
Choose a base branch
from
Pr0methean:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
81ed0d7
feat: Add support for Aarch64
Pr0methean 4272d8a
Fix: add asm import on aarch64
Pr0methean ee9fbae
Fix: remove duplicate definitions
Pr0methean 377c7e1
Fix: remove duplicate definitions of `new`
Pr0methean d357b74
Add debug logging to diagnose failure
Pr0methean d783539
Fix: MRS is a privileged instruction, so use platform APIs instead wh…
Pr0methean 7d4b155
Fix: need to explicitly use `target_os = ""`
Pr0methean b3b5e2e
Fix: replace std:: imports with core::
Pr0methean 789b6ea
Fix: imports and unsafe blocks for rdrand detection
Pr0methean 82c9b99
Fix: Rust 2024 requires "unsafe extern"
Pr0methean 79dd914
Narrow scope of unsafe blocks
Pr0methean 8008316
Fix: cfg syntax in Cargo.toml
Pr0methean d4e9fc5
Fix: use emulated instruction on Linux
Pr0methean dcf3f69
Fix: incorrect detection on Windows/Aarch64
Pr0methean 7315ece
Update comments
Pr0methean e2b4bc6
Update comments
Pr0methean 9632fdf
Gemini says we can use MRS on FreeBSD and NetBSD, instead of untested…
Pr0methean 361984d
cargo fmt
Pr0methean 22b13ee
Clarify comment
Pr0methean 1734ac8
Add back std feature and use `arch::is_aarch64_feature_detected!("ran…
Pr0methean 87ee646
Fix typo
Pr0methean 86f19ab
Use std::arch::is_aarch64_feature_detected rather than untested platf…
Pr0methean 22fb97b
Update .github/workflows/rdrand.yml
Pr0methean 998f21e
Update src/lib.rs
Pr0methean bb37167
Clarify comment
Pr0methean File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.