KikoPlay icon indicating copy to clipboard operation
KikoPlay copied to clipboard

libmpv 使用的是 x86_64-v3 将无法在老旧 CPU 上启用该程序

Open debugzxcv opened this issue 3 years ago • 1 comments

Difference between x86_64 and x86_64-v3 x86_64-v3 build have these instructions enabled by default:

avx avx2 bmi bmi2 fma lzcnt movbe sse3 sse4 sse4.1 sse4.2 ssse3 xsave sahf mwait crc32 cx16 popcnt f16c Cpu which dont have these features will fail to launch the x86_64-v3 build

https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/#readme

debugzxcv avatar Apr 08 '23 22:04 debugzxcv

如果有条件,可以下载没有v3后缀的libmpv,替换lib/x64下的libmpv.dll.lib,编译后使用没有v3后缀的libmpv附带的dll

Protostars avatar Oct 21 '23 03:10 Protostars

后面换回了之前版本的Libmpv

Protostars avatar Jun 15 '24 06:06 Protostars