Skip to content

Commit

Permalink
GSBlock: Add Zen 4 to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster authored and refractionpcsx2 committed Feb 17, 2024
1 parent 83376d3 commit f81d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/GSBlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f81d555

Please sign in to comment.