You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
I compiled the project on my machine with OFS_AVX=OFF. In the debugger, I get an illegal instruction at OFS_MpvLoader::Load() -> mpv-2.dll!00007ffc58c368b9() -> vinserti128 ymm10,ymm10,xmm0,1. This is an AVX2 feature. My CPU only supports AVX.
I can get the AVX release of OFS v3.2.0 to run if I replace mpv-2.dll with mpv-1.dll from an older release.