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

Code always built with -msse4.1 leads to crashes on older CPUs ffmpeg #500

Closed
wlee18686 opened this issue Jan 3, 2025 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@wlee18686
Copy link

Since vvenc seems to always set various CPU feature compiler options unconditionally (only checking if the compiler understands them), this leads to the generated code to crash near immediately on any CPU that does not support AVX2.

See also BtbN/FFmpeg-Builds#411

@adamjw24 adamjw24 added the duplicate This issue or pull request already exists label Jan 3, 2025
@adamjw24
Copy link
Member

adamjw24 commented Jan 3, 2025

duplicate of #493

Also, VVenC can run just fine on non-AVX2 architectures.

@adamjw24 adamjw24 closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants