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

cpufeatures: Add support for LoongArch64 #955

Merged
merged 2 commits into from
Oct 20, 2023
Merged

cpufeatures: Add support for LoongArch64 #955

merged 2 commits into from
Oct 20, 2023

Conversation

heiher
Copy link
Contributor

@heiher heiher commented Oct 7, 2023

No description provided.

Copy link
Member

@newpavlov newpavlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is support status of those features in the Rust compiler? I couldn't find any mention of those target features in its code base. If they are not yet supported, then you should mark the target features by an asterisk to denote that support of those features is not stable.

cpufeatures/README.md Outdated Show resolved Hide resolved
cpufeatures/Cargo.toml Show resolved Hide resolved
@heiher heiher requested a review from newpavlov October 8, 2023 03:24
@newpavlov newpavlov merged commit 68cc2d8 into RustCrypto:master Oct 20, 2023
99 checks passed
@@ -2,7 +2,7 @@
name = "cpufeatures"
version = "0.2.9"
description = """
Lightweight runtime CPU feature detection for x86/x86_64/aarch64 and loongarch64
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for missing this.

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 this pull request may close these issues.

3 participants