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

Yet another vector rewrite #53

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Correct misplaced docs
  • Loading branch information
JoeyBF committed Jul 4, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4bbcd3963344e7d58a232b637cb28144d05fbba9
3 changes: 0 additions & 3 deletions ext/crates/fp/src/vector/specialized.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//! This module replaces `specialized` when `odd-primes` is disabled. Instead of producing enum
//! wrappers, it simply rexports `FooP<2>` as `Foo`.

use std::io::{Read, Write};

use itertools::Itertools;
3 changes: 3 additions & 0 deletions ext/crates/fp/src/vector/specialized_2.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! This module replaces `specialized` when `odd-primes` is disabled. Instead of producing enum
//! wrappers, it simply rexports `FooP<2>` as `Foo`.

use super::{
base_generic::{BaseVectorMutP, BaseVectorP},
generic::{FpVectorIterator, FpVectorNonZeroIteratorP, FpVectorP, SliceMutP, SliceP},