mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3823] [MERGED] vector_alu: Fix V_CMP_U64 #3737
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3737
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3823
Author: @raphaelthegreat
Created: 11/22/2025
Status: ✅ Merged
Merged: 11/24/2025
Merged by: @squidbus
Base:
main← Head:cmp_64📝 Commits (2)
d8a230dvector_alu: Fix V_CMP_U64c3f7707vector_alu: Also handle vcc in V_CMP_U64📊 Changes
1 file changed (+14 additions, -9 deletions)
View changed files
📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+14 -9)📄 Description
Yet another case of "this is not actually 64-bit op" so assume for now that 64-bit compare ops are always just some thread mask in src0 and 0 in src1. Fixes handing/device loss when encountered
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.