[PR #326] [CLOSED] translator: Implemtn f32 to f16 convert #1483

Closed
opened 2026-02-27 21:12:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/326
Author: @raphaelthegreat
Created: 7/26/2024
Status: Closed

Base: mainHead: fp3216


📝 Commits (2)

  • a768283 translator: Implemtn f32 to f16 convert
  • c869f0d temp: Comment out protect

📊 Changes

10 files changed (+30 additions, -5 deletions)

View changed files

📝 src/core/libraries/kernel/libkernel.cpp (+3 -0)
📝 src/shader_recompiler/backend/spirv/emit_spirv_bitwise_conversion.cpp (+2 -2)
📝 src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp (+4 -0)
📝 src/shader_recompiler/backend/spirv/emit_spirv_instructions.h (+2 -1)
📝 src/shader_recompiler/frontend/translate/translate.cpp (+3 -0)
📝 src/shader_recompiler/frontend/translate/translate.h (+1 -0)
📝 src/shader_recompiler/frontend/translate/vector_alu.cpp (+6 -0)
📝 src/shader_recompiler/ir/ir_emitter.cpp (+6 -0)
📝 src/shader_recompiler/ir/opcodes.inc (+1 -0)
📝 src/video_core/texture_cache/texture_cache.cpp (+2 -2)

📄 Description

Allows Taiko no Tatsujin to go in game albeit with broken graphics


🔄 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/326 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 7/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fp3216` --- ### 📝 Commits (2) - [`a768283`](https://github.com/shadps4-emu/shadPS4/commit/a76828399cba4ca28a3bf1c207e54672c094f11a) translator: Implemtn f32 to f16 convert - [`c869f0d`](https://github.com/shadps4-emu/shadPS4/commit/c869f0df0b08f4e7bbf4ffc202d7bf0a82a93ed4) temp: Comment out protect ### 📊 Changes **10 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/libkernel.cpp` (+3 -0) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_bitwise_conversion.cpp` (+2 -2) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp` (+4 -0) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_instructions.h` (+2 -1) 📝 `src/shader_recompiler/frontend/translate/translate.cpp` (+3 -0) 📝 `src/shader_recompiler/frontend/translate/translate.h` (+1 -0) 📝 `src/shader_recompiler/frontend/translate/vector_alu.cpp` (+6 -0) 📝 `src/shader_recompiler/ir/ir_emitter.cpp` (+6 -0) 📝 `src/shader_recompiler/ir/opcodes.inc` (+1 -0) 📝 `src/video_core/texture_cache/texture_cache.cpp` (+2 -2) </details> ### 📄 Description Allows Taiko no Tatsujin to go in game albeit with broken graphics --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:46 +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#1483
No description provided.