Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

mpv-2.dll uses AVX2 instructions #91

@diglet48

Description

@diglet48

Since version 3.0 I can no longer start OFS.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions