mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #915] [MERGED] shader_recompiler: Implement basic 64-bit floating point support #1829
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#1829
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/915
Author: @polybiusproxy
Created: 9/14/2024
Status: ✅ Merged
Merged: 9/15/2024
Merged by: @psucien
Base:
main← Head:shader_recompiler/fp64📝 Commits (2)
f30ead9shader_recompiler: Implement basic 64-bit floating point support98ac2afFix formatting📊 Changes
13 files changed (+65 additions, -30 deletions)
View changed files
📝
src/shader_recompiler/backend/spirv/emit_spirv.cpp(+3 -0)📝
src/shader_recompiler/backend/spirv/emit_spirv_bitwise_conversion.cpp(+6 -2)📝
src/shader_recompiler/backend/spirv/emit_spirv_instructions.h(+2 -1)📝
src/shader_recompiler/backend/spirv/spirv_emit_context.cpp(+6 -0)📝
src/shader_recompiler/frontend/translate/translate.cpp(+1 -1)📝
src/shader_recompiler/frontend/translate/translate.h(+1 -0)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+8 -0)📝
src/shader_recompiler/info.h(+1 -0)📝
src/shader_recompiler/ir/ir_emitter.cpp(+4 -0)📝
src/shader_recompiler/ir/ir_emitter.h(+2 -0)📝
src/shader_recompiler/ir/opcodes.inc(+27 -26)📝
src/shader_recompiler/ir/passes/shader_info_collection_pass.cpp(+3 -0)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+1 -0)📄 Description
This PR serves as a base for 64-bit floating point shader instructions.
V_MAX_F64needed by Beach Buggy Racing (CUSA02366)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.