fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
899 stars 158 forks source link

hotfix for ARM based systems #362

Closed Proudsalsa closed 4 months ago

Proudsalsa commented 4 months ago

SIMD_EVERYWHERE_EXTENSION_LEVEL reset to "SSE41".

The define was previously set to "AVX2" which decreases the performance on ARM based systems drastically.