From 48812e4b13d2fd45db097eab833ad646f757b165 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:04:40 -0400 Subject: [PATCH] Add a note for an AVX2 check --- bucket/mpv-git.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bucket/mpv-git.json b/bucket/mpv-git.json index f80da368c00632..ef94ea1f7c5cfb 100644 --- a/bucket/mpv-git.json +++ b/bucket/mpv-git.json @@ -5,6 +5,8 @@ "license": "LGPL-2.1-or-later,GPL-2.0-or-later", "notes": [ "This is a x86-64-v3 build, if your CPU was made before 2013 (x86-64-v2 or earlier), use versions/mpv-git-v1", + "To check applicability of your CPU, run the following in PowerShell:", + "(Add-Type -MemberDefinition '[DllImport(\"kernel32.dll\")] public static extern bool IsProcessorFeaturePresent(int ProcessorFeature);' -Name 'Kernel32'-Namespace 'Win32'-PassThru)::IsProcessorFeaturePresent(40)", "To set and unset file type associations and AutoPlay handlers, run '$dir\\installer\\mpv-install.bat' and '$dir\\installer\\mpv-uninstall.bat' as administrator, respectively.", "You can use Icaros ('nonportable/icaros-np') to enable thumbnails for all media types." ],