-
Notifications
You must be signed in to change notification settings - Fork 0
Add SIMD Support #9
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
- StatusShow more project fieldsTodo
We have verified that several methods in
prime_exponents_viewsuch asprime_exponents_view::add_sub3inglobal_pool.cpphave not been vectorized automatically, possibly because of the pointer aliasing inprime_exponents_view's methods.Several methods in
prime_exponents_viewcould be refactored using template functions. After that, SIMD Optimization could be done in these functions.