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

Slow pext cfg #44

Merged
merged 2 commits into from
May 4, 2024
Merged

Slow pext cfg #44

merged 2 commits into from
May 4, 2024

Conversation

primenumber
Copy link
Owner

@primenumber primenumber commented May 4, 2024

pext pdep が存在するが非常に遅い環境向けに--cfg=slow_pextをrustcに与えることで、pextの代わりにソフトウェア実装を使わせられるようにする。

@primenumber primenumber merged commit 31f09be into master May 4, 2024
1 check passed
@primenumber primenumber deleted the slow-pext-cfg branch May 4, 2024 09:26
@@ -7,12 +7,12 @@ pub trait BitManip {
}

impl BitManip for u64 {
#[cfg(target_feature = "avx2")]
Copy link
Owner Author

Choose a reason for hiding this comment

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

ここ間違ってたので修正

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.

1 participant