[PR #3352] [MERGED] Implement V_CMP_GT_U64 #3409

Closed
opened 2026-02-27 22:03:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3352
Author: @kalaposfos13
Created: 7/30/2025
Status: Merged
Merged: 8/21/2025
Merged by: @squidbus

Base: mainHead: v_cmp_gt_u64


📝 Commits (5)

📊 Changes

6 files changed (+20 additions, -0 deletions)

View changed files

📝 src/shader_recompiler/backend/spirv/emit_spirv_instructions.h (+1 -0)
📝 src/shader_recompiler/backend/spirv/emit_spirv_warp.cpp (+4 -0)
📝 src/shader_recompiler/frontend/translate/vector_alu.cpp (+8 -0)
📝 src/shader_recompiler/ir/ir_emitter.cpp (+5 -0)
📝 src/shader_recompiler/ir/ir_emitter.h (+1 -0)
📝 src/shader_recompiler/ir/opcodes.inc (+1 -0)

📄 Description

Used by Knack 2.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3352 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 8/21/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `v_cmp_gt_u64` --- ### 📝 Commits (5) - [`184f77c`](https://github.com/shadps4-emu/shadPS4/commit/184f77c1516a849ee5a8eb61c2cc340ea3251e41) Implement V_CMP_GT_U64 - [`df0a581`](https://github.com/shadps4-emu/shadPS4/commit/df0a581cfe67d760df200d2d9c8f0bb81f61c99d) Add GroupAny - [`f3a8345`](https://github.com/shadps4-emu/shadPS4/commit/f3a8345b1c2b8e093d658df8bb778d4eb8258d67) Use GroupAny - [`47dfb62`](https://github.com/shadps4-emu/shadPS4/commit/47dfb62c705e54fe62ed27743a6c496e3ad383cf) Add assert - [`9fff3f2`](https://github.com/shadps4-emu/shadPS4/commit/9fff3f2bc80b1983e69cac4d8fd8b3df6de352d6) clang ### 📊 Changes **6 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/shader_recompiler/backend/spirv/emit_spirv_instructions.h` (+1 -0) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_warp.cpp` (+4 -0) 📝 `src/shader_recompiler/frontend/translate/vector_alu.cpp` (+8 -0) 📝 `src/shader_recompiler/ir/ir_emitter.cpp` (+5 -0) 📝 `src/shader_recompiler/ir/ir_emitter.h` (+1 -0) 📝 `src/shader_recompiler/ir/opcodes.inc` (+1 -0) </details> ### 📄 Description Used by Knack 2. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3409
No description provided.