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

Gf32Bit Conversion for BooleanArray #1254

Open
danielmasny opened this issue Sep 4, 2024 · 0 comments
Open

Gf32Bit Conversion for BooleanArray #1254

danielmasny opened this issue Sep 4, 2024 · 0 comments

Comments

@danielmasny
Copy link
Collaborator

currently we implement

impl TryFrom<$name> for Vec<Gf32Bit>

in the macro that implements any BA type (and $name is the name of the BA type e.g. BA256).

The task is to replace Vec<Gf32Bit> with an array using constant generics or a GenericArray. Ideally this is done with minimal propagation of the constant generic or ArrayLength type.

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

No branches or pull requests

1 participant