From f81d555f7e6b54867cda29d69a82c702ace4b3a8 Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Fri, 16 Feb 2024 15:08:22 +0000 Subject: [PATCH] GSBlock: Add Zen 4 to comment --- pcsx2/GS/GSBlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/GS/GSBlock.h b/pcsx2/GS/GSBlock.h index 1d71214feb4c3..acaa369b5554d 100644 --- a/pcsx2/GS/GSBlock.h +++ b/pcsx2/GS/GSBlock.h @@ -1516,7 +1516,7 @@ class GSBlock #endif } - /// ReadAndExpandBlock8 for AVX2 platforms with slow VPGATHERDD (Haswell, Zen, Zen2, Zen3) + /// ReadAndExpandBlock8 for AVX2 platforms with slow VPGATHERDD (Haswell, Zen, Zen2, Zen3, Zen4) /// This is faster than the one in ReadAndExpandBlock8_32 on HSW+ due to a port 5 traffic jam, should be about the same on Zen __forceinline static void ReadAndExpandBlock8_32HSW(const u8* RESTRICT src, u8* RESTRICT dst, int dstpitch, const u32* RESTRICT pal) {