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

wideint SIMD #613

Open
mborland opened this issue May 30, 2024 · 1 comment
Open

wideint SIMD #613

mborland opened this issue May 30, 2024 · 1 comment

Comments

@mborland
Copy link
Member

There are operations like: https://github.com/cppalliance/decimal/blob/develop/include/boost/decimal/detail/wide-integer/uintwide_t.hpp#L888 which are ripe for packing into AVX2 / ARM NEON instructions instead of repeated calculations.

@mborland
Copy link
Member Author

I think ADX instructions may be the right move for this on x64. They are designed for multi-precision like applications with chained add or mul.

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

No branches or pull requests

1 participant