From b5578e6376e407d147ace504740b20314cd3ec57 Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Mon, 24 Jun 2024 22:01:01 +0800 Subject: [PATCH] .github/workflows/windows.yml: revert "pick up off-by-1 avx512 bug" https://github.com/AmusementClub/vapoursynth-classic/commit/871dec456cead1adc536068e0aacf819bcde795e --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 69631a90..7c9a8f31 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,6 +35,8 @@ jobs: git clone https://github.com/AmusementClub/zimg --branch v3.0 # revert the upgrade to msvc 2022 commit as we're still using 2019. pushd zimg + # revert "resize: fix off by one error in AVX-512 vertical fp resizer" + git checkout e5b0de6 git show 021ac40e5f350b19183bed25d498f437516da454 | patch -p1 -R popd git clone https://github.com/AviSynth/AviSynthPlus.git --depth 1