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

Cleanup traits for detection of barett and SIMD modular reductions #304

Open
ClementPernet opened this issue Feb 20, 2020 · 0 comments
Open

Comments

@ClementPernet
Copy link
Member

In fflas_freduce.h

  • the trait support_fast_mod stands for "the field element" support Barret's modular reduction provided that the field is of Modular type (Modular or ModularBalanced)
  • the trait support_simd_mod means the same with the additional information that some vectorization can be used for the reduction.
    These traits are mostly used in fscal, fscalin, freduce and faxpy,faxpyin. At some point the names of these traits should be clearer and uniformized with more general traits detecting Modular type fields (avoinding to have these traits depending on another trait (modular type fields).
@ClementPernet ClementPernet mentioned this issue Feb 20, 2020
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