Skip to content

Add SIMD Support #9

Description

@Diketene

We have verified that several methods in prime_exponents_view such as prime_exponents_view::add_sub3 in global_pool.cpp have not been vectorized automatically, possibly because of the pointer aliasing in prime_exponents_view's methods.
Several methods in prime_exponents_view could be refactored using template functions. After that, SIMD Optimization could be done in these functions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions