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

provide x86-64-v3 (AVX2) version #4273

Closed
enihcam opened this issue May 25, 2024 · 2 comments
Closed

provide x86-64-v3 (AVX2) version #4273

enihcam opened this issue May 25, 2024 · 2 comments

Comments

@enihcam
Copy link

enihcam commented May 25, 2024

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

I'm always frustrated that AVX2 instruction is not fully utilized.

Describe the solution you'd like

Please compile an AXV2 version with the parameter: /arch:AVX2
Also Visual Studio 2022 has in the Property Pages an Enhanced Parameter for AVX2 (/arch:AVX2).

Describe alternatives you've considered

N/A

Additional context
Add any other context or screenshots about the feature request here.
image

@kjk kjk changed the title [feature request] please provide x86-64-v3 (AVX2) version provide x86-64-v3 (AVX2) version May 25, 2024
@ArmanHayots
Copy link

I have no faith in autovectorization; anyway underlying libraries such as MuPDF also need to be rewritten and rebuilt to use vector extensions.

@kjk
Copy link
Member

kjk commented Jun 26, 2024

You can compile with AVX2 if you want to. It's too much work for me to provide AVX2 builds.

@kjk kjk closed this as completed Jun 26, 2024
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

3 participants